1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Upgrade angular cdk

This commit is contained in:
Addison Beck
2023-12-07 00:11:00 +00:00
parent c0bdb67ce9
commit cd71a7a0ae
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"license": "GPL-3.0",
"dependencies": {
"@angular/animations": "16.2.12",
"@angular/cdk": "15.2.9",
"@angular/cdk": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
@@ -602,9 +602,9 @@
}
},
"node_modules/@angular/cdk": {
"version": "15.2.9",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.9.tgz",
"integrity": "sha512-koaM07N1AIQ5oHU27l0/FoQSSoYAwlAYwVZ4Di3bYrJsTBNCN2Xsby7wI8gZxdepMnV4Fe9si382BDBov+oO4Q==",
"version": "16.2.12",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.12.tgz",
"integrity": "sha512-wT8/265zm2WKY0BDaRoYbrAT4kadrmejTRLjuimQIEUKnw4vBsJMWCwQkpFo3s6zr6eznGqYVAFb8KKPVLKGBg==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -612,8 +612,8 @@
"parse5": "^7.1.2"
},
"peerDependencies": {
"@angular/common": "^15.0.0 || ^16.0.0",
"@angular/core": "^15.0.0 || ^16.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},

View File

@@ -130,7 +130,7 @@
},
"dependencies": {
"@angular/animations": "16.2.12",
"@angular/cdk": "15.2.9",
"@angular/cdk": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",