Skip to content

Commit 0a436e4

Browse files
committed
chore: update to Angular 9 and TypeScript 3.7
###### dependencies update - update `@angular/animations` to `^9.0.0` - update `@angular/common` to `^9.0.0` - update `@angular/compiler` to `^9.0.0` - update `@angular/core` to `^9.0.0` - update `@angular/forms` to `^9.0.0` - update `@angular/platform-browser` to `^9.0.0` - update `@angular/platform-browser-dynamic` to `^9.0.0` - update `@angular/router` to `^9.0.0` - update `@coreui/angular` to `^2.9.0` - update `flag-icon-css` to `^3.4.6` - update `@angular-devkit/build-angular` to `^0.900.1` - update `@angular/cli` to `^9.0.1` - update `@angular/compiler-cli` to `^9.0.0` - update `@angular/language-service` to `^9.0.0` - update `@types/jasmine` to `^3.5.3` - update `karma-jasmine-html-reporter` to `^1.5.2` - update `typescript` to `~3.7.5`
1 parent 38f63ea commit 0a436e4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "^9.0.0-rc.12",
32-
"@angular/common": "^9.0.0-rc.12",
33-
"@angular/compiler": "^9.0.0-rc.12",
34-
"@angular/core": "^9.0.0-rc.12",
35-
"@angular/forms": "^9.0.0-rc.12",
36-
"@angular/platform-browser": "^9.0.0-rc.12",
37-
"@angular/platform-browser-dynamic": "^9.0.0-rc.12",
38-
"@angular/router": "^9.0.0-rc.12",
39-
"@coreui/angular": "^2.7.5",
31+
"@angular/animations": "^9.0.0",
32+
"@angular/common": "^9.0.0",
33+
"@angular/compiler": "^9.0.0",
34+
"@angular/core": "^9.0.0",
35+
"@angular/forms": "^9.0.0",
36+
"@angular/platform-browser": "^9.0.0",
37+
"@angular/platform-browser-dynamic": "^9.0.0",
38+
"@angular/router": "^9.0.0",
39+
"@coreui/angular": "^2.9.0",
4040
"@coreui/coreui": "^2.1.16",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
4242
"@coreui/icons": "0.3.0",
4343
"bootstrap": "^4.3.1",
4444
"chart.js": "^2.9.2",
4545
"core-js": "^2.6.11",
46-
"flag-icon-css": "^3.4.5",
46+
"flag-icon-css": "^3.4.6",
4747
"font-awesome": "^4.7.0",
4848
"moment": "^2.24.0",
4949
"mutationobserver-shim": "^0.3.3",
@@ -58,11 +58,11 @@
5858
"zone.js": "~0.10.2"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.900.0-rc.12",
62-
"@angular/cli": "^9.0.0-rc.12",
63-
"@angular/compiler-cli": "^9.0.0-rc.12",
64-
"@angular/language-service": "^9.0.0-rc.12",
65-
"@types/jasmine": "^3.4.5",
61+
"@angular-devkit/build-angular": "^0.900.1",
62+
"@angular/cli": "^9.0.1",
63+
"@angular/compiler-cli": "^9.0.0",
64+
"@angular/language-service": "^9.0.0",
65+
"@types/jasmine": "^3.5.3",
6666
"@types/jasminewd2": "^2.0.8",
6767
"@types/node": "^12.11.1",
6868
"codelyzer": "^5.2.1",
@@ -72,11 +72,11 @@
7272
"karma-chrome-launcher": "^3.1.0",
7373
"karma-coverage-istanbul-reporter": "^2.1.0",
7474
"karma-jasmine": "^2.0.1",
75-
"karma-jasmine-html-reporter": "^1.4.2",
75+
"karma-jasmine-html-reporter": "^1.5.2",
7676
"protractor": "^5.4.2",
7777
"ts-node": "^8.4.1",
7878
"tslint": "^5.20.0",
79-
"typescript": "~3.6.4"
79+
"typescript": "~3.7.5"
8080
},
8181
"engines": {
8282
"node": ">= 10",

0 commit comments

Comments
 (0)