Merge pull request #593 from gnmyt/dependabot/npm_and_yarn/client/types/react-18.2.64

Bump @types/react from 18.2.63 to 18.2.64 in /client
This commit is contained in:
Mathias Wagner
2024-03-07 21:35:48 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
"vite-plugin-pwa": "^0.19.2"
},
"devDependencies": {
"@types/react": "^18.2.63",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.20"
}
},
@@ -2502,9 +2502,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.63",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.63.tgz",
"integrity": "sha512-ppaqODhs15PYL2nGUOaOu2RSCCB4Difu4UFrP4I3NHLloXC/ESQzQMi9nvjfT1+rudd0d2L3fQPJxRSey+rGlQ==",
"version": "18.2.64",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz",
"integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@@ -6881,9 +6881,9 @@
"dev": true
},
"@types/react": {
"version": "18.2.63",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.63.tgz",
"integrity": "sha512-ppaqODhs15PYL2nGUOaOu2RSCCB4Difu4UFrP4I3NHLloXC/ESQzQMi9nvjfT1+rudd0d2L3fQPJxRSey+rGlQ==",
"version": "18.2.64",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz",
"integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@@ -28,7 +28,7 @@
"@rollup/plugin-wasm": "^6.2.2"
},
"devDependencies": {
"@types/react": "^18.2.63",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.20"
}
}