update to angular 15

This commit is contained in:
2023-09-07 15:41:38 -05:00
parent 3368536d85
commit 0ab3646c88
4 changed files with 2543 additions and 2686 deletions
+10 -10
View File
@@ -10,21 +10,21 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.10",
"@angular/common": "^14.2.10",
"@angular/compiler": "^14.2.10",
"@angular/core": "^14.2.10",
"@angular/platform-browser": "^14.2.10",
"@angular/platform-browser-dynamic": "^14.2.10",
"@angular/animations": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"luxon": "^2.5.0",
"rxjs": "~7.4.0",
"tslib": "^2.4.1",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.9",
"@angular/cli": "^14.2.9",
"@angular/compiler-cli": "^14.2.10",
"@angular-devkit/build-angular": "^15.2.9",
"@angular/cli": "^15.2.9",
"@angular/compiler-cli": "^15.2.9",
"@types/jasmine": "^3.10.6",
"@types/luxon": "^2.4.0",
"@types/node": "^12.20.55",
@@ -36,4 +36,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.8.4"
}
}
}