Skip to content

Commit c5c7c85

Browse files
committed
feat!: wider oxc version
1 parent 3b8a547 commit c5c7c85

File tree

2 files changed

+633
-629
lines changed

2 files changed

+633
-629
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,35 +74,35 @@
7474
"dependencies": {
7575
"debug": "^4.4.1",
7676
"magic-string": "^0.30.17",
77-
"oxc-parser": "^0.80.0",
78-
"oxc-transform": "^0.80.0",
77+
"oxc-parser": ">=0.82.0",
78+
"oxc-transform": ">=0.82.0",
7979
"unplugin": "^2.3.5",
80-
"unplugin-utils": "^0.2.4"
80+
"unplugin-utils": "^0.2.5"
8181
},
8282
"devDependencies": {
8383
"@farmfe/core": "^1.7.11",
84-
"@oxc-project/types": "^0.80.0",
84+
"@oxc-project/types": "^0.82.0",
8585
"@rollup/plugin-alias": "^5.1.1",
8686
"@swc/core": "^1.13.3",
8787
"@sxzz/eslint-config": "^7.1.2",
8888
"@sxzz/prettier-config": "^2.2.3",
8989
"@sxzz/test-utils": "^0.5.9",
9090
"@types/debug": "^4.1.12",
91-
"@types/node": "^24.2.0",
92-
"bumpp": "^10.2.2",
91+
"@types/node": "^24.2.1",
92+
"bumpp": "^10.2.3",
9393
"esbuild": "^0.25.8",
94-
"eslint": "^9.32.0",
94+
"eslint": "^9.33.0",
9595
"fast-glob": "^3.3.3",
9696
"prettier": "^3.6.2",
9797
"publint": "^0.3.12",
98-
"rolldown": "^1.0.0-beta.31",
98+
"rolldown": "^1.0.0-beta.32",
9999
"rollup": "^4.46.2",
100100
"tinyglobby": "^0.2.14",
101-
"tsdown": "^0.13.3",
102-
"tsx": "^4.20.3",
101+
"tsdown": "^0.14.1",
102+
"tsx": "^4.20.4",
103103
"typescript": "^5.9.2",
104-
"unplugin-oxc": "^0.4.9",
105-
"vite": "^7.0.6",
104+
"unplugin-oxc": "^0.5.0",
105+
"vite": "^7.1.2",
106106
"vitest": "^3.2.4"
107107
},
108108
"engines": {

0 commit comments

Comments
 (0)