Skip to content

Commit

Permalink
feat(packages): update to [email protected] and unpin the rxjs peerDeps via …
Browse files Browse the repository at this point in the history
…^5.0.1. Also move to stable TS 2.1 (#189)

Closes #185
  • Loading branch information
Hotell authored Dec 24, 2016
1 parent 36f5b66 commit 2ea1299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"live-server": "0.8.2",
"mocha": "3.1.2",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-rc.1",
"rxjs": "5.0.1",
"sinon": "1.17.6",
"systemjs": "0.19.6",
"ts-node": "1.7.0",
"typescript": "2.2.0-dev.20161115",
"typescript": "2.1.4",
"validate-commit-msg": "2.0.0",
"zone.js": "0.7.4"
"zone.js": "^0.7.2"
},
"peerDependencies": {
"rxjs": "5.0.0-rc.1",
"rxjs": "^5.0.1",
"angular": ">=1.4.x"
},
"dependencies": {},
Expand Down

0 comments on commit 2ea1299

Please sign in to comment.