Skip to content

Commit 77c4ec4

Browse files
committed
revert: "fix: type-only imports", and upgrade oxc
This reverts commit 8fa67c1.
1 parent e4e1a2a commit 77c4ec4

File tree

5 files changed

+481
-373
lines changed

5 files changed

+481
-373
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474
"dependencies": {
7575
"debug": "^4.4.0",
7676
"magic-string": "^0.30.17",
77-
"oxc-parser": "^0.65.0",
78-
"oxc-transform": "^0.65.0",
77+
"oxc-parser": "^0.66.0",
78+
"oxc-transform": "^0.66.0",
7979
"unplugin": "^2.3.2",
8080
"unplugin-utils": "^0.2.4"
8181
},
8282
"devDependencies": {
8383
"@farmfe/core": "^1.7.4",
84-
"@oxc-project/types": "^0.65.0",
84+
"@oxc-project/types": "^0.66.0",
8585
"@rollup/plugin-alias": "^5.1.1",
86-
"@swc/core": "^1.11.21",
86+
"@swc/core": "^1.11.22",
8787
"@sxzz/eslint-config": "^6.1.2",
8888
"@sxzz/prettier-config": "^2.2.1",
8989
"@sxzz/test-utils": "^0.5.5",
@@ -97,11 +97,11 @@
9797
"rolldown": "^1.0.0-beta.8",
9898
"rollup": "^4.40.0",
9999
"tinyglobby": "^0.2.13",
100-
"tsdown": "^0.9.5",
100+
"tsdown": "^0.9.6",
101101
"tsx": "^4.19.3",
102102
"typescript": "^5.8.3",
103103
"unplugin-oxc": "^0.3.5",
104-
"vite": "^6.3.2",
104+
"vite": "^6.3.3",
105105
"vitest": "^3.1.2"
106106
},
107107
"engines": {

0 commit comments

Comments
 (0)