Merge pull request #299 from gnmyt/dependabot/npm_and_yarn/client/types/react-18.2.7

Bump @types/react from 18.2.6 to 18.2.7 in /client
This commit is contained in:
Mathias Wagner
2023-05-25 19:51:21 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
"vite-plugin-pwa": "^0.15.1"
},
"devDependencies": {
"@types/react": "^18.2.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4"
}
},
@@ -2171,9 +2171,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.6.tgz",
"integrity": "sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==",
"version": "18.2.7",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.7.tgz",
"integrity": "sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@@ -6137,9 +6137,9 @@
"dev": true
},
"@types/react": {
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.6.tgz",
"integrity": "sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==",
"version": "18.2.7",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.7.tgz",
"integrity": "sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@@ -27,7 +27,7 @@
"vite-plugin-pwa": "^0.15.1"
},
"devDependencies": {
"@types/react": "^18.2.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4"
}
}