Skip to content

Commit ed49238

Browse files
committed
chore: dependencies update
- update: `@coreui/angular` to `^2.4.5` - update: `@coreui/coreui` to `^2.1.8` - update: `@angular/animations` to `^7.2.10` - update: `@angular/common` to `^7.2.10` - update: `@angular/compiler` to `^7.2.10` - update: `@angular/core` to `^7.2.10` - update: `@angular/forms` to `^7.2.10` - update: `@angular/http` to `^7.2.10` - update: `@angular/platform-browser` to `^7.2.10` - update: `@angular/platform-browser-dynamic` to `^7.2.10` - update: `@angular/router` to `^7.2.10` - update: `chart.js` to `^2.8.0` - update: `flag-icon-css` to `^3.3.0` - update: `@angular-devkit/build-angular` to `^0.13.6` - update: `@angular/cli` to `^7.3.6` - update: `@angular/compiler-cli` to `^7.2.10` - update: `@angular/language-service` to `^7.2.10` - update: `@types/jasmine` to `^3.3.12` - update: `@types/node` to `^11.11.4` - update: `karma` to `^4.0.1` - update: `ts-node` to `^8.0.3` - update: `tslint` to `^5.14.0`
1 parent 1db8591 commit ed49238

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^7.2.6",
31-
"@angular/common": "^7.2.6",
32-
"@angular/compiler": "^7.2.6",
33-
"@angular/core": "^7.2.6",
34-
"@angular/forms": "^7.2.6",
35-
"@angular/http": "^7.2.6",
36-
"@angular/platform-browser": "^7.2.6",
37-
"@angular/platform-browser-dynamic": "^7.2.6",
38-
"@angular/router": "^7.2.6",
39-
"@coreui/angular": "^2.4.3",
40-
"@coreui/coreui": "^2.1.7",
30+
"@angular/animations": "^7.2.10",
31+
"@angular/common": "^7.2.10",
32+
"@angular/compiler": "^7.2.10",
33+
"@angular/core": "^7.2.10",
34+
"@angular/forms": "^7.2.10",
35+
"@angular/http": "^7.2.10",
36+
"@angular/platform-browser": "^7.2.10",
37+
"@angular/platform-browser-dynamic": "^7.2.10",
38+
"@angular/router": "^7.2.10",
39+
"@coreui/angular": "^2.4.5",
40+
"@coreui/coreui": "^2.1.8",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
4343
"bootstrap": "^4.3.1",
44-
"chart.js": "^2.7.3",
44+
"chart.js": "^2.8.0",
4545
"core-js": "^2.6.5",
46-
"flag-icon-css": "^3.2.1",
46+
"flag-icon-css": "^3.3.0",
4747
"font-awesome": "^4.7.0",
4848
"moment": "^2.24.0",
4949
"mutationobserver-shim": "^0.3.3",
@@ -58,24 +58,24 @@
5858
"zone.js": "^0.8.29"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.13.3",
62-
"@angular/cli": "^7.3.3",
63-
"@angular/compiler-cli": "^7.2.6",
64-
"@angular/language-service": "^7.2.6",
65-
"@types/jasmine": "^3.3.9",
61+
"@angular-devkit/build-angular": "^0.13.6",
62+
"@angular/cli": "^7.3.6",
63+
"@angular/compiler-cli": "^7.2.10",
64+
"@angular/language-service": "^7.2.10",
65+
"@types/jasmine": "^3.3.12",
6666
"@types/jasminewd2": "^2.0.6",
67-
"@types/node": "^11.9.4",
67+
"@types/node": "^11.11.4",
6868
"codelyzer": "^4.5.0",
6969
"jasmine-core": "^3.3.0",
7070
"jasmine-spec-reporter": "^4.2.1",
71-
"karma": "^4.0.0",
71+
"karma": "^4.0.1",
7272
"karma-chrome-launcher": "^2.2.0",
7373
"karma-coverage-istanbul-reporter": "^2.0.5",
7474
"karma-jasmine": "^2.0.1",
7575
"karma-jasmine-html-reporter": "^1.4.0",
7676
"protractor": "^5.4.2",
77-
"ts-node": "^8.0.2",
78-
"tslint": "^5.12.1",
77+
"ts-node": "^8.0.3",
78+
"tslint": "^5.14.0",
7979
"typescript": "~3.2.4"
8080
},
8181
"engines": {

0 commit comments

Comments
 (0)