Skip to content

Commit

Permalink
fix: pin beta package versions (#2236)
Browse files Browse the repository at this point in the history
Fix #2234
  • Loading branch information
filipesilva authored and hansl committed Sep 20, 2016
1 parent f6fa1a5 commit 638a54b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"remap-istanbul": "^0.6.4",
"resolve": "^1.1.7",
"rimraf": "^2.5.3",
"rxjs": "^5.0.0-beta.12",
"rxjs": "5.0.0-beta.12",
"sass-loader": "^3.2.0",
"script-loader": "^0.7.0",
"shelljs": "^0.7.0",
Expand All @@ -109,8 +109,8 @@
"typedoc": "^0.4.2",
"typescript": "2.0.2",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.22",
"webpack-dev-server": "^2.1.0-beta.3",
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "2.1.0-beta.3",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^0.14.0",
"zone.js": "^0.6.23"
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"remap-istanbul": "^0.6.4",
"resolve": "^1.1.7",
"rimraf": "^2.5.3",
"rxjs": "^5.0.0-beta.12",
"rxjs": "5.0.0-beta.12",
"sass-loader": "^3.2.0",
"script-loader": "^0.7.0",
"shelljs": "^0.7.0",
Expand All @@ -91,8 +91,8 @@
"typedoc": "^0.4.2",
"typescript": "2.0.2",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.22",
"webpack-dev-server": "^2.1.0-beta.3",
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "2.1.0-beta.3",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^0.14.0",
"zone.js": "^0.6.23"
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"rxjs": "^5.0.0-beta.11",
"rxjs": "5.0.0-beta.11",
"denodeify": "^1.2.1",
"typescript": "2.0.0"
}
Expand Down

0 comments on commit 638a54b

Please sign in to comment.