Skip to content

Commit 286cb25

Browse files
committed
chore: dependencies update
- update: `bootstrap` to `^4.2.1` - update: `@coreui/angular` to `^2.2.3` - update: `@coreui/coreui` to `^2.1.6` - update: `@angular/animations` to `^7.2.0` - update: `@angular/common` to `^7.2.0` - update: `@angular/compiler` to `^7.2.0` - update: `@angular/core` to `^7.2.0` - update: `@angular/forms` to `^7.2.0` - update: `@angular/http` to `^7.2.0` - update: `@angular/platform-browser` to `^7.2.0` - update: `@angular/platform-browser-dynamic` to `^7.2.0` - update: `@angular/router` to `^7.2.0` - update: `core-js` to `^2.6.2` - update: `moment` to `^2.23.0` - update: `ngx-bootstrap` to `^3.1.4` - update: `ngx-perfect-scrollbar` to `^7.2.0` - update: `zone.js` to `^0.8.27` - update: `@angular-devkit/build-angular` to `^0.12.1` - update: `@angular/cli` to `^7.2.1` - update: `@angular/compiler-cli` to `^7.2.0` - update: `@angular/language-service` to `^7.2.0` - update: `@types/jasmine` to `^3.3.5` - update: `@types/node` to `^10.12.18` - update: `karma` to `^3.1.4` - update: `protractor` to `^5.4.2` - update: `tslint` to `^5.12.1`
1 parent 416b903 commit 286cb25

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,55 +27,55 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^7.1.1",
31-
"@angular/common": "^7.1.1",
32-
"@angular/compiler": "^7.1.1",
33-
"@angular/core": "^7.1.1",
34-
"@angular/forms": "^7.1.1",
35-
"@angular/http": "^7.1.1",
36-
"@angular/platform-browser": "^7.1.1",
37-
"@angular/platform-browser-dynamic": "^7.1.1",
38-
"@angular/router": "^7.1.1",
39-
"@coreui/angular": "^2.2.1",
40-
"@coreui/coreui": "^2.1.3",
30+
"@angular/animations": "^7.2.0",
31+
"@angular/common": "^7.2.0",
32+
"@angular/compiler": "^7.2.0",
33+
"@angular/core": "^7.2.0",
34+
"@angular/forms": "^7.2.0",
35+
"@angular/http": "^7.2.0",
36+
"@angular/platform-browser": "^7.2.0",
37+
"@angular/platform-browser-dynamic": "^7.2.0",
38+
"@angular/router": "^7.2.0",
39+
"@coreui/angular": "^2.2.3",
40+
"@coreui/coreui": "^2.1.6",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
43-
"bootstrap": "^4.1.3",
43+
"bootstrap": "^4.2.1",
4444
"chart.js": "^2.7.3",
45-
"core-js": "^2.6.0",
45+
"core-js": "^2.6.2",
4646
"flag-icon-css": "^3.2.1",
4747
"font-awesome": "^4.7.0",
48-
"moment": "^2.22.2",
48+
"moment": "^2.23.0",
4949
"mutationobserver-shim": "^0.3.2",
5050
"ng2-charts": "^1.6.0",
51-
"ngx-bootstrap": "^3.1.2",
52-
"ngx-perfect-scrollbar": "^7.1.0",
51+
"ngx-bootstrap": "^3.1.4",
52+
"ngx-perfect-scrollbar": "^7.2.0",
5353
"rxjs": "^6.3.3",
5454
"simple-line-icons": "^2.4.1",
5555
"ts-helpers": "^1.1.2",
5656
"tsickle": "^0.34.0",
5757
"tslib": "^1.9.0",
58-
"zone.js": "^0.8.26"
58+
"zone.js": "^0.8.27"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.11.1",
62-
"@angular/cli": "^7.1.1",
63-
"@angular/compiler-cli": "^7.1.1",
64-
"@angular/language-service": "^7.1.1",
65-
"@types/jasmine": "^3.3.1",
61+
"@angular-devkit/build-angular": "^0.12.1",
62+
"@angular/cli": "^7.2.1",
63+
"@angular/compiler-cli": "^7.2.0",
64+
"@angular/language-service": "^7.2.0",
65+
"@types/jasmine": "^3.3.5",
6666
"@types/jasminewd2": "^2.0.6",
67-
"@types/node": "^10.12.12",
67+
"@types/node": "^10.12.18",
6868
"codelyzer": "^4.5.0",
6969
"jasmine-core": "^3.3.0",
7070
"jasmine-spec-reporter": "^4.2.1",
71-
"karma": "^3.1.3",
71+
"karma": "^3.1.4",
7272
"karma-chrome-launcher": "^2.2.0",
7373
"karma-coverage-istanbul-reporter": "^2.0.4",
7474
"karma-jasmine": "^2.0.1",
7575
"karma-jasmine-html-reporter": "^1.4.0",
76-
"protractor": "^5.4.1",
76+
"protractor": "^5.4.2",
7777
"ts-node": "^7.0.1",
78-
"tslint": "^5.11.0",
78+
"tslint": "^5.12.1",
7979
"typescript": "3.1.x"
8080
},
8181
"engines": {

0 commit comments

Comments
 (0)