mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 16:53:27 +00:00
overrides
This commit is contained in:
13
package.json
13
package.json
@@ -214,6 +214,15 @@
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@angular-devkit/build-angular": {
|
||||
"jest": "30.2.0",
|
||||
"jest-environment-jsdom": "30.2.0"
|
||||
},
|
||||
"jest": "30.2.0",
|
||||
"jest-environment-jsdom": "30.2.0",
|
||||
"@types/jest": "30.0.0",
|
||||
"ts-jest": "29.4.5",
|
||||
"jest-preset-angular": "15.0.3",
|
||||
"eslint-plugin-rxjs": {
|
||||
"eslint": "$eslint"
|
||||
},
|
||||
@@ -224,9 +233,7 @@
|
||||
"parse5": "7.2.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"@types/react": "18.3.20",
|
||||
"jest": "30.2.0",
|
||||
"@types/jest": "30.0.0"
|
||||
"@types/react": "18.3.20"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --cache --ignore-unknown --write",
|
||||
|
||||
Reference in New Issue
Block a user