1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-18 14:17:16 +01:00 committed by GitHub
parent 69657a5ab5
commit c720e9a56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

11
package-lock.json generated
View File

@ -112,7 +112,7 @@
"@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.14",
"@types/proper-lockfile": "4.1.2",
"@types/react": "16.14.45",
"@types/react": "16.14.54",
"@types/retry": "0.12.2",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
@ -266,6 +266,7 @@
"version": "2023.12.0"
},
"libs/admin-console": {
"name": "@bitwarden/admin-console",
"version": "0.0.0",
"license": "GPL-3.0"
},
@ -280,6 +281,7 @@
"license": "GPL-3.0"
},
"libs/billing": {
"name": "@bitwarden/billing",
"version": "0.0.0",
"license": "GPL-3.0"
},
@ -318,6 +320,7 @@
}
},
"libs/platform": {
"name": "@bitwarden/platform",
"version": "0.0.0",
"license": "GPL-3.0"
},
@ -14953,9 +14956,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "16.14.45",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.45.tgz",
"integrity": "sha512-XFtKkY3yuPO5VJSE6Lru9yLkVQvYE+l6NbmLp6IWCg4jo5S8Ijbpke8wC9q4NmQ5pJErT8KKboG5eY7n5n718A==",
"version": "16.14.54",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.54.tgz",
"integrity": "sha512-54MOeVbxTlC8U6XBy2sLhLaHg/QGP0gPEWIpl1E5tNTJDz/SdFktT3OuvAfKxpSXATUmKXDozHvxbT3XohJgDQ==",
"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.2",
"@types/react": "16.14.45",
"@types/react": "16.14.54",
"@types/retry": "0.12.2",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
@ -213,7 +213,7 @@
"replacestream": "4.0.3"
},
"resolutions": {
"@types/react": "16.14.45"
"@types/react": "16.14.54"
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",