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

Compare commits

...

1 Commits

Author SHA1 Message Date
Jimmy Vo
599b6e6058 [PM-15283] [PM-15284] [PM-15286] Upgrade Angular to 19. 2024-12-09 14:10:39 -05:00
2 changed files with 4265 additions and 2848 deletions

7083
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -73,15 +73,15 @@
"test:types": "npx tsc --noEmit" "test:types": "npx tsc --noEmit"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "17.3.11", "@angular-devkit/build-angular": "19.0.3",
"@angular-eslint/eslint-plugin-template": "17.5.3", "@angular-eslint/eslint-plugin-template": "17.5.3",
"@angular-eslint/template-parser": "17.5.3", "@angular-eslint/template-parser": "17.5.3",
"@angular/compiler-cli": "17.3.12", "@angular/compiler-cli": "19.0.3",
"@electron/notarize": "2.5.0", "@electron/notarize": "2.5.0",
"@electron/rebuild": "3.7.1", "@electron/rebuild": "3.7.1",
"@fluffy-spoon/substitute": "1.208.0", "@fluffy-spoon/substitute": "1.208.0",
"@microsoft/microsoft-graph-types": "2.40.0", "@microsoft/microsoft-graph-types": "2.40.0",
"@ngtools/webpack": "17.3.11", "@ngtools/webpack": "19.0.0",
"@types/inquirer": "8.2.10", "@types/inquirer": "8.2.10",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/lowdb": "1.0.15", "@types/lowdb": "1.0.15",
@@ -132,24 +132,24 @@
"ts-loader": "9.5.1", "ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.2.0", "tsconfig-paths-webpack-plugin": "4.2.0",
"type-fest": "4.30.0", "type-fest": "4.30.0",
"typescript": "5.4.5", "typescript": "5.5.4",
"typescript-transform-paths": "3.5.2", "typescript-transform-paths": "3.5.2",
"webpack": "5.95.0", "webpack": "5.95.0",
"webpack-cli": "5.1.4", "webpack-cli": "5.1.4",
"webpack-merge": "6.0.1", "webpack-merge": "6.0.1",
"zone.js": "0.14.10", "zone.js": "0.15.0",
"webpack-node-externals": "3.0.0" "webpack-node-externals": "3.0.0"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "17.3.12", "@angular/animations": "19.0.3",
"@angular/cdk": "17.3.10", "@angular/cdk": "19.0.2",
"@angular/common": "17.3.12", "@angular/common": "19.0.3",
"@angular/compiler": "17.3.12", "@angular/compiler": "19.0.3",
"@angular/core": "17.3.12", "@angular/core": "19.0.3",
"@angular/forms": "17.3.12", "@angular/forms": "19.0.3",
"@angular/platform-browser": "17.3.12", "@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "17.3.12", "@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "17.3.12", "@angular/router": "19.0.3",
"@microsoft/microsoft-graph-client": "3.0.7", "@microsoft/microsoft-graph-client": "3.0.7",
"big-integer": "1.6.52", "big-integer": "1.6.52",
"bootstrap": "5.3.3", "bootstrap": "5.3.3",
@@ -170,7 +170,7 @@
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tldjs": "2.3.1", "tldjs": "2.3.1",
"zone.js": "0.14.10" "zone.js": "0.15.0"
}, },
"engines": { "engines": {
"node": "~20.18.0", "node": "~20.18.0",