Skip to content

Commit 0dac827

Browse files
committed
feat: support latest oxc toolchains
closes #74
1 parent be5f1db commit 0dac827

File tree

4 files changed

+376
-386
lines changed

4 files changed

+376
-386
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
"dependencies": {
7575
"magic-string": "^0.30.21",
7676
"obug": "^2.0.0-beta.1",
77-
"oxc-parser": ">=0.97.0",
78-
"oxc-transform": ">=0.97.0",
77+
"oxc-parser": ">=0.98.0",
78+
"oxc-transform": ">=0.98.0",
7979
"unplugin": "^2.3.10",
8080
"unplugin-utils": "^0.3.1"
8181
},
8282
"devDependencies": {
8383
"@farmfe/core": "^1.7.11",
84-
"@oxc-project/types": "^0.97.0",
84+
"@oxc-project/types": "^0.98.0",
8585
"@rollup/plugin-alias": "^6.0.0",
8686
"@swc/core": "^1.15.2",
8787
"@sxzz/eslint-config": "^7.2.10",
@@ -97,12 +97,11 @@
9797
"rolldown": "^1.0.0-beta.50",
9898
"rollup": "^4.53.2",
9999
"tinyglobby": "^0.2.15",
100-
"tsdown": "^0.16.4",
101-
"tsx": "^4.20.6",
100+
"tsdown": "^0.16.5",
102101
"typescript": "^5.9.3",
103-
"unplugin-oxc": "^0.5.4",
102+
"unplugin-oxc": "^0.5.5",
104103
"vite": "^7.2.2",
105-
"vitest": "^4.0.9"
104+
"vitest": "^4.0.10"
106105
},
107106
"engines": {
108107
"node": ">=20.18.0"

0 commit comments

Comments
 (0)