Skip to content

Commit c7982b2

Browse files
committed
chore: upgrade deps
1 parent 4a8c4f6 commit c7982b2

File tree

2 files changed

+492
-399
lines changed

2 files changed

+492
-399
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-isolated-decl",
33
"version": "0.13.2",
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].2",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -73,30 +73,30 @@
7373
"dependencies": {
7474
"debug": "^4.4.0",
7575
"magic-string": "^0.30.17",
76-
"oxc-parser": "^0.56.5",
77-
"oxc-transform": "^0.56.5",
76+
"oxc-parser": "^0.57.0",
77+
"oxc-transform": "^0.57.0",
7878
"unplugin": "^2.2.0",
7979
"unplugin-utils": "^0.2.4"
8080
},
8181
"devDependencies": {
8282
"@farmfe/core": "^1.6.7",
83-
"@oxc-project/types": "^0.56.5",
83+
"@oxc-project/types": "^0.57.0",
8484
"@rollup/plugin-alias": "^5.1.1",
8585
"@swc/core": "^1.11.8",
86-
"@sxzz/eslint-config": "^5.3.0",
86+
"@sxzz/eslint-config": "^6.0.2",
8787
"@sxzz/prettier-config": "^2.2.1",
88-
"@sxzz/test-utils": "^0.5.1",
88+
"@sxzz/test-utils": "^0.5.2",
8989
"@types/debug": "^4.1.12",
9090
"@types/node": "^22.13.10",
9191
"bumpp": "^10.0.3",
92-
"esbuild": "^0.25.0",
92+
"esbuild": "^0.25.1",
9393
"eslint": "^9.22.0",
9494
"fast-glob": "^3.3.3",
9595
"prettier": "^3.5.3",
96-
"rolldown": "^1.0.0-beta.3",
96+
"rolldown": "^1.0.0-beta.4",
9797
"rollup": "^4.35.0",
9898
"tinyglobby": "^0.2.12",
99-
"tsdown": "^0.6.4",
99+
"tsdown": "^0.6.8",
100100
"tsx": "^4.19.3",
101101
"typescript": "^5.8.2",
102102
"unplugin-oxc": "^0.2.7",
@@ -106,9 +106,9 @@
106106
"engines": {
107107
"node": ">=18.12.0"
108108
},
109-
"prettier": "@sxzz/prettier-config",
110109
"resolutions": {
111110
"@changesets/cli": "-",
112111
"unplugin-isolated-decl": "-"
113-
}
112+
},
113+
"prettier": "@sxzz/prettier-config"
114114
}

0 commit comments

Comments
 (0)