mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01: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:
parent
69657a5ab5
commit
c720e9a56d
11
package-lock.json
generated
11
package-lock.json
generated
@ -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": "*",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user