1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[deps] UI Foundation: Update @types/react to v18.3.20 (#14464)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-09 13:29:48 -04:00
committed by GitHub
parent 89be04a45e
commit 0d2c890da1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11820,9 +11820,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.3.1",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz",
"integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==",
"version": "18.3.20",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.20.tgz",
"integrity": "sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -212,7 +212,7 @@
},
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "18.3.1",
"@types/react": "18.3.20",
"replacestream": "4.0.3"
},
"lint-staged": {