Skip to content

Commit 8af38a3

Browse files
committed
chore: upgrade deps
1 parent 50a83eb commit 8af38a3

File tree

2 files changed

+582
-477
lines changed

2 files changed

+582
-477
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-isolated-decl",
33
"version": "0.13.3",
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].4",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -73,16 +73,16 @@
7373
"dependencies": {
7474
"debug": "^4.4.0",
7575
"magic-string": "^0.30.17",
76-
"oxc-parser": "^0.58.1",
77-
"oxc-transform": "^0.58.1",
76+
"oxc-parser": "^0.60.0",
77+
"oxc-transform": "^0.60.0",
7878
"unplugin": "^2.2.0",
7979
"unplugin-utils": "^0.2.4"
8080
},
8181
"devDependencies": {
8282
"@farmfe/core": "^1.7.1",
83-
"@oxc-project/types": "^0.58.1",
83+
"@oxc-project/types": "^0.60.0",
8484
"@rollup/plugin-alias": "^5.1.1",
85-
"@swc/core": "^1.11.9",
85+
"@swc/core": "^1.11.11",
8686
"@sxzz/eslint-config": "^6.0.2",
8787
"@sxzz/prettier-config": "^2.2.1",
8888
"@sxzz/test-utils": "^0.5.2",
@@ -93,15 +93,15 @@
9393
"eslint": "^9.22.0",
9494
"fast-glob": "^3.3.3",
9595
"prettier": "^3.5.3",
96-
"rolldown": "^1.0.0-beta.4",
97-
"rollup": "^4.35.0",
96+
"rolldown": "^1.0.0-beta.6",
97+
"rollup": "^4.36.0",
9898
"tinyglobby": "^0.2.12",
99-
"tsdown": "^0.6.8",
99+
"tsdown": "^0.6.9",
100100
"tsx": "^4.19.3",
101101
"typescript": "^5.8.2",
102102
"unplugin-oxc": "^0.2.8",
103103
"vite": "^6.2.2",
104-
"vitest": "^3.0.8"
104+
"vitest": "^3.0.9"
105105
},
106106
"engines": {
107107
"node": ">=18.12.0"

0 commit comments

Comments
 (0)