Skip to content

Commit c08e382

Browse files
committedSep 24, 2019
chore: dependencies update
- update `@angular/animations` to `^8.2.7` - update `@angular/common` to `^8.2.7` - update `@angular/compiler` to `^8.2.7` - update `@angular/core` to `^8.2.7` - update `@angular/forms` to `^8.2.7` - update `@angular/platform-browser` to `^8.2.7` - update `@angular/platform-browser-dynamic` to `^8.2.7` - update `@angular/router` to `^8.2.7` - update `rxjs` to `^6.5.3` - update `zone.js` to `^0.10.2` - update `@angular-devkit/build-angular` to `^0.803.5` - update `@angular-devkit/build-ng-packagr` to `^0.803.5` - update `@angular/cli` to `^8.3.5` - update `@angular/compiler-cli` to `^8.2.7` - update `@angular/language-service` to `^8.2.7` - update `@types/jasmine` to `^3.4.0` - update `@types/node` to `^11.13.20` - update `codelyzer` to `^5.1.1` - update `karma` to `^4.3.0` - update `ng-packagr` to `^5.5.1` - update `ts-node` to `^8.4.1` - update `tsickle` to `~0.37.0` - update `tslint` to `^5.20.0`
1 parent 865265d commit c08e382

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
 

‎package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,42 @@
2828
},
2929
"private": true,
3030
"dependencies": {
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",
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",
3939
"core-js": "^2.6.9",
40-
"rxjs": "^6.5.2",
41-
"zone.js": "~0.10.0"
40+
"rxjs": "^6.5.3",
41+
"zone.js": "^0.10.2"
4242
},
4343
"devDependencies": {
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",
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",
5050
"@types/jasminewd2": "~2.0.6",
51-
"@types/node": "^11.13.18",
52-
"codelyzer": "^5.0.1",
51+
"@types/node": "^11.13.20",
52+
"codelyzer": "^5.1.1",
5353
"jasmine-core": "~3.4.0",
5454
"jasmine-spec-reporter": "~4.2.1",
55-
"karma": "^4.2.0",
55+
"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.4.3",
60+
"ng-packagr": "^5.5.1",
6161
"protractor": "^5.4.2",
6262
"shelljs": "^0.8.3",
63-
"ts-node": "^8.3.0",
64-
"tsickle": "~0.35.0",
63+
"ts-node": "^8.4.1",
64+
"tsickle": "~0.37.0",
6565
"tslib": "^1.10.0",
66-
"tslint": "^5.18.0",
66+
"tslint": "^5.20.0",
6767
"typescript": "~3.4.5"
6868
}
6969
}

0 commit comments

Comments
 (0)