Merge pull request #122 from gnmyt/dependabot/npm_and_yarn/client/types/react-18.0.25

Bump @types/react from 18.0.24 to 18.0.25 in /client
This commit is contained in:
Mathias Wagner
2022-11-08 07:17:38 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
"vite-plugin-pwa": "^0.13.1"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8"
}
},
@@ -1890,9 +1890,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.0.24",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz",
"integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==",
"version": "18.0.25",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz",
"integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@@ -5878,9 +5878,9 @@
"dev": true
},
"@types/react": {
"version": "18.0.24",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz",
"integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==",
"version": "18.0.25",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz",
"integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@@ -19,7 +19,7 @@
"vite-plugin-pwa": "^0.13.1"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8"
}
}