Skip to content

Commit 1538464

Browse files
committed
chore: upgrade deps
1 parent b3a6773 commit 1538464

File tree

2 files changed

+898
-641
lines changed

2 files changed

+898
-641
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-isolated-decl",
33
"version": "0.13.7",
4-
"packageManager": "pnpm@10.8.1",
4+
"packageManager": "pnpm@10.9.0",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -74,14 +74,14 @@
7474
"dependencies": {
7575
"debug": "^4.4.0",
7676
"magic-string": "^0.30.17",
77-
"oxc-parser": "^0.64.0",
78-
"oxc-transform": "^0.64.0",
77+
"oxc-parser": "^0.65.0",
78+
"oxc-transform": "^0.65.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.64.0",
84+
"@oxc-project/types": "^0.65.0",
8585
"@rollup/plugin-alias": "^5.1.1",
8686
"@swc/core": "^1.11.21",
8787
"@sxzz/eslint-config": "^6.1.2",
@@ -90,19 +90,19 @@
9090
"@types/debug": "^4.1.12",
9191
"@types/node": "^22.14.1",
9292
"bumpp": "^10.1.0",
93-
"esbuild": "^0.25.2",
94-
"eslint": "^9.25.0",
93+
"esbuild": "^0.25.3",
94+
"eslint": "^9.25.1",
9595
"fast-glob": "^3.3.3",
9696
"prettier": "^3.5.3",
97-
"rolldown": "^1.0.0-beta.7",
97+
"rolldown": "^1.0.0-beta.8",
9898
"rollup": "^4.40.0",
9999
"tinyglobby": "^0.2.13",
100-
"tsdown": "^0.9.1",
100+
"tsdown": "^0.9.5",
101101
"tsx": "^4.19.3",
102102
"typescript": "^5.8.3",
103-
"unplugin-oxc": "^0.3.4",
103+
"unplugin-oxc": "^0.3.5",
104104
"vite": "^6.3.2",
105-
"vitest": "^3.1.1"
105+
"vitest": "^3.1.2"
106106
},
107107
"engines": {
108108
"node": ">=18.12.0"

0 commit comments

Comments
 (0)