mirror of https://github.com/vuejs/core.git
fix(deps): add estree-walker (#13604)
This commit is contained in:
parent
be7d5a6c34
commit
c14171e6e5
|
@ -45,6 +45,7 @@
|
|||
"@babel/parser": "catalog:",
|
||||
"@vue/compiler-dom": "workspace:*",
|
||||
"@vue/shared": "workspace:*",
|
||||
"estree-walker": "catalog:",
|
||||
"source-map-js": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -430,6 +430,9 @@ importers:
|
|||
'@vue/shared':
|
||||
specifier: workspace:*
|
||||
version: link:../shared
|
||||
estree-walker:
|
||||
specifier: 'catalog:'
|
||||
version: 2.0.2
|
||||
source-map-js:
|
||||
specifier: 'catalog:'
|
||||
version: 1.2.1
|
||||
|
|
Loading…
Reference in New Issue