Skip to content

Commit

Permalink
feat(deps): Unblock the version of Angular to >= 2.3 (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl authored Dec 15, 2016
1 parent 97cc9d3 commit bd03100
Show file tree
Hide file tree
Showing 19 changed files with 260 additions and 295 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-cli/ast-tools": "^1.0.0",
"@angular/compiler": "2.2.3",
"@angular/compiler-cli": "2.2.3",
"@angular/core": "2.2.3",
"@angular/tsc-wrapped": "0.4.0",
"@angular/compiler": "~2.3.1",
"@angular/compiler-cli": "~2.3.1",
"@angular/core": "~2.3.1",
"@angular/tsc-wrapped": "~0.5.0",
"async": "^2.1.4",
"autoprefixer": "^6.5.3",
"chalk": "^1.1.3",
Expand Down Expand Up @@ -101,7 +101,7 @@
"resolve": "^1.1.7",
"rimraf": "^2.5.3",
"rsvp": "^3.0.17",
"rxjs": "5.0.0-beta.12",
"rxjs": "5.0.0-rc.4",
"sass-loader": "^4.0.1",
"script-loader": "^0.7.0",
"semver": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@angular-cli/ast-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@angular/tsc-wrapped": "^0.3.0",
"rxjs": "5.0.0-beta.12",
"rxjs": "5.0.0-rc.4",
"denodeify": "^1.2.1",
"typescript": "~2.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/@ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"source-map": "^0.5.6"
},
"peerDependencies": {
"@angular/compiler": "2.2.3",
"@angular/compiler-cli": "2.2.3",
"@angular/core": "2.2.3",
"@angular/tsc-wrapped": "0.4.0",
"@angular/compiler": "~2.3.1",
"@angular/compiler-cli": "~2.3.1",
"@angular/core": "~2.3.1",
"@angular/tsc-wrapped": "~0.5.0",
"typescript": "^2.0.2",
"reflect-metadata": "^0.1.8",
"webpack": "^2.1.0-beta.25"
Expand Down
Loading

0 comments on commit bd03100

Please sign in to comment.