Skip to content

Commit 1759e6e

Browse files
fix(deps): update all non-major dependencies
1 parent a436903 commit 1759e6e

File tree

2 files changed

+705
-777
lines changed

2 files changed

+705
-777
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.10",
4-
"packageManager": "pnpm@10.9.0",
4+
"packageManager": "pnpm@10.10.0",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -74,33 +74,33 @@
7474
"dependencies": {
7575
"debug": "^4.4.0",
7676
"magic-string": "^0.30.17",
77-
"oxc-parser": "^0.66.0",
78-
"oxc-transform": "^0.66.0",
77+
"oxc-parser": "^0.67.0",
78+
"oxc-transform": "^0.67.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.66.0",
84+
"@oxc-project/types": "^0.67.0",
8585
"@rollup/plugin-alias": "^5.1.1",
8686
"@swc/core": "^1.11.22",
87-
"@sxzz/eslint-config": "^6.1.2",
87+
"@sxzz/eslint-config": "^6.2.0",
8888
"@sxzz/prettier-config": "^2.2.1",
8989
"@sxzz/test-utils": "^0.5.5",
9090
"@types/debug": "^4.1.12",
91-
"@types/node": "^22.14.1",
91+
"@types/node": "^22.15.3",
9292
"bumpp": "^10.1.0",
9393
"esbuild": "^0.25.3",
9494
"eslint": "^9.25.1",
9595
"fast-glob": "^3.3.3",
9696
"prettier": "^3.5.3",
9797
"rolldown": "^1.0.0-beta.8",
98-
"rollup": "^4.40.0",
98+
"rollup": "^4.40.1",
9999
"tinyglobby": "^0.2.13",
100-
"tsdown": "^0.9.6",
101-
"tsx": "^4.19.3",
100+
"tsdown": "^0.10.1",
101+
"tsx": "^4.19.4",
102102
"typescript": "^5.8.3",
103-
"unplugin-oxc": "^0.3.5",
103+
"unplugin-oxc": "^0.3.6",
104104
"vite": "^6.3.3",
105105
"vitest": "^3.1.2"
106106
},

0 commit comments

Comments
 (0)