fix(deps): add estree-walker (#13604)
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
size data / upload (push) Waiting to run Details

This commit is contained in:
edison 2025-07-10 10:53:25 +08:00 committed by GitHub
parent be7d5a6c34
commit c14171e6e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,7 @@
"@babel/parser": "catalog:",
"@vue/compiler-dom": "workspace:*",
"@vue/shared": "workspace:*",
"estree-walker": "catalog:",
"source-map-js": "catalog:"
}
}

View File

@ -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