Skip to content

Commit

Permalink
support @swc/core@1.5.x - resolve PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-plus committed Jun 1, 2024
1 parent 625b84e commit 8096448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
SWC plugin for transforming Vue JSX, mostly ported from [official Babel plugin](https://github.com/vuejs/babel-plugin-jsx).
It only supports Vue.js v3 or newer.

## SWC Version
| swc-plugin-vue-jsx | @swc/core |
| ---- | ---- |
| `0.4.0`| `1.5.0~` |
| `0.3.0`| `1.3.107` |

## Installation

```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swc-plugin-vue-jsx",
"description": "SWC plugin for transforming Vue JSX.",
"version": "0.4.0",
"version": "0.3.0",
"author": "Pig Fang <g-plane@hotmail.com>",
"repository": "g-plane/swc-plugin-vue-jsx",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@gplane/tsconfig": "^6.1.0",
"@swc/core": "~1.5.24",
"@swc/core": "^1.5.24",
"@types/node": "^20.10.3",
"dprint": "^0.45.0",
"typescript": "^5.3.2",
Expand Down

0 comments on commit 8096448

Please sign in to comment.