1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

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

View File

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