Skip to content

Commit

Permalink
Updated dependencies to rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Sep 8, 2016
1 parent 3c11cc6 commit 54569bd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-semantic-ui",
"version": "0.3.3",
"version": "0.3.4",
"description": "Angular 2 Semantic UI Components",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,19 +28,19 @@
"prepublish": "tsc"
},
"dependencies": {
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "2.0.0-rc.5",
"@angular/core": "2.0.0-rc.5",
"@angular/forms": "0.3.0",
"@angular/http": "2.0.0-rc.5",
"@angular/platform-browser": "2.0.0-rc.5",
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
"@angular/router": "3.0.0-rc.1",
"core-js": "^2.4.0",
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "^2.0.0-rc.6",
"@angular/http": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
"core-js": "^2.4.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"rxjs": "5.0.0-beta.11",
"ts-helpers": "^1.1.1",
"zone.js": "0.6.12"
"zone.js": "0.6.17"
},
"devDependencies": {
"@types/jasmine": "^2.2.30",
Expand All @@ -59,6 +59,6 @@
"protractor": "3.3.0",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "2.0.0"
"typescript": "^2.0.0"
}
}

0 comments on commit 54569bd

Please sign in to comment.