Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit fe9cfd2

Browse files
mgechevjeffbcross
authored andcommitted
chore(AppShell): update dependencies (#79)
1 parent a7d2d6e commit fe9cfd2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

app-shell/package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@angular/common": "2.0.0-rc.0",
20-
"@angular/compiler": "2.0.0-rc.0",
21-
"@angular/core": "2.0.0-rc.0",
22-
"@angular/platform-browser": "2.0.0-rc.0",
23-
"@angular/platform-browser-dynamic": "2.0.0-rc.0",
24-
"@angular/router": "2.0.0-rc.0",
19+
"@angular/common": "~2.0.0-rc.0",
20+
"@angular/compiler": "~2.0.0-rc.0",
21+
"@angular/core": "~2.0.0-rc.0",
22+
"@angular/platform-browser": "~2.0.0-rc.0",
23+
"@angular/platform-browser-dynamic": "~2.0.0-rc.0",
2524
"es6-shim": "^0.35.0",
2625
"reflect-metadata": "0.1.3",
2726
"rxjs": "5.0.0-beta.6",

app-shell/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
},
2929
"homepage": "https://github.com/angular/mobile-toolkit#readme",
3030
"peerDependencies": {
31-
"@angular/core": "2.0.0-rc.1"
31+
"@angular/core": "~2.0.0-rc.1"
3232
}
3333
}

0 commit comments

Comments
 (0)