Skip to content

Commit 8096448

Browse files
committed
support @swc/core@1.5.x - resolve PR
1 parent 625b84e commit 8096448

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
SWC plugin for transforming Vue JSX, mostly ported from [official Babel plugin](https://github.com/vuejs/babel-plugin-jsx).
44
It only supports Vue.js v3 or newer.
55

6-
## SWC Version
7-
| swc-plugin-vue-jsx | @swc/core |
8-
| ---- | ---- |
9-
| `0.4.0`| `1.5.0~` |
10-
| `0.3.0`| `1.3.107` |
11-
126
## Installation
137

148
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swc-plugin-vue-jsx",
33
"description": "SWC plugin for transforming Vue JSX.",
4-
"version": "0.4.0",
4+
"version": "0.3.0",
55
"author": "Pig Fang <g-plane@hotmail.com>",
66
"repository": "g-plane/swc-plugin-vue-jsx",
77
"license": "MIT",
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@gplane/tsconfig": "^6.1.0",
27-
"@swc/core": "~1.5.24",
27+
"@swc/core": "^1.5.24",
2828
"@types/node": "^20.10.3",
2929
"dprint": "^0.45.0",
3030
"typescript": "^5.3.2",

0 commit comments

Comments
 (0)