Skip to content

Commit 4f31c3d

Browse files
committed
Upgraded to Angular 17
1 parent 5b0a025 commit 4f31c3d

File tree

3 files changed

+1313
-1389
lines changed

3 files changed

+1313
-1389
lines changed

angular/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@
9898
"serve": {
9999
"builder": "@angular-devkit/build-angular:dev-server",
100100
"options": {
101-
"browserTarget": "AbpProjectName:build"
101+
"buildTarget": "AbpProjectName:build"
102102
},
103103
"configurations": {
104104
"production": {
105-
"browserTarget": "AbpProjectName:build:production"
105+
"buildTarget": "AbpProjectName:build:production"
106106
},
107107
"hmr": {
108-
"browserTarget": "AbpProjectName:build:hmr"
108+
"buildTarget": "AbpProjectName:build:hmr"
109109
}
110110
}
111111
},
112112
"extract-i18n": {
113113
"builder": "@angular-devkit/build-angular:extract-i18n",
114114
"options": {
115-
"browserTarget": "AbpProjectName:build"
115+
"buildTarget": "AbpProjectName:build"
116116
}
117117
},
118118
"test": {

angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"test": "ng test"
1414
},
1515
"dependencies": {
16-
"@angular/animations": "^16.2.12",
17-
"@angular/common": "^16.2.12",
18-
"@angular/compiler": "^16.2.12",
19-
"@angular/core": "^16.2.12",
20-
"@angular/forms": "^16.2.12",
21-
"@angular/platform-browser": "^16.2.12",
22-
"@angular/platform-browser-dynamic": "^16.2.12",
23-
"@angular/router": "^16.2.12",
16+
"@angular/animations": "^17.0.4",
17+
"@angular/common": "^17.0.4",
18+
"@angular/compiler": "^17.0.4",
19+
"@angular/core": "^17.0.4",
20+
"@angular/forms": "^17.0.4",
21+
"@angular/platform-browser": "^17.0.4",
22+
"@angular/platform-browser-dynamic": "^17.0.4",
23+
"@angular/router": "^17.0.4",
2424
"@aspnet/signalr": "^1.1.4",
2525
"@fortawesome/fontawesome-free": "^6.2.1",
2626
"abp-ng2-module": "10.0.0",
@@ -38,12 +38,12 @@
3838
"sweetalert2": "^11.6.15",
3939
"ts-helpers": "^1.1.2",
4040
"tslib": "^2.4.1",
41-
"zone.js": "~0.13.3"
41+
"zone.js": "~0.14.2"
4242
},
4343
"devDependencies": {
44-
"@angular-devkit/build-angular": "^16.2.10",
45-
"@angular/cli": "^16.2.10",
46-
"@angular/compiler-cli": "^16.2.12",
44+
"@angular-devkit/build-angular": "^17.0.2",
45+
"@angular/cli": "^17.0.2",
46+
"@angular/compiler-cli": "^17.0.4",
4747
"@angularclass/hmr": "^3.0.0",
4848
"@types/jasmine": "~4.3.1",
4949
"@types/lodash-es": "^4.17.6",
@@ -62,7 +62,7 @@
6262
"protractor": "~7.0.0",
6363
"ts-node": "^10.9.1",
6464
"tslint": "~6.1.0",
65-
"typescript": "5.1.6",
65+
"typescript": "5.2.2",
6666
"webpack-bundle-analyzer": "^4.7.0"
6767
},
6868
"angular-cli": {}

0 commit comments

Comments
 (0)