File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed
Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 2323 "tapable" : " 1.0.0-beta.3" ,
2424 "uglifyjs-webpack-plugin" : " ^1.1.1" ,
2525 "watchpack" : " ^1.4.0" ,
26- "webpack-cli" : " ^1.4.8 " ,
26+ "webpack-cli" : " ^1.5.0 " ,
2727 "webpack-sources" : " ^1.0.1" ,
2828 "yargs" : " ^8.0.2"
2929 },
Original file line number Diff line number Diff line change @@ -3329,7 +3329,7 @@ jsbn@~0.1.0:
33293329 version "0.1.1"
33303330 resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
33313331
3332- jscodeshift@^0.3.30, jscodeshift@^0.3.32 :
3332+ jscodeshift@^0.3.30 :
33333333 version "0.3.32"
33343334 resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.3.32.tgz#dece5eb602f16340d8d954c7f96ac907c502eabb"
33353335 dependencies :
@@ -3350,6 +3350,26 @@ jscodeshift@^0.3.30, jscodeshift@^0.3.32:
33503350 temp "^0.8.1"
33513351 write-file-atomic "^1.2.0"
33523352
3353+ jscodeshift@^0.4.0 :
3354+ version "0.4.0"
3355+ resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.4.0.tgz#a76afdbfc6f4e78c3fd0d1a60470dfa43c03190e"
3356+ dependencies :
3357+ async "^1.5.0"
3358+ babel-plugin-transform-flow-strip-types "^6.8.0"
3359+ babel-preset-es2015 "^6.9.0"
3360+ babel-preset-stage-1 "^6.5.0"
3361+ babel-register "^6.9.0"
3362+ babylon "^6.17.3"
3363+ colors "^1.1.2"
3364+ flow-parser "^0.*"
3365+ lodash "^4.13.1"
3366+ micromatch "^2.3.7"
3367+ node-dir "0.1.8"
3368+ nomnom "^1.8.1"
3369+ recast "^0.12.5"
3370+ temp "^0.8.1"
3371+ write-file-atomic "^1.2.0"
3372+
33533373jsesc@^1.3.0 :
33543374 version "1.3.0"
33553375 resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
@@ -6097,9 +6117,9 @@ webpack-addons@1.1.2:
60976117 babel-preset-stage-3 "^6.24.1"
60986118 jscodeshift "^0.3.30"
60996119
6100- webpack-cli@^1.4.8 :
6101- version "1.4.8 "
6102- resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-1.4.8 .tgz#968864c7daad8c8e70e45e726855fa56be25f2b4 "
6120+ webpack-cli@^1.5.0 :
6121+ version "1.5.0 "
6122+ resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-1.5.0 .tgz#970abf6d956ff3cc99872649c2709e40cf15ad6a "
61036123 dependencies :
61046124 babel-code-frame "^6.22.0"
61056125 babel-core "^6.25.0"
@@ -6113,7 +6133,7 @@ webpack-cli@^1.4.8:
61136133 got "^7.1.0"
61146134 inquirer "^3.2.0"
61156135 interpret "^1.0.4"
6116- jscodeshift "^0.3.32 "
6136+ jscodeshift "^0.4.0 "
61176137 listr "^0.12.0"
61186138 loader-utils "^1.1.0"
61196139 lodash "^4.17.4"
You can’t perform that action at this time.
0 commit comments