mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-10 01:33:40 +00:00
upgrade to angular v17
This commit is contained in:
+3
-3
@@ -79,10 +79,10 @@
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "itsfiveoclockwhere:build:production"
|
||||
"buildTarget": "itsfiveoclockwhere:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "itsfiveoclockwhere:build:development"
|
||||
"buildTarget": "itsfiveoclockwhere:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -90,7 +90,7 @@
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "itsfiveoclockwhere:build"
|
||||
"buildTarget": "itsfiveoclockwhere:build"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+3805
-3229
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -9,27 +9,27 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^16.2.4",
|
||||
"@angular/common": "^16.2.4",
|
||||
"@angular/compiler": "^16.2.4",
|
||||
"@angular/core": "^16.2.4",
|
||||
"@angular/platform-browser": "^16.2.4",
|
||||
"@angular/platform-browser-dynamic": "^16.2.4",
|
||||
"@angular/animations": "^17.3.12",
|
||||
"@angular/common": "^17.3.12",
|
||||
"@angular/compiler": "^17.3.12",
|
||||
"@angular/core": "^17.3.12",
|
||||
"@angular/platform-browser": "^17.3.12",
|
||||
"@angular/platform-browser-dynamic": "^17.3.12",
|
||||
"luxon": "^3.4.3",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2",
|
||||
"zone.js": "^0.13.1"
|
||||
"zone.js": "^0.14.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^16.2.1",
|
||||
"@angular/cli": "^16.2.1",
|
||||
"@angular/compiler-cli": "^16.2.4",
|
||||
"@angular-devkit/build-angular": "^17.3.11",
|
||||
"@angular/cli": "^17.3.11",
|
||||
"@angular/compiler-cli": "^17.3.12",
|
||||
"@types/luxon": "^3.3.2",
|
||||
"@types/node": "^20.5.9",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.4.5",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"prettier": "^3.0.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user