File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
packages/@vue/cli-service Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22// Modified by Guillaume Chau (Akryum)
33
44const acorn = require ( 'acorn' )
5- const walk = require ( 'acorn/dist/ walk' )
5+ const walk = require ( 'acorn- walk' )
66const mapValues = require ( 'lodash.mapvalues' )
77const transform = require ( 'lodash.transform' )
88const zlib = require ( 'zlib' )
Original file line number Diff line number Diff line change 2727 "@vue/preload-webpack-plugin" : " ^1.1.0" ,
2828 "@vue/web-component-wrapper" : " ^1.2.0" ,
2929 "acorn" : " ^6.0.2" ,
30+ "acorn-walk" : " ^6.1.0" ,
3031 "address" : " ^1.0.3" ,
3132 "autoprefixer" : " ^8.6.5" ,
3233 "cache-loader" : " 1.2.2" ,
Original file line number Diff line number Diff line change @@ -2446,7 +2446,7 @@ acorn-jsx@^5.0.0:
24462446 resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.0.tgz#958584ddb60990c02c97c1bd9d521fce433bb101"
24472447 integrity sha512-XkB50fn0MURDyww9+UYL3c1yLbOBz0ZFvrdYlGB8l+Ije1oSC75qAqrzSPjYQbdnQUzhlUGNKuesryAv0gxZOg==
24482448
2449- acorn-walk@^6.0.1:
2449+ acorn-walk@^6.0.1, acorn-walk@^6.1.0 :
24502450 version "6.1.0"
24512451 resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.0.tgz#c957f4a1460da46af4a0388ce28b4c99355b0cbc"
24522452 integrity sha512-ugTb7Lq7u4GfWSqqpwE0bGyoBZNMTok/zDBXxfEG0QM50jNlGhIWjRC1pPN7bvV1anhF+bs+/gNcRw+o55Evbg==
You can’t perform that action at this time.
0 commit comments