Skip to content

Commit 38f9ddb

Browse files
committed
chore: dependencies update
- update `@angular/animations` to `^8.2.11` - update `@angular/common` to `^8.2.11` - update `@angular/compiler` to `^8.2.11` - update `@angular/core` to `^8.2.11` - update `@angular/forms` to `^8.2.11` - update `@angular/platform-browser` to `^8.2.11` - update `@angular/platform-browser-dynamic` to `^8.2.11` - update `@angular/router` to `^8.2.11` - update `core-js` to `^2.6.10` - update `@angular-devkit/build-angular` to `^0.803.10` - update `@angular-devkit/build-ng-packagr` to `^0.803.10` - update `@angular/cli` to `^8.3.10` - update `@angular/compiler-cli` to `^8.2.11` - update `@angular/language-service` to `^8.2.11` - update `@types/jasmine` to `^3.4.4` - update `@types/jasminewd2` to `^2.0.8` - update `@types/node` to `^11.13.22` - update `codelyzer` to `^5.1.2` - update `ng-packagr` to `^5.7.0`
1 parent d035c86 commit 38f9ddb

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,36 +28,36 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "^8.2.7",
32-
"@angular/common": "^8.2.7",
33-
"@angular/compiler": "^8.2.7",
34-
"@angular/core": "^8.2.7",
35-
"@angular/forms": "^8.2.7",
36-
"@angular/platform-browser": "^8.2.7",
37-
"@angular/platform-browser-dynamic": "^8.2.7",
38-
"@angular/router": "^8.2.7",
39-
"core-js": "^2.6.9",
31+
"@angular/animations": "^8.2.11",
32+
"@angular/common": "^8.2.11",
33+
"@angular/compiler": "^8.2.11",
34+
"@angular/core": "^8.2.11",
35+
"@angular/forms": "^8.2.11",
36+
"@angular/platform-browser": "^8.2.11",
37+
"@angular/platform-browser-dynamic": "^8.2.11",
38+
"@angular/router": "^8.2.11",
39+
"core-js": "^2.6.10",
4040
"rxjs": "^6.5.3",
4141
"zone.js": "^0.10.2"
4242
},
4343
"devDependencies": {
44-
"@angular-devkit/build-angular": "^0.803.5",
45-
"@angular-devkit/build-ng-packagr": "^0.803.5",
46-
"@angular/cli": "^8.3.5",
47-
"@angular/compiler-cli": "^8.2.7",
48-
"@angular/language-service": "^8.2.7",
49-
"@types/jasmine": "^3.4.0",
50-
"@types/jasminewd2": "~2.0.6",
51-
"@types/node": "^11.13.20",
52-
"codelyzer": "^5.1.1",
44+
"@angular-devkit/build-angular": "^0.803.10",
45+
"@angular-devkit/build-ng-packagr": "^0.803.10",
46+
"@angular/cli": "^8.3.10",
47+
"@angular/compiler-cli": "^8.2.11",
48+
"@angular/language-service": "^8.2.11",
49+
"@types/jasmine": "^3.4.4",
50+
"@types/jasminewd2": "^2.0.8",
51+
"@types/node": "^11.13.22",
52+
"codelyzer": "^5.1.2",
5353
"jasmine-core": "~3.4.0",
5454
"jasmine-spec-reporter": "~4.2.1",
5555
"karma": "^4.3.0",
5656
"karma-chrome-launcher": "~2.2.0",
5757
"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.5.1",
60+
"ng-packagr": "^5.7.0",
6161
"protractor": "^5.4.2",
6262
"shelljs": "^0.8.3",
6363
"ts-node": "^8.4.1",

0 commit comments

Comments
 (0)