mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
upgrade to angular 20
This commit is contained in:
@@ -91,5 +91,31 @@
|
||||
},
|
||||
"cli": {
|
||||
"analytics": false
|
||||
},
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"type": "component"
|
||||
},
|
||||
"@schematics/angular:directive": {
|
||||
"type": "directive"
|
||||
},
|
||||
"@schematics/angular:service": {
|
||||
"type": "service"
|
||||
},
|
||||
"@schematics/angular:guard": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:interceptor": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:module": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:pipe": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:resolver": {
|
||||
"typeSeparator": "."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1126
-1906
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -9,21 +9,21 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "19.2.11",
|
||||
"@angular/common": "19.2.11",
|
||||
"@angular/compiler": "19.2.11",
|
||||
"@angular/core": "19.2.11",
|
||||
"@angular/platform-browser": "19.2.11",
|
||||
"@angular/platform-browser-dynamic": "19.2.11",
|
||||
"@angular/animations": "20.0.4",
|
||||
"@angular/common": "20.0.4",
|
||||
"@angular/compiler": "20.0.4",
|
||||
"@angular/core": "20.0.4",
|
||||
"@angular/platform-browser": "20.0.4",
|
||||
"@angular/platform-browser-dynamic": "20.0.4",
|
||||
"luxon": "3.6.1",
|
||||
"rxjs": "7.8.2",
|
||||
"tslib": "2.8.1",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "19.2.12",
|
||||
"@angular/cli": "19.2.12",
|
||||
"@angular/compiler-cli": "19.2.11",
|
||||
"@angular/build": "^20.0.3",
|
||||
"@angular/cli": "20.0.3",
|
||||
"@angular/compiler-cli": "20.0.4",
|
||||
"@types/luxon": "3.6.2",
|
||||
"@types/node": "22.15.30",
|
||||
"prettier": "3.5.3",
|
||||
|
||||
+5
-2
@@ -14,11 +14,14 @@
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"importHelpers": true,
|
||||
"target": "ES2022",
|
||||
"module": "es2020",
|
||||
"lib": ["es2020", "dom"],
|
||||
"lib": [
|
||||
"es2020",
|
||||
"dom"
|
||||
],
|
||||
"useDefineForClassFields": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
|
||||
Reference in New Issue
Block a user