Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit ddf7604

Browse files
danielsogldanbucholtz
authored andcommitted
chore(dependencies): update deps for node 8
* chore(package): bump dependencies I updated some outdated dependencies to the latest feature or bugfix releases. No breaking changes at all just more features and better performance with less bugs :) * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json
1 parent ea4c5ca commit ddf7604

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"babili": "0.0.10",
3636
"bonjour": "^3.5.0",
3737
"chalk": "1.1.3",
38-
"chokidar": "1.6.1",
38+
"chokidar": "1.7.0",
3939
"clean-css": "3.4.24",
40-
"cross-spawn": "5.0.1",
40+
"cross-spawn": "5.1.0",
4141
"express": "4.14.1",
4242
"fs-extra": "2.0.0",
4343
"glob": "^7.1.1",
@@ -50,11 +50,11 @@
5050
"rollup": "0.41.6",
5151
"rollup-plugin-commonjs": "8.0.2",
5252
"rollup-plugin-json": "2.1.1",
53-
"rollup-plugin-node-builtins": "2.1.0",
53+
"rollup-plugin-node-builtins": "2.1.2",
5454
"rollup-plugin-node-globals": "1.1.0",
5555
"rollup-plugin-node-resolve": "3.0.0",
5656
"rollup-pluginutils": "2.0.1",
57-
"tiny-lr": "1.0.3",
57+
"tiny-lr": "1.0.4",
5858
"tslint": "^5.2.0",
5959
"tslint-eslint-rules": "4.0.0",
6060
"uglify-js": "2.8.22",
@@ -63,16 +63,16 @@
6363
"xml2js": "^0.4.17"
6464
},
6565
"devDependencies": {
66-
"@angular/common": "4.0.3",
67-
"@angular/compiler": "4.0.3",
68-
"@angular/compiler-cli": "4.0.3",
69-
"@angular/core": "4.0.3",
70-
"@angular/forms": "4.0.3",
71-
"@angular/http": "4.0.3",
72-
"@angular/platform-browser": "4.0.3",
73-
"@angular/platform-browser-dynamic": "4.0.3",
74-
"@angular/platform-server": "4.0.3",
75-
"@angular/tsc-wrapped": "4.0.3",
66+
"@angular/common": "4.1.3",
67+
"@angular/compiler": "4.1.3",
68+
"@angular/compiler-cli": "4.1.3",
69+
"@angular/core": "4.1.3",
70+
"@angular/forms": "4.1.3",
71+
"@angular/http": "4.1.3",
72+
"@angular/platform-browser": "4.1.3",
73+
"@angular/platform-browser-dynamic": "4.1.3",
74+
"@angular/platform-server": "4.1.3",
75+
"@angular/tsc-wrapped": "4.1.3",
7676
"@types/chalk": "^0.4.30",
7777
"@types/chokidar": "1.4.29",
7878
"@types/clean-css": "^3.4.29",
@@ -94,11 +94,11 @@
9494
"mock-fs": "4.3.0",
9595
"rewire": "^2.5.2",
9696
"rimraf": "2.5.4",
97-
"rxjs": "^5.0.1",
97+
"rxjs": "^5.1.1",
9898
"sw-toolbox": "3.4.0",
9999
"tslint-ionic-rules": "0.0.8",
100-
"typescript": "~2.2.1",
101-
"zone.js": "^0.8.5"
100+
"typescript": "~2.3.4",
101+
"zone.js": "^0.8.11"
102102
},
103103
"peerDependencies": {
104104
"@angular/core": "*",

0 commit comments

Comments
 (0)