File tree 3 files changed +3
-2
lines changed
packages/@vue/cli-service
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
// Modified by Guillaume Chau (Akryum)
3
3
4
4
const acorn = require ( 'acorn' )
5
- const walk = require ( 'acorn/dist/ walk' )
5
+ const walk = require ( 'acorn- walk' )
6
6
const mapValues = require ( 'lodash.mapvalues' )
7
7
const transform = require ( 'lodash.transform' )
8
8
const zlib = require ( 'zlib' )
Original file line number Diff line number Diff line change 27
27
"@vue/preload-webpack-plugin" : " ^1.1.0" ,
28
28
"@vue/web-component-wrapper" : " ^1.2.0" ,
29
29
"acorn" : " ^6.0.2" ,
30
+ "acorn-walk" : " ^6.1.0" ,
30
31
"address" : " ^1.0.3" ,
31
32
"autoprefixer" : " ^8.6.5" ,
32
33
"cache-loader" : " 1.2.2" ,
Original file line number Diff line number Diff line change @@ -2446,7 +2446,7 @@ acorn-jsx@^5.0.0:
2446
2446
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.0.tgz#958584ddb60990c02c97c1bd9d521fce433bb101"
2447
2447
integrity sha512-XkB50fn0MURDyww9+UYL3c1yLbOBz0ZFvrdYlGB8l+Ije1oSC75qAqrzSPjYQbdnQUzhlUGNKuesryAv0gxZOg==
2448
2448
2449
- acorn-walk@^6.0.1:
2449
+ acorn-walk@^6.0.1, acorn-walk@^6.1.0 :
2450
2450
version "6.1.0"
2451
2451
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.0.tgz#c957f4a1460da46af4a0388ce28b4c99355b0cbc"
2452
2452
integrity sha512-ugTb7Lq7u4GfWSqqpwE0bGyoBZNMTok/zDBXxfEG0QM50jNlGhIWjRC1pPN7bvV1anhF+bs+/gNcRw+o55Evbg==
You can’t perform that action at this time.
0 commit comments