1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Uninstall Angular elements (#12752)

This commit is contained in:
Oscar Hinton
2025-01-13 18:35:58 +01:00
committed by GitHub
parent 698479eb5a
commit 3bed613a91
2 changed files with 0 additions and 18 deletions

17
package-lock.json generated
View File

@@ -83,7 +83,6 @@
"@angular-eslint/template-parser": "18.4.3",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@angular/elements": "18.2.13",
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@compodoc/compodoc": "1.1.26",
@@ -2287,22 +2286,6 @@
"zone.js": "~0.14.10"
}
},
"node_modules/@angular/elements": {
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@angular/elements/-/elements-18.2.13.tgz",
"integrity": "sha512-yahRkXWgFolpWMeVsTIlWYwoq4Bsz6wrfS4b+TKHIZbTCyRUlJ5zBFecpYMwgmVuQDJZp+WkUWZV2Qg7kLJR5w==",
"dev": true,
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
"@angular/core": "18.2.13",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@angular/forms": {
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.13.tgz",

View File

@@ -43,7 +43,6 @@
"@angular-eslint/template-parser": "18.4.3",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@angular/elements": "18.2.13",
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@compodoc/compodoc": "1.1.26",