Upgrade to Angular 17

This commit is contained in:
Chris Chen 2024-04-06 16:58:26 -07:00
parent cca0de9812
commit d1039a409b
3 changed files with 3201 additions and 3799 deletions

View File

@ -94,18 +94,18 @@
"serve": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"browserTarget": "ngx-admin-demo:build" "buildTarget": "ngx-admin-demo:build"
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "ngx-admin-demo:build:production" "buildTarget": "ngx-admin-demo:build:production"
} }
} }
}, },
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "ngx-admin-demo:build" "buildTarget": "ngx-admin-demo:build"
} }
}, },
"test": { "test": {

6946
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,27 +29,26 @@
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s" "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "^16.2.12", "@angular/animations": "^17.3.3",
"@angular/cdk": "16.2.14", "@angular/cdk": "17.3.3",
"@angular/common": "^16.2.12", "@angular/common": "^17.3.3",
"@angular/compiler": "^16.2.12", "@angular/compiler": "^17.3.3",
"@angular/core": "^16.2.12", "@angular/core": "^17.3.3",
"@angular/forms": "^16.2.12", "@angular/forms": "^17.3.3",
"@angular/platform-browser": "^16.2.12", "@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^16.2.12", "@angular/platform-browser-dynamic": "^17.3.3",
"@angular/router": "^16.2.12", "@angular/router": "^17.3.3",
"@asymmetrik/ngx-leaflet": "3.0.1", "@asymmetrik/ngx-leaflet": "3.0.1",
"@microsoft/signalr": "^6.0.8", "@microsoft/signalr": "^6.0.8",
"@nebular/auth": "12.0.0", "@nebular/auth": "13.0.0",
"@nebular/date-fns": "^12.0.0", "@nebular/date-fns": "^13.0.0",
"@nebular/eva-icons": "12.0.0", "@nebular/eva-icons": "13.0.0",
"@nebular/security": "12.0.0", "@nebular/security": "13.0.0",
"@nebular/theme": "12.0.0", "@nebular/theme": "13.0.0",
"angular2-chartjs": "0.4.1", "angular2-chartjs": "0.4.1",
"angular2-qrcode": "^2.0.3", "angular2-qrcode": "^2.0.3",
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"chart.js": "2.7.1", "chart.js": "2.7.1",
"ckeditor": "4.7.3",
"core-js": "2.5.1", "core-js": "2.5.1",
"echarts": "^4.9.0", "echarts": "^4.9.0",
"eva-icons": "^1.1.3", "eva-icons": "^1.1.3",
@ -59,10 +58,9 @@
"leaflet": "1.2.0", "leaflet": "1.2.0",
"nebular-icons": "1.1.0", "nebular-icons": "1.1.0",
"ng-in-viewport": "^13.0.1", "ng-in-viewport": "^13.0.1",
"ng2-ckeditor": "~1.3.7",
"ng2-completer": "^9.0.1", "ng2-completer": "^9.0.1",
"ngx-echarts": "^4.2.2", "ngx-echarts": "^4.2.2",
"ngx-infinite-scroll": "^16.0.0", "ngx-infinite-scroll": "^17.0.0",
"ngx-mask": "^12.0.0", "ngx-mask": "^12.0.0",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"normalize.css": "6.0.0", "normalize.css": "6.0.0",
@ -76,13 +74,13 @@
"tslib": "^2.3.1", "tslib": "^2.3.1",
"typeface-exo": "0.0.22", "typeface-exo": "0.0.22",
"typeit": "^8.7.0", "typeit": "^8.7.0",
"zone.js": "~0.13.3" "zone.js": "~0.14.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^16.2.13", "@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "^16.2.13", "@angular/cli": "^17.3.3",
"@angular/compiler-cli": "^16.2.12", "@angular/compiler-cli": "^17.3.3",
"@angular/language-service": "16.2.12", "@angular/language-service": "17.3.3",
"@compodoc/compodoc": "1.0.1", "@compodoc/compodoc": "1.0.1",
"@fortawesome/fontawesome-free": "^5.2.0", "@fortawesome/fontawesome-free": "^5.2.0",
"@schematics/angular": "^14.1.3", "@schematics/angular": "^14.1.3",
@ -107,6 +105,6 @@
"rimraf": "2.6.1", "rimraf": "2.6.1",
"stylelint": "7.13.0", "stylelint": "7.13.0",
"ts-node": "3.2.2", "ts-node": "3.2.2",
"typescript": "~4.9.5" "typescript": "~5.4.4"
} }
} }