[deps] Platform (CL): Update @types/react to v16.14.57 (#8067)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-01 14:07:46 -05:00 committed by GitHub
parent abe7e85e5e
commit 8af1a1528b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -114,7 +114,7 @@
"@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.14",
"@types/proper-lockfile": "4.1.4",
"@types/react": "16.14.54",
"@types/react": "16.14.57",
"@types/retry": "0.12.5",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
@ -11344,9 +11344,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "16.14.54",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.54.tgz",
"integrity": "sha512-54MOeVbxTlC8U6XBy2sLhLaHg/QGP0gPEWIpl1E5tNTJDz/SdFktT3OuvAfKxpSXATUmKXDozHvxbT3XohJgDQ==",
"version": "16.14.57",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.57.tgz",
"integrity": "sha512-fuNq/GV1a6GgqSuVuC457vYeTbm4E1CUBQVZwSPxqYnRhIzSXCJ1gGqyv+PKhqLyfbKCga9dXHJDzv+4XE41fw==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",

View File

@ -75,7 +75,7 @@
"@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.14",
"@types/proper-lockfile": "4.1.4",
"@types/react": "16.14.54",
"@types/react": "16.14.57",
"@types/retry": "0.12.5",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
@ -214,7 +214,7 @@
"replacestream": "4.0.3"
},
"resolutions": {
"@types/react": "16.14.54"
"@types/react": "16.14.57"
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",