Skip to content

Commit

Permalink
feat(ng2): Update to angular2 final (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-brandonstirnaman authored and valorkin committed Sep 18, 2016
1 parent 8ce7b9b commit 1f872dd
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 @@ -51,18 +51,18 @@
"dragula": "3.7.1"
},
"peerDependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/forms": "2.0.0-rc.6"
"@angular/common": "2.0.0",
"@angular/core": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/forms": "2.0.0"
},
"devDependencies": {
"@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/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"codecov": "1.0.1",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
Expand All @@ -79,11 +79,11 @@
"pre-commit": "1.1.3",
"reflect-metadata": "0.1.8",
"require-dir": "0.3.0",
"rxjs": "5.0.0-beta.10",
"rxjs": "5.0.0-beta.12",
"systemjs-builder": "0.15.31",
"tslint-config-valorsoft": "1.1.1",
"typescript": "1.8.10",
"typings": "1.3.3",
"zone.js": "0.6.17"
"zone.js": "^0.6.21"
}
}

0 comments on commit 1f872dd

Please sign in to comment.