Merge pull request #567 from gnmyt/dependabot/npm_and_yarn/client/types/react-18.2.57

Bump @types/react from 18.2.55 to 18.2.57 in /client
This commit is contained in:
Mathias Wagner
2024-02-22 07:31:16 +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.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19"
}
},
@@ -2502,9 +2502,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.55",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz",
"integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==",
"version": "18.2.57",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.57.tgz",
"integrity": "sha512-ZvQsktJgSYrQiMirAN60y4O/LRevIV8hUzSOSNB6gfR3/o3wCBFQx3sPwIYtuDMeiVgsSS3UzCV26tEzgnfvQw==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@@ -6881,9 +6881,9 @@
"dev": true
},
"@types/react": {
"version": "18.2.55",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz",
"integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==",
"version": "18.2.57",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.57.tgz",
"integrity": "sha512-ZvQsktJgSYrQiMirAN60y4O/LRevIV8hUzSOSNB6gfR3/o3wCBFQx3sPwIYtuDMeiVgsSS3UzCV26tEzgnfvQw==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@@ -28,7 +28,7 @@
"@rollup/plugin-wasm": "^6.2.2"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19"
}
}