Skip to content

Commit 13d7e6c

Browse files
committed
resolved aspnetboilerplate/aspnetboilerplate#4579: Upgraded to Angular 8
1 parent ed28f22 commit 13d7e6c

File tree

3 files changed

+1543
-648
lines changed

3 files changed

+1543
-648
lines changed

angular/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/animations": "^8.1.3",
18-
"@angular/cdk": "^7.2.0",
19-
"@angular/common": "^8.1.3",
20-
"@angular/compiler": "^8.1.3",
21-
"@angular/core": "^8.1.3",
22-
"@angular/forms": "^8.1.3",
23-
"@angular/material": "^7.2.0",
24-
"@angular/platform-browser": "^8.1.3",
25-
"@angular/platform-browser-dynamic": "^8.1.3",
26-
"@angular/router": "^8.1.3",
27-
"@aspnet/signalr": "^1.0.0",
17+
"@angular/animations": "^8.2.4",
18+
"@angular/cdk": "^8.1.4",
19+
"@angular/common": "^8.2.4",
20+
"@angular/compiler": "^8.2.4",
21+
"@angular/core": "^8.2.4",
22+
"@angular/forms": "^8.2.4",
23+
"@angular/material": "^8.1.4",
24+
"@angular/platform-browser": "^8.2.4",
25+
"@angular/platform-browser-dynamic": "^8.2.4",
26+
"@angular/router": "^8.2.4",
27+
"@aspnet/signalr": "^1.1.4",
2828
"@types/bootstrap": "^3.3.33",
29-
"@types/jquery": "^3.3.27",
29+
"@types/jquery": "^3.3.31",
3030
"@types/jquery.blockui": "0.0.28",
3131
"@types/jquery.validation": "^1.16.3",
3232
"@types/lodash": "^4.14.62",
3333
"@types/moment": "^2.13.0",
34-
"@types/moment-timezone": "^0.5.9",
34+
"@types/moment-timezone": "^0.5.12",
3535
"@types/toastr": "^2.1.33",
3636
"abp-ng2-module": "^4.0.0",
3737
"abp-web-resources": "^3.8.2",
@@ -40,7 +40,7 @@
4040
"bootstrap": "^3.3.7",
4141
"bootstrap-select": "^1.12.2",
4242
"chart.js": "^2.6.0",
43-
"core-js": "^2.4.1",
43+
"core-js": "^3.2.1",
4444
"famfamfam-flags": "^1.0.0",
4545
"flot": "^0.8.0-alpha",
4646
"font-awesome": "^4.7.0",
@@ -55,8 +55,8 @@
5555
"moment": "^2.18.1",
5656
"moment-timezone": "^0.5.13",
5757
"morris.js": "^0.5.0",
58-
"ngx-bootstrap": "^3.0.0",
59-
"ngx-pagination": "^3.0.3",
58+
"ngx-bootstrap": "^5.1.1",
59+
"ngx-pagination": "^4.1.0",
6060
"node-waves": "^0.7.5",
6161
"push.js": "1.0.9",
6262
"raphael": "^2.2.7",
@@ -67,28 +67,28 @@
6767
"toastr": "^2.1.2",
6868
"ts-helpers": "^1.1.2",
6969
"web-animations-js": "^2.3.2",
70-
"zone.js": "~0.9.1"
70+
"zone.js": "~0.10.2"
7171
},
7272
"devDependencies": {
73-
"@angular-devkit/build-angular": "~0.801.2",
74-
"@angular/cli": "^8.1.2",
75-
"@angular/compiler-cli": "^8.1.3",
73+
"@angular-devkit/build-angular": "~0.803.2",
74+
"@angular/cli": "^8.3.2",
75+
"@angular/compiler-cli": "^8.2.4",
7676
"@angularclass/hmr": "^2.1.3",
77-
"@types/jasmine": "^3.3.2",
78-
"@types/node": "^10.12.15",
77+
"@types/jasmine": "^3.4.0",
78+
"@types/node": "^12.7.3",
7979
"codelyzer": "^5.0.1",
8080
"jasmine-core": "^3.3.0",
8181
"jasmine-spec-reporter": "^4.2.1",
82-
"karma": "^3.1.4",
83-
"karma-chrome-launcher": "^2.0.0",
82+
"karma": "^4.3.0",
83+
"karma-chrome-launcher": "^3.1.0",
8484
"karma-cli": "^2.0.0",
8585
"karma-coverage-istanbul-reporter": "^2.0.4",
8686
"karma-jasmine": "^2.0.1",
8787
"karma-jasmine-html-reporter": "^1.4.0",
88-
"nswag": "^12.0.7",
88+
"nswag": "^13.0.6",
8989
"protractor": "^5.1.1",
90-
"ts-node": "^7.0.1",
91-
"tslint": "^5.7.0",
90+
"ts-node": "^8.3.0",
91+
"tslint": "^5.19.0",
9292
"typescript": "3.4.5",
9393
"webpack-bundle-analyzer": "^3.0.3"
9494
}

angular/src/polyfills.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
2727

2828

2929
/** Evergreen browsers require these. **/
30-
import 'core-js/es6/reflect';
31-
import 'core-js/es7/reflect';
30+
import 'core-js/es/reflect';
3231

3332

3433
/** ALL Firefox browsers require the following to support `@angular/animation`. **/

0 commit comments

Comments
 (0)