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