提交 643a10fc 编写于 作者: M Mike Greiling

update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error

上级 de451a8c
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"vue-loader": "^11.3.4", "vue-loader": "^11.3.4",
"vue-resource": "^0.9.3", "vue-resource": "^0.9.3",
"vue-template-compiler": "^2.2.6", "vue-template-compiler": "^2.2.6",
"webpack": "^2.6.0", "webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.8.2" "webpack-bundle-analyzer": "^2.8.2"
}, },
"devDependencies": { "devDependencies": {
......
...@@ -25,7 +25,7 @@ acorn-jsx@^3.0.0: ...@@ -25,7 +25,7 @@ acorn-jsx@^3.0.0:
dependencies: dependencies:
acorn "^3.0.4" acorn "^3.0.4"
acorn@4.0.4: acorn@4.0.4, acorn@^4.0.3:
version "4.0.4" version "4.0.4"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a" resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
...@@ -33,10 +33,6 @@ acorn@^3.0.4: ...@@ -33,10 +33,6 @@ acorn@^3.0.4:
version "3.3.0" version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
acorn@^4.0.3:
version "4.0.11"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.11.tgz#edcda3bd937e7556410d42ed5860f67399c794c0"
acorn@^5.0.0, acorn@^5.0.3: acorn@^5.0.0, acorn@^5.0.3:
version "5.0.3" version "5.0.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d" resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"
...@@ -5839,9 +5835,9 @@ webpack-sources@^0.2.3: ...@@ -5839,9 +5835,9 @@ webpack-sources@^0.2.3:
source-list-map "^1.1.1" source-list-map "^1.1.1"
source-map "~0.5.3" source-map "~0.5.3"
webpack@^2.6.0: webpack@^2.6.1:
version "2.6.0" version "2.6.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.6.0.tgz#7e650a92816abff5db5f43316b0b8b19b13d76c1" resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.6.1.tgz#2e0457f0abb1ac5df3ab106c69c672f236785f07"
dependencies: dependencies:
acorn "^5.0.0" acorn "^5.0.0"
acorn-dynamic-import "^2.0.0" acorn-dynamic-import "^2.0.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册