Skip to content

Commit 474e731

Browse files
committed
Update dependencies
1 parent 06260a7 commit 474e731

File tree

2 files changed

+361
-414
lines changed

2 files changed

+361
-414
lines changed

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"@angular/router": ">=5"
2121
},
2222
"devDependencies": {
23-
"@angular/cli": "6.0.1",
24-
"@angular/animations": "6.0.1",
25-
"@angular/common": "6.0.1",
26-
"@angular/compiler": "6.0.1",
27-
"@angular/compiler-cli": "6.0.1",
28-
"@angular/core": "6.0.1",
29-
"@angular/forms": "6.0.1",
30-
"@angular/http": "6.0.1",
31-
"@angular/platform-browser": "6.0.1",
32-
"@angular/platform-browser-dynamic": "6.0.1",
33-
"@angular/platform-server": "6.0.1",
34-
"@angular/router": "6.0.1",
23+
"@angular/cli": "6.0.8",
24+
"@angular/animations": "6.0.5",
25+
"@angular/common": "6.0.5",
26+
"@angular/compiler": "6.0.5",
27+
"@angular/compiler-cli": "6.0.5",
28+
"@angular/core": "6.0.5",
29+
"@angular/forms": "6.0.5",
30+
"@angular/http": "6.0.5",
31+
"@angular/platform-browser": "6.0.5",
32+
"@angular/platform-browser-dynamic": "6.0.5",
33+
"@angular/platform-server": "6.0.5",
34+
"@angular/router": "6.0.5",
3535

3636
"@types/hammerjs": "2.0.35",
37-
"@types/jasmine": "2.8.7",
38-
"@types/node": "10.0.8",
39-
"@types/selenium-webdriver": "3.0.8",
40-
"@types/webpack": "4.1.6",
37+
"@types/jasmine": "2.8.8",
38+
"@types/node": "10.3.3",
39+
"@types/selenium-webdriver": "3.0.9",
40+
"@types/webpack": "4.4.0",
4141
"@types/tapable": "1.0.2",
4242

4343
"awesome-typescript-loader": "5.0.0",
44-
"core-js": "2.5.6",
44+
"core-js": "2.5.7",
4545
"http-server": "0.11.1",
4646
"ie-shim": "0.1.0",
4747
"istanbul-instrumenter-loader": "3.0.1",
@@ -56,14 +56,14 @@
5656
"karma-webpack": "3.0.0",
5757
"remap-istanbul": "0.11.1",
5858
"rimraf": "2.6.2",
59-
"rxjs": "6.1.0",
60-
"rxjs-compat": "6.1.0",
59+
"rxjs": "6.2.1",
60+
"rxjs-compat": "6.2.1",
6161
"source-map-loader": "0.2.3",
6262
"ts-helpers": "1.1.2",
63-
"ts-node": "6.0.3",
64-
"ng-packagr": "2.4.4",
63+
"ts-node": "6.1.1",
64+
"ng-packagr": "3.0.2",
6565
"typescript": "2.7.2",
66-
"webpack": "4.8.2",
66+
"webpack": "4.12.0",
6767
"zone.js": "0.8.26"
6868
},
6969
"author": "Jan-Philipp Riethmacher <[email protected]>",

0 commit comments

Comments
 (0)