Skip to content

Commit

Permalink
Update package.json to fix defineComponent in babel-plugin-jsx.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleMckeown committed May 20, 2024
1 parent 30a97c1 commit c44f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@vue/babel-plugin-jsx": "^1.2.1"
"@vue/babel-plugin-jsx": "^1.2.2"
},
"devDependencies": {
"vite": "^5.1.6"
Expand Down

0 comments on commit c44f5be

Please sign in to comment.