Skip to content

Commit

Permalink
chore(package): Upgrade to 2.0.0-rc.7 (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
otelnov authored and valorkin committed Sep 14, 2016
1 parent 4c3e4c9 commit 6005c06
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion components/modal/title.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Base specifications: [bootstrap 3](http://getbootstrap.com/javascript/#modals) o
- Don't forget to add `hack` to your application root component ([why?](https://github.com/angular/angular/issues/6446#issuecomment-173459525))

```typescript
import {Component, ViewContainerRef} from '@angular/core';
import { Component, ViewContainerRef } from '@angular/core';

@Component({selector:'app-root'})
class AppRoot {
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
},
"homepage": "https://github.com/valor-software/ng2-bootstrap#readme",
"dependencies": {
"moment": "2.14.1"
"moment": "2.15.0"
},
"peerDependencies": {
"@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/common": "2.0.0-rc.7",
"@angular/compiler": "2.0.0-rc.7",
"@angular/core": "2.0.0-rc.7",
"@angular/forms": "2.0.0-rc.7"
},
"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/router": "3.0.0-rc.2",
"@angular/common": "2.0.0-rc.7",
"@angular/compiler": "2.0.0-rc.7",
"@angular/core": "2.0.0-rc.7",
"@angular/forms": "2.0.0-rc.7",
"@angular/platform-browser": "2.0.0-rc.7",
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
"@angular/router": "3.0.0-rc.3",
"async": "2.0.1",
"bootstrap": "3.3.7",
"codecov": "1.0.1",
Expand All @@ -74,7 +74,7 @@
"cpy-cli": "1.0.1",
"cross-env": "2.0.1",
"del-cli": "0.2.0",
"es6-promise": "3.2.1",
"es6-promise": "3.3.0",
"es6-shim": "0.35.1",
"es7-reflect-metadata": "1.6.0",
"eslint-config-valorsoft": "0.1.0",
Expand All @@ -91,12 +91,12 @@
"pre-commit": "1.1.3",
"reflect-metadata": "0.1.8",
"require-dir": "0.3.0",
"rxjs": "5.0.0-beta.11",
"systemjs-builder": "0.15.30",
"rxjs": "5.0.0-beta.12",
"systemjs-builder": "0.15.31",
"tslint-config-valorsoft": "1.1.1",
"typedoc": "0.4.5",
"typescript": "1.8.10",
"typings": "1.3.3",
"zone.js": "0.6.17"
"zone.js": "0.6.21"
}
}

0 comments on commit 6005c06

Please sign in to comment.