Skip to content

Commit

Permalink
update webpack to 2.2.0-rc.3 (mui#286)
Browse files Browse the repository at this point in the history
* update webpack to 2.2.0-rc.2

* updated to webpack to 2.2.0-rc.3 - fresh out of the oven

* yarn it up
  • Loading branch information
elodszopos authored and ctrlplusb committed Dec 29, 2016
1 parent 48f3301 commit b35ce5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"rimraf": "2.5.4",
"semver": "5.3.0",
"style-loader": "0.13.1",
"webpack": "2.2.0-rc.1",
"webpack": "2.2.0-rc.3",
"webpack-bundle-analyzer": "2.2.1",
"webpack-dev-middleware": "1.9.0",
"webpack-hot-middleware": "2.14.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ acorn@^4.0.1, acorn@^4.0.3:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"

ajv-keywords@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.2.0.tgz#676c4f087bfe1e8b12dca6fda2f3c74f417b099c"
version "1.5.0"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.0.tgz#c11e6859eafff83e0dafc416929472eca946aa2c"

ajv@^4.7.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.10.0.tgz#7ae6169180eb199192a8b9a19fd0f47fc9ac8764"
version "4.10.3"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.10.3.tgz#3e4fea9675b157de7888b80dd0ed735b83f28e11"
dependencies:
co "^4.6.0"
json-stable-stringify "^1.0.1"
Expand Down Expand Up @@ -152,8 +152,8 @@ asap@~2.0.3:
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.5.tgz#522765b50c3510490e52d7dcfe085ef9ba96958f"

asn1.js@^4.0.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.9.0.tgz#f71a1243f3e79d46d7b07d7fbf4824ee73af054a"
version "4.9.1"
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.9.1.tgz#48ba240b45a9280e94748990ba597d216617fd40"
dependencies:
bn.js "^4.0.0"
inherits "^2.0.1"
Expand Down Expand Up @@ -4799,7 +4799,7 @@ ua-parser-js@^0.7.9:
version "0.7.12"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.12.tgz#04c81a99bdd5dc52263ea29d24c6bf8d4818a4bb"

uglify-js@2.7.x, uglify-js@~2.7.3:
uglify-js@2.7.x, uglify-js@^2.7.5:
version "2.7.5"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.5.tgz#4612c0c7baaee2ba7c487de4904ae122079f2ca8"
dependencies:
Expand Down Expand Up @@ -4986,9 +4986,9 @@ webpack-sources@^0.1.0:
source-list-map "~0.1.0"
source-map "~0.5.3"

webpack@2.2.0-rc.1:
version "2.2.0-rc.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.2.0-rc.1.tgz#5a85e73942b6ecc23ce6bc9e6d0883883e692e29"
webpack@2.2.0-rc.3:
version "2.2.0-rc.3"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.2.0-rc.3.tgz#ac072c06c88aae75abdfd33510e7c5fd965f843f"
dependencies:
acorn "^4.0.3"
acorn-dynamic-import "^2.0.0"
Expand All @@ -5007,7 +5007,7 @@ webpack@2.2.0-rc.1:
source-map "^0.5.3"
supports-color "^3.1.0"
tapable "~0.2.5"
uglify-js "~2.7.3"
uglify-js "^2.7.5"
watchpack "^1.0.0"
webpack-sources "^0.1.0"
yargs "^6.0.0"
Expand Down

0 comments on commit b35ce5f

Please sign in to comment.