Skip to content

Commit ff12902

Browse files
committed
chore: dependencies update
- update `@angular/animations` to `^8.2.10` - update `@angular/common` to `^8.2.12` - update `@angular/compiler` to `^8.2.12` - update `@angular/core` to `^8.2.12` - update `@angular/forms` to `^8.2.12` - update `@angular/platform-browser` to `^8.2.12` - update `@angular/platform-browser-dynamic` to `^8.2.12` - update `@angular/router` to `^8.2.12` - update `@coreui/angular` to `^2.6.3` - update `@coreui/coreui` to `^2.1.16` - update `chart.js` to `^2.9.1` - update `core-js` to `^2.6.10` - update `flag-icon-css` to `^3.4.5` - update `ngx-bootstrap` to `^5.2.0` - update `rxjs` to `^6.5.3` - update `web-animations-js` to `^2.3.2` - update `zone.js` to `^0.10.2` - update `@angular-devkit/build-angular` to `^0.803.15` - update `@angular/cli` to `^8.3.15` - update `@angular/compiler-cli` to `^8.2.12` - update `@angular/language-service` to `^8.2.12` - update `@types/jasmine` to `^3.4.4` - update `@types/jasminewd2` to `^2.0.8` - update `@types/node` to `^12.7.12` - update `codelyzer` to `^5.2.0` - update `jasmine-core` to `^3.5.0` - update `karma` to `^4.4.1` - update `karma-chrome-launcher` to `^3.1.0` - update `karma-coverage-istanbul-reporter` to `^2.1.0` - update `ts-node` to `^8.4.1` - update `tslint` to `^5.20.0`
1 parent 428cdb9 commit ff12902

File tree

2 files changed

+35
-36
lines changed

2 files changed

+35
-36
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/angular)
2-
[![npm package][npm-coreui-angular-badge]][npm-coreui-angular]
2+
[![npm package][npm-coreui-angular-badge]][npm-coreui-angular]
33
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
44
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
55
[![npm package][npm-coreui-badge]][npm-coreui]
6-
[![NPM downloads][npm-coreui-download]][npm-coreui]
7-
![angular](https://img.shields.io/badge/angular-^8.0.0-lightgrey.svg?style=flat-square)
6+
[![NPM downloads][npm-coreui-download]][npm-coreui]
7+
![angular](https://img.shields.io/badge/angular-^8.2.12-lightgrey.svg?style=flat-square)
88

99
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1010
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square

package.json

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -27,56 +27,55 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^8.0.2",
31-
"@angular/common": "^8.0.2",
32-
"@angular/compiler": "^8.0.2",
33-
"@angular/core": "^8.0.2",
34-
"@angular/forms": "^8.0.2",
35-
"@angular/http": "^8.0.0-beta.10",
36-
"@angular/platform-browser": "^8.0.2",
37-
"@angular/platform-browser-dynamic": "^8.0.2",
38-
"@angular/router": "^8.0.2",
39-
"@coreui/angular": "^2.5.2",
40-
"@coreui/coreui": "^2.1.12",
30+
"@angular/animations": "^8.2.10",
31+
"@angular/common": "^8.2.12",
32+
"@angular/compiler": "^8.2.12",
33+
"@angular/core": "^8.2.12",
34+
"@angular/forms": "^8.2.12",
35+
"@angular/platform-browser": "^8.2.12",
36+
"@angular/platform-browser-dynamic": "^8.2.12",
37+
"@angular/router": "^8.2.12",
38+
"@coreui/angular": "^2.6.3",
39+
"@coreui/coreui": "^2.1.16",
4140
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
4241
"@coreui/icons": "0.3.0",
4342
"bootstrap": "^4.3.1",
44-
"chart.js": "^2.8.0",
45-
"core-js": "^2.6.9",
46-
"flag-icon-css": "^3.3.0",
43+
"chart.js": "^2.9.1",
44+
"core-js": "^2.6.10",
45+
"flag-icon-css": "^3.4.5",
4746
"font-awesome": "^4.7.0",
4847
"moment": "^2.24.0",
4948
"mutationobserver-shim": "^0.3.3",
5049
"ng2-charts": "^2.3.0",
51-
"ngx-bootstrap": "^5.0.0",
50+
"ngx-bootstrap": "^5.2.0",
5251
"ngx-perfect-scrollbar": "^8.0.0",
53-
"rxjs": "^6.5.2",
52+
"rxjs": "^6.5.3",
5453
"simple-line-icons": "^2.4.1",
5554
"ts-helpers": "^1.1.2",
56-
"tsickle": "^0.35.0",
55+
"tsickle": "^0.37.0",
5756
"tslib": "^1.10.0",
58-
"web-animations-js": "^2.3.1",
59-
"zone.js": "^0.9.1"
57+
"web-animations-js": "^2.3.2",
58+
"zone.js": "^0.10.2"
6059
},
6160
"devDependencies": {
62-
"@angular-devkit/build-angular": "^0.800.3",
63-
"@angular/cli": "^8.0.3",
64-
"@angular/compiler-cli": "^8.0.2",
65-
"@angular/language-service": "^8.0.2",
66-
"@types/jasmine": "^3.3.13",
67-
"@types/jasminewd2": "^2.0.6",
68-
"@types/node": "^12.0.8",
69-
"codelyzer": "^5.1.0",
70-
"jasmine-core": "^3.4.0",
61+
"@angular-devkit/build-angular": "^0.803.15",
62+
"@angular/cli": "^8.3.15",
63+
"@angular/compiler-cli": "^8.2.12",
64+
"@angular/language-service": "^8.2.12",
65+
"@types/jasmine": "^3.4.4",
66+
"@types/jasminewd2": "^2.0.8",
67+
"@types/node": "^12.7.12",
68+
"codelyzer": "^5.2.0",
69+
"jasmine-core": "^3.5.0",
7170
"jasmine-spec-reporter": "^4.2.1",
72-
"karma": "^4.1.0",
73-
"karma-chrome-launcher": "^2.2.0",
74-
"karma-coverage-istanbul-reporter": "^2.0.5",
71+
"karma": "^4.4.1",
72+
"karma-chrome-launcher": "^3.1.0",
73+
"karma-coverage-istanbul-reporter": "^2.1.0",
7574
"karma-jasmine": "^2.0.1",
7675
"karma-jasmine-html-reporter": "^1.4.2",
7776
"protractor": "^5.4.2",
78-
"ts-node": "^8.3.0",
79-
"tslint": "^5.17.0",
77+
"ts-node": "^8.4.1",
78+
"tslint": "^5.20.0",
8079
"typescript": "~3.4.5"
8180
},
8281
"engines": {

0 commit comments

Comments
 (0)