Skip to content

Commit

Permalink
chore: move babel parser to dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 7, 2024
1 parent 27f5c2b commit e7f4136
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 55 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"dependencies": {
"@antfu/utils": "^0.7.10",
"@babel/generator": "^7.26.2",
"@babel/parser": "^7.26.2",
"@rollup/pluginutils": "^5.1.3",
"ast-kit": "^1.3.1",
"magic-string-ast": "^0.6.2",
"unplugin": "^1.15.0"
},
"devDependencies": {
"@babel/parser": "^7.26.2",
"@babel/types": "^7.26.0",
"@sxzz/eslint-config": "^4.4.0",
"@sxzz/prettier-config": "^2.0.2",
Expand Down
Loading

0 comments on commit e7f4136

Please sign in to comment.