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:",
|
"@babel/parser": "catalog:",
|
||||||
"@vue/compiler-dom": "workspace:*",
|
"@vue/compiler-dom": "workspace:*",
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
|
"estree-walker": "catalog:",
|
||||||
"source-map-js": "catalog:"
|
"source-map-js": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -430,6 +430,9 @@ importers:
|
||||||
'@vue/shared':
|
'@vue/shared':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../shared
|
version: link:../shared
|
||||||
|
estree-walker:
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 2.0.2
|
||||||
source-map-js:
|
source-map-js:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 1.2.1
|
version: 1.2.1
|
||||||
|
|
Loading…
Reference in New Issue