diff --git a/README.md b/README.md index 61e9768..53f0ec3 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package.json b/package.json index 2464a24..82b2de1 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": "g-plane/swc-plugin-vue-jsx", "license": "MIT", @@ -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",