Skip to content

Commit 0b75394

Browse files
committed
chore: dependencies update
- update: `@angular/animations` to `^7.2.5` - update: `@angular/common` to `^7.2.5` - update: `@angular/compiler` to `^7.2.5` - update: `@angular/core` to `^7.2.5` - update: `@angular/forms` to `^7.2.5` - update: `@angular/http` to `^7.2.5` - update: `@angular/platform-browser` to `^7.2.5` - update: `@angular/platform-browser-dynamic` to `^7.2.5` - update: `@angular/router` to `^7.2.5` - update: `@coreui/angular` to `^2.4.0` - update: `bootstrap` to `^4.3.1` - update: `core-js` to `^2.6.5` - update: `moment` to `^2.24.0` - update: `ngx-bootstrap` to `^3.2.0` - update: `rxjs` to `^6.4.0` - update: `tsickle` to `^0.34.3` - update: `zone.js` to `^0.8.29` - update: `@angular-devkit/build-angular` to `^0.13.2` - update: `@angular/cli` to `^7.3.2` - update: `@angular/compiler-cli` to `^7.2.5` - update: `@angular/language-service` to `^7.2.5` - update: `@types/jasmine` to `^3.3.9` - update: `@types/node` to `^10.12.26` - update: `karma` to `^4.0.0` - update: `karma-coverage-istanbul-reporter` to `^2.0.5`
1 parent 11194e5 commit 0b75394

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,54 +27,54 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^7.2.1",
31-
"@angular/common": "^7.2.1",
32-
"@angular/compiler": "^7.2.1",
33-
"@angular/core": "^7.2.1",
34-
"@angular/forms": "^7.2.1",
35-
"@angular/http": "^7.2.1",
36-
"@angular/platform-browser": "^7.2.1",
37-
"@angular/platform-browser-dynamic": "^7.2.1",
38-
"@angular/router": "^7.2.1",
39-
"@coreui/angular": "^2.2.4",
30+
"@angular/animations": "^7.2.5",
31+
"@angular/common": "^7.2.5",
32+
"@angular/compiler": "^7.2.5",
33+
"@angular/core": "^7.2.5",
34+
"@angular/forms": "^7.2.5",
35+
"@angular/http": "^7.2.5",
36+
"@angular/platform-browser": "^7.2.5",
37+
"@angular/platform-browser-dynamic": "^7.2.5",
38+
"@angular/router": "^7.2.5",
39+
"@coreui/angular": "^2.4.0",
4040
"@coreui/coreui": "^2.1.6",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
43-
"bootstrap": "^4.2.1",
43+
"bootstrap": "^4.3.1",
4444
"chart.js": "^2.7.3",
45-
"core-js": "^2.6.2",
45+
"core-js": "^2.6.5",
4646
"flag-icon-css": "^3.2.1",
4747
"font-awesome": "^4.7.0",
48-
"moment": "^2.23.0",
48+
"moment": "^2.24.0",
4949
"mutationobserver-shim": "^0.3.3",
5050
"ng2-charts": "^1.6.0",
51-
"ngx-bootstrap": "^3.1.4",
51+
"ngx-bootstrap": "^3.2.0",
5252
"ngx-perfect-scrollbar": "^7.2.0",
53-
"rxjs": "^6.3.3",
53+
"rxjs": "^6.4.0",
5454
"simple-line-icons": "^2.4.1",
5555
"ts-helpers": "^1.1.2",
56-
"tsickle": "^0.34.0",
56+
"tsickle": "^0.34.3",
5757
"tslib": "^1.9.0",
58-
"zone.js": "^0.8.28"
58+
"zone.js": "^0.8.29"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.12.2",
62-
"@angular/cli": "^7.2.2",
63-
"@angular/compiler-cli": "^7.2.1",
64-
"@angular/language-service": "^7.2.1",
65-
"@types/jasmine": "^3.3.7",
61+
"@angular-devkit/build-angular": "^0.13.2",
62+
"@angular/cli": "^7.3.2",
63+
"@angular/compiler-cli": "^7.2.5",
64+
"@angular/language-service": "^7.2.5",
65+
"@types/jasmine": "^3.3.9",
6666
"@types/jasminewd2": "^2.0.6",
67-
"@types/node": "^10.12.18",
67+
"@types/node": "^11.9.4",
6868
"codelyzer": "^4.5.0",
6969
"jasmine-core": "^3.3.0",
7070
"jasmine-spec-reporter": "^4.2.1",
71-
"karma": "^3.1.4",
71+
"karma": "^4.0.0",
7272
"karma-chrome-launcher": "^2.2.0",
73-
"karma-coverage-istanbul-reporter": "^2.0.4",
73+
"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": "^7.0.1",
77+
"ts-node": "^8.0.2",
7878
"tslint": "^5.12.1",
7979
"typescript": "~3.2.4"
8080
},

0 commit comments

Comments
 (0)