Skip to content

Commit 53be004

Browse files
committed
chore: dependencies update
- update `@angular/animations` to `^8.2.0` - update `@angular/common` to `^8.2.0` - update `@angular/compiler` to `^8.2.0` - update `@angular/core` to `^8.2.0` - update `@angular/forms` to `^8.2.0` - update `@angular/platform-browser` to `^8.2.0` - update `@angular/platform-browser-dynamic` to `^8.2.0` - update `@angular/router` to `^8.2.0` - update `zone.js` to `~0.10.0` - update `@angular-devkit/build-angular` to `^0.802.0` - update `@angular-devkit/build-ng-packagr` to `^0.802.0` - update `@angular/cli` to `^8.2.0` - update `@angular/compiler-cli` to `^8.2.0` - update `@angular/language-service` to `^8.2.0` - update `@types/jasmine` to `^3.3.16` - update `@types/node` to `^11.13.18` - update `karma` to `^4.2.0` - update `karma-coverage-istanbul-reporter` to `^2.1.0` - update `ng-packagr` to `^5.4.3` - update `tsickle` to `^0.36.0` - update `tslint` to `^5.18.0`
1 parent 53f28f8 commit 53be004

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,42 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "^8.0.2",
32-
"@angular/common": "^8.0.2",
33-
"@angular/compiler": "^8.0.2",
34-
"@angular/core": "^8.0.2",
35-
"@angular/forms": "^8.0.2",
36-
"@angular/platform-browser": "^8.0.2",
37-
"@angular/platform-browser-dynamic": "^8.0.2",
38-
"@angular/router": "^8.0.2",
31+
"@angular/animations": "^8.2.0",
32+
"@angular/common": "^8.2.0",
33+
"@angular/compiler": "^8.2.0",
34+
"@angular/core": "^8.2.0",
35+
"@angular/forms": "^8.2.0",
36+
"@angular/platform-browser": "^8.2.0",
37+
"@angular/platform-browser-dynamic": "^8.2.0",
38+
"@angular/router": "^8.2.0",
3939
"core-js": "^2.6.9",
4040
"rxjs": "^6.5.2",
41-
"zone.js": "~0.9.1"
41+
"zone.js": "~0.10.0"
4242
},
4343
"devDependencies": {
44-
"@angular-devkit/build-angular": "^0.800.3",
45-
"@angular-devkit/build-ng-packagr": "^0.800.3",
46-
"@angular/cli": "^8.0.3",
47-
"@angular/compiler-cli": "^8.0.2",
48-
"@angular/language-service": "^8.0.2",
49-
"@types/jasmine": "^3.3.13",
44+
"@angular-devkit/build-angular": "^0.802.0",
45+
"@angular-devkit/build-ng-packagr": "^0.802.0",
46+
"@angular/cli": "^8.2.0",
47+
"@angular/compiler-cli": "^8.2.0",
48+
"@angular/language-service": "^8.2.0",
49+
"@types/jasmine": "^3.3.16",
5050
"@types/jasminewd2": "~2.0.6",
51-
"@types/node": "^11.13.14",
51+
"@types/node": "^11.13.18",
5252
"codelyzer": "^5.0.1",
5353
"jasmine-core": "~3.4.0",
5454
"jasmine-spec-reporter": "~4.2.1",
55-
"karma": "^4.0.1",
55+
"karma": "^4.2.0",
5656
"karma-chrome-launcher": "~2.2.0",
57-
"karma-coverage-istanbul-reporter": "^2.0.5",
57+
"karma-coverage-istanbul-reporter": "^2.1.0",
5858
"karma-jasmine": "~2.0.1",
5959
"karma-jasmine-html-reporter": "^1.4.0",
60-
"ng-packagr": "^5.3.0",
60+
"ng-packagr": "^5.4.3",
6161
"protractor": "^5.4.2",
6262
"shelljs": "^0.8.3",
6363
"ts-node": "^8.3.0",
64-
"tsickle": "^0.35.0",
64+
"tsickle": "^0.36.0",
6565
"tslib": "^1.10.0",
66-
"tslint": "^5.14.0",
66+
"tslint": "^5.18.0",
6767
"typescript": "~3.4.5"
6868
}
6969
}

projects/coreui/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"peerDependencies": {
20-
"@angular/common": "^8.0.2",
21-
"@angular/core": "^8.0.2",
22-
"@angular/router": "^8.0.2",
20+
"@angular/common": "^8.2.0",
21+
"@angular/core": "^8.2.0",
22+
"@angular/router": "^8.2.0",
2323
"@coreui/coreui": "^2.1.12"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)