Skip to content

Commit

Permalink
chore(package): TS 2.3 support (adriancarriger#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored and adriancarriger committed May 30, 2017
1 parent 1e56e85 commit 9108898
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"localforage": "1.5.0"
},
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/core": "^4.1.3",
"angularfire2": "^4.0.0-rc.0"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/platform-server": "^4.1.3",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.52",
"angularfire2": "^4.0.0-rc0",
Expand All @@ -80,15 +80,15 @@
"onchange": "^3.2.1",
"reflect-metadata": "0.1.8",
"rimraf": "^2.6.1",
"rxjs": "5.0.3",
"rxjs": "5.1.1",
"semantic-release": "^6.3.2",
"source-map-loader": "0.1.5",
"ts-helpers": "1.1.2",
"tslint": "^4.3.0",
"tslint-loader": "3.3.0",
"typescript": "~2.2.0",
"typescript": "~2.3.3",
"webpack": "2.1.0-beta.27",
"zone.js": "0.8.4"
"zone.js": "0.8.11"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 9108898

Please sign in to comment.