update to 1.5.0

This commit is contained in:
Even Stensberg 2017-12-09 05:38:30 +01:00
parent 1bfbe79c21
commit 3b88f08230
2 changed files with 26 additions and 6 deletions

View File

@ -23,7 +23,7 @@
"tapable": "1.0.0-beta.3",
"uglifyjs-webpack-plugin": "^1.1.1",
"watchpack": "^1.4.0",
"webpack-cli": "^1.4.8",
"webpack-cli": "^1.5.0",
"webpack-sources": "^1.0.1",
"yargs": "^8.0.2"
},

View File

@ -3329,7 +3329,7 @@ jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
jscodeshift@^0.3.30, jscodeshift@^0.3.32:
jscodeshift@^0.3.30:
version "0.3.32"
resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.3.32.tgz#dece5eb602f16340d8d954c7f96ac907c502eabb"
dependencies:
@ -3350,6 +3350,26 @@ jscodeshift@^0.3.30, jscodeshift@^0.3.32:
temp "^0.8.1"
write-file-atomic "^1.2.0"
jscodeshift@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.4.0.tgz#a76afdbfc6f4e78c3fd0d1a60470dfa43c03190e"
dependencies:
async "^1.5.0"
babel-plugin-transform-flow-strip-types "^6.8.0"
babel-preset-es2015 "^6.9.0"
babel-preset-stage-1 "^6.5.0"
babel-register "^6.9.0"
babylon "^6.17.3"
colors "^1.1.2"
flow-parser "^0.*"
lodash "^4.13.1"
micromatch "^2.3.7"
node-dir "0.1.8"
nomnom "^1.8.1"
recast "^0.12.5"
temp "^0.8.1"
write-file-atomic "^1.2.0"
jsesc@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
@ -6097,9 +6117,9 @@ webpack-addons@1.1.2:
babel-preset-stage-3 "^6.24.1"
jscodeshift "^0.3.30"
webpack-cli@^1.4.8:
version "1.4.8"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-1.4.8.tgz#968864c7daad8c8e70e45e726855fa56be25f2b4"
webpack-cli@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-1.5.0.tgz#970abf6d956ff3cc99872649c2709e40cf15ad6a"
dependencies:
babel-code-frame "^6.22.0"
babel-core "^6.25.0"
@ -6113,7 +6133,7 @@ webpack-cli@^1.4.8:
got "^7.1.0"
inquirer "^3.2.0"
interpret "^1.0.4"
jscodeshift "^0.3.32"
jscodeshift "^0.4.0"
listr "^0.12.0"
loader-utils "^1.1.0"
lodash "^4.17.4"