Skip to content

Commit

Permalink
fix(reactivity-transform): inline estree-walker
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 26, 2023
1 parent f68d677 commit 5fee1ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-books-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-macros/reactivity-transform': patch
---

inline estree-walker
5 changes: 3 additions & 2 deletions packages/reactivity-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@
"@vue-macros/common": "workspace:~",
"@vue/compiler-core": "^3.2.45",
"@vue/shared": "^3.2.45",
"estree-walker": "^3.0.3",
"magic-string": "^0.27.0",
"unplugin": "^1.0.1"
},
"devDependencies": {},
"devDependencies": {
"estree-walker": "^3.0.3"
},
"engines": {
"node": ">=14.19.0"
}
Expand Down
3 changes: 2 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fee1ad

Please sign in to comment.