mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Merge pull request #867 from shlinkio/dependabot/npm_and_yarn/types/react-18.2.20
Bump @types/react from 18.2.19 to 18.2.20
This commit is contained in:
commit
479c00925c
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -47,7 +47,7 @@
|
|||
"@total-typescript/shoehorn": "^0.1.1",
|
||||
"@types/leaflet": "^1.9.3",
|
||||
"@types/ramda": "^0.27.66",
|
||||
"@types/react": "^18.2.19",
|
||||
"@types/react": "^18.2.20",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"@vitejs/plugin-react": "^4.0.4",
|
||||
|
@ -3441,9 +3441,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.19.tgz",
|
||||
"integrity": "sha512-e2S8wmY1ePfM517PqCG80CcE48Xs5k0pwJzuDZsfE8IZRRBfOMCF+XqnFxu6mWtyivum1MQm4aco+WIt6Coimw==",
|
||||
"version": "18.2.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz",
|
||||
"integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
@ -12927,9 +12927,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "18.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.19.tgz",
|
||||
"integrity": "sha512-e2S8wmY1ePfM517PqCG80CcE48Xs5k0pwJzuDZsfE8IZRRBfOMCF+XqnFxu6mWtyivum1MQm4aco+WIt6Coimw==",
|
||||
"version": "18.2.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz",
|
||||
"integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"@total-typescript/shoehorn": "^0.1.1",
|
||||
"@types/leaflet": "^1.9.3",
|
||||
"@types/ramda": "^0.27.66",
|
||||
"@types/react": "^18.2.19",
|
||||
"@types/react": "^18.2.20",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"@vitejs/plugin-react": "^4.0.4",
|
||||
|
|
Loading…
Reference in a new issue