Skip to content

Commit

Permalink
Bump to angular v2.0.0-beta.7 and related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadjen committed Feb 29, 2016
1 parent 8ff00d0 commit 4c1db77
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@
},
"homepage": "https://github.com/tpadjen/ng2-prism#readme",
"devDependencies": {
"angular2": "2.0.0-beta.6",
"angular2": "2.0.0-beta.7",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"jspm": "^0.16.27",
"node-sass": "^3.4.2",
"prismjs": "git://github.com/PrismJS/prism.git#gh-pages",
"reflect-metadata": "^0.1.3",
"reflect-metadata": "0.1.2",
"rimraf": "^2.5.2",
"rxjs": "5.0.0-beta.0",
"rxjs": "5.0.0-beta.2",
"systemjs-builder": "^0.15.7",
"typescript": "1.7.5",
"zone.js": "^0.5.14"
"zone.js": "0.5.15"
},
"peerDependencies": {
"angular2": "2.0.0-beta.6",
"angular2": "2.0.0-beta.7",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.0",
"zone.js": "^0.5.14"
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
},
"jspm": {
"dependencies": {
"angular2": "npm:angular2@^2.0.0-beta.6",
"angular2": "npm:angular2@^2.0.0-beta.7",
"rxjs": "npm:rxjs@^5.0.0-beta.2"
},
"devDependencies": {
"typescript": "npm:typescript@^1.6.2"
"typescript": "npm:typescript@^1.8.2"
}
}
}

0 comments on commit 4c1db77

Please sign in to comment.