update to angular 14

This commit is contained in:
Joel Wetzell
2022-11-11 10:03:17 -06:00
parent 9a4a4ff122
commit bca1a83c8a
4 changed files with 4372 additions and 9308 deletions
+1 -2
View File
@@ -113,6 +113,5 @@
}
}
}
},
"defaultProject": "itsfiveoclockwhere"
}
}
+4357 -9292
View File
File diff suppressed because it is too large Load Diff
+13 -13
View File
@@ -10,23 +10,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^13.0.3",
"@angular/common": "^13.0.3",
"@angular/compiler": "^13.0.3",
"@angular/core": "^13.0.3",
"@angular/forms": "^13.0.3",
"@angular/platform-browser": "^13.0.3",
"@angular/platform-browser-dynamic": "^13.0.3",
"@angular/router": "^13.0.3",
"@angular/animations": "^14.2.10",
"@angular/common": "^14.2.10",
"@angular/compiler": "^14.2.10",
"@angular/core": "^14.2.10",
"@angular/forms": "^14.2.10",
"@angular/platform-browser": "^14.2.10",
"@angular/platform-browser-dynamic": "^14.2.10",
"@angular/router": "^14.2.10",
"luxon": "^2.5.0",
"rxjs": "~7.4.0",
"tslib": "^2.4.1",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.0.4",
"@angular/cli": "^13.0.4",
"@angular/compiler-cli": "^13.0.3",
"@angular-devkit/build-angular": "^14.2.9",
"@angular/cli": "^14.2.9",
"@angular/compiler-cli": "^14.2.10",
"@types/jasmine": "^3.10.6",
"@types/luxon": "^2.4.0",
"@types/node": "^12.20.55",
@@ -36,6 +36,6 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.4.3"
"typescript": "~4.8.4"
}
}
}
+1 -1
View File
@@ -16,7 +16,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2017",
"target": "es2020",
"module": "es2020",
"lib": [
"es2020",