mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-05 15:23:43 +00:00
update to angular 14
This commit is contained in:
+1
-2
@@ -113,6 +113,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "itsfiveoclockwhere"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+4357
-9292
File diff suppressed because it is too large
Load Diff
+13
-13
@@ -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
@@ -16,7 +16,7 @@
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"target": "es2017",
|
||||
"target": "es2020",
|
||||
"module": "es2020",
|
||||
"lib": [
|
||||
"es2020",
|
||||
|
||||
Reference in New Issue
Block a user