Skip to content

Commit a6119d6

Browse files
committed
refactor: migrate swc to oxc
1 parent ffca4ba commit a6119d6

5 files changed

Lines changed: 336 additions & 339 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,17 @@
7171
"dependencies": {
7272
"@fluent/syntax": "^0.19.0",
7373
"@octokit/rest": "^22.0.1",
74-
"@swc/core": "^1.15.24",
75-
"adm-zip": "^0.5.17",
76-
"bumpp": "^11.0.1",
77-
"c12": "4.0.0-beta.4",
74+
"adm-zip": "^0.5.16",
75+
"bumpp": "^10.4.1",
76+
"c12": "4.0.0-beta.3",
7877
"chokidar": "^5.0.0",
7978
"commander": "^14.0.3",
8079
"es-toolkit": "^1.45.1",
8180
"esbuild": "^0.28.0",
81+
"esrap": "^2.2.3",
8282
"fs-extra": "^11.3.4",
8383
"hookable": "^6.1.0",
84+
"rolldown": "1.0.0-rc.3",
8485
"std-env": "^4.0.0",
8586
"tiny-update-notifier": "^2.0.2",
8687
"tinyglobby": "^0.2.16",
@@ -89,6 +90,7 @@
8990
"devDependencies": {
9091
"@antfu/eslint-config": "^7.7.3",
9192
"@commander-js/extra-typings": "^14.0.0",
93+
"@oxc-project/types": "^0.112.0",
9294
"@types/adm-zip": "^0.5.8",
9395
"@types/fs-extra": "^11.0.4",
9496
"@types/node": "^25.6.0",

0 commit comments

Comments
 (0)