Skip to content

Commit

Permalink
Use 2.2.0 versions of webpack 2.x dependencies instead of 2.2.0-rc*
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed Jan 27, 2017
1 parent 151209a commit 7a9e25d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/dev-server2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repository": "andywer/webpack-blocks",
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"webpack": "^2.2.0-rc.1",
"webpack-dev-server": "^2.2.0-rc.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
"@webpack-blocks/webpack-common": "^0.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-text2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "andywer/webpack-blocks",
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"extract-text-webpack-plugin": "^2.0.0-rc.0",
"@webpack-blocks/webpack-common": "^0.4.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"file-loader": "^0.9.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.0-rc.1",
"webpack": "^2.2.0",
"@webpack-blocks/webpack-common": "^0.4.0",
"@webpack-blocks/core": "^0.4.0"
},
Expand All @@ -35,7 +35,7 @@
"awesome-typescript-loader": "^3.0.0-beta.18",
"babel-loader": "^6.2.9",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"extract-text-webpack-plugin": "^2.0.0-rc.0",
"jsdom": "^9.9.1",
"mz": "^2.6.0",
"node-sass": "^3.4.2",
Expand Down

0 comments on commit 7a9e25d

Please sign in to comment.