Skip to content

Commit 6a1f818

Browse files
committed
chore(): update deps
1 parent d180c3c commit 6a1f818

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@
2626
},
2727
"homepage": "https://github.com/zyramedia/ionic-image-loader#readme",
2828
"devDependencies": {
29-
"@angular/compiler": "^2.0.0",
30-
"@angular/compiler-cli": "^0.6.2",
31-
"@angular/core": "^2.0.0",
32-
"@angular/platform-browser": "^2.0.0",
29+
"@angular/common": "2.0.0",
30+
"@angular/compiler": "2.0.0",
31+
"@angular/compiler-cli": "0.6.2",
32+
"@angular/core": "2.0.0",
33+
"@angular/platform-browser": "2.0.0",
3334
"ionic-native": "^2.2.2",
34-
"rxjs": "^5.0.0-beta.12",
35+
"rxjs": "5.0.0-beta.12",
3536
"typescript": "^2.0.3",
36-
"zone.js": "^0.6.21"
37+
"zone.js": "0.6.21"
3738
}
3839
}

0 commit comments

Comments
 (0)