File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 24
24
"access" : " public"
25
25
},
26
26
"dependencies" : {
27
+ "@babel/preset-env" : " ^7.9.6" ,
27
28
"@vue/cli-shared-utils" : " ^4.4.5" ,
28
29
"@vue/cli-ui" : " ^4.4.5" ,
29
30
"@vue/cli-ui-addon-webpack" : " ^4.4.5" ,
44
45
"isbinaryfile" : " ^4.0.6" ,
45
46
"javascript-stringify" : " ^1.6.0" ,
46
47
"js-yaml" : " ^3.13.1" ,
47
- "jscodeshift" : " ^0.9 .0" ,
48
+ "jscodeshift" : " ^0.10 .0" ,
48
49
"leven" : " ^3.1.0" ,
49
50
"lodash.clonedeep" : " ^4.5.0" ,
50
51
"lru-cache" : " ^5.1.1" ,
Original file line number Diff line number Diff line change @@ -11640,6 +11640,31 @@ jsbn@~0.1.0:
11640
11640
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
11641
11641
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
11642
11642
11643
+ jscodeshift@^0.10.0:
11644
+ version "0.10.0"
11645
+ resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.10.0.tgz#d77cc57dd9a4d24ebcf569468fb04ee36d4632ec"
11646
+ integrity sha512-xpH2FVSEepXoNr6+cPlPHzPzBY1W9bPulufhCHOShzk8+CTCzAOQKytuOXT0b/9PvmO4biRi0g/ZIylVew815w==
11647
+ dependencies:
11648
+ "@babel/core" "^7.1.6"
11649
+ "@babel/parser" "^7.1.6"
11650
+ "@babel/plugin-proposal-class-properties" "^7.1.0"
11651
+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.1.0"
11652
+ "@babel/plugin-proposal-optional-chaining" "^7.1.0"
11653
+ "@babel/plugin-transform-modules-commonjs" "^7.1.0"
11654
+ "@babel/preset-flow" "^7.0.0"
11655
+ "@babel/preset-typescript" "^7.1.0"
11656
+ "@babel/register" "^7.0.0"
11657
+ babel-core "^7.0.0-bridge.0"
11658
+ colors "^1.1.2"
11659
+ flow-parser "0.*"
11660
+ graceful-fs "^4.1.11"
11661
+ micromatch "^3.1.10"
11662
+ neo-async "^2.5.0"
11663
+ node-dir "^0.1.17"
11664
+ recast "^0.18.1"
11665
+ temp "^0.8.1"
11666
+ write-file-atomic "^2.3.0"
11667
+
11643
11668
jscodeshift@^0.9.0:
11644
11669
version "0.9.0"
11645
11670
resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.9.0.tgz#672025658e868a63e24d6a6f4c44af9edb6e55f3"
You can’t perform that action at this time.
0 commit comments