Skip to content

Commit

Permalink
refactor: upgrade oxc-transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 5, 2024
1 parent 40caffb commit 4f19cb0
Show file tree
Hide file tree
Showing 3 changed files with 755 additions and 480 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@
"@rollup/pluginutils": "^5.1.3",
"debug": "^4.3.7",
"magic-string": "^0.30.14",
"oxc-parser": "^0.38.0",
"unplugin": "^2.0.0-beta.1"
"oxc-parser": "^0.39.0",
"unplugin": "^2.0.0"
},
"devDependencies": {
"@farmfe/core": "^1.4.5",
"@oxc-project/types": "^0.38.0",
"@farmfe/core": "^1.4.7",
"@oxc-project/types": "^0.39.0",
"@rollup/plugin-alias": "^5.1.1",
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.0",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.8",
Expand All @@ -118,17 +118,17 @@
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"fast-glob": "^3.3.2",
"oxc-transform": "^0.38.0",
"prettier": "^3.4.1",
"oxc-transform": "^0.39.0",
"prettier": "^3.4.2",
"rolldown": "nightly",
"rollup": "^4.28.0",
"rollup-plugin-esbuild": "^6.1.1",
"tinyglobby": "^0.2.10",
"tsdown": "^0.3.1",
"tsdown": "^0.4.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6"
"vite": "^6.0.2",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 4f19cb0

Please sign in to comment.