Skip to content

Commit 2f56b23

Browse files
fix(deps): update all non-major dependencies (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 613d5b6 commit 2f56b23

File tree

2 files changed

+449
-226
lines changed

2 files changed

+449
-226
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.6",
4-
"packageManager": "pnpm@10.8.0",
4+
"packageManager": "pnpm@10.8.1",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -74,34 +74,34 @@
7474
"dependencies": {
7575
"debug": "^4.4.0",
7676
"magic-string": "^0.30.17",
77-
"oxc-parser": "^0.62.0",
78-
"oxc-transform": "^0.62.0",
79-
"unplugin": "^2.2.2",
77+
"oxc-parser": "^0.63.0",
78+
"oxc-transform": "^0.63.0",
79+
"unplugin": "^2.3.2",
8080
"unplugin-utils": "^0.2.4"
8181
},
8282
"devDependencies": {
83-
"@farmfe/core": "^1.7.2",
84-
"@oxc-project/types": "^0.62.0",
83+
"@farmfe/core": "^1.7.4",
84+
"@oxc-project/types": "^0.63.0",
8585
"@rollup/plugin-alias": "^5.1.1",
86-
"@swc/core": "^1.11.18",
86+
"@swc/core": "^1.11.21",
8787
"@sxzz/eslint-config": "^6.1.1",
8888
"@sxzz/prettier-config": "^2.2.1",
8989
"@sxzz/test-utils": "^0.5.4",
9090
"@types/debug": "^4.1.12",
91-
"@types/node": "^22.14.0",
91+
"@types/node": "^22.14.1",
9292
"bumpp": "^10.1.0",
9393
"esbuild": "^0.25.2",
9494
"eslint": "^9.24.0",
9595
"fast-glob": "^3.3.3",
9696
"prettier": "^3.5.3",
9797
"rolldown": "^1.0.0-beta.7",
98-
"rollup": "^4.39.0",
98+
"rollup": "^4.40.0",
9999
"tinyglobby": "^0.2.12",
100100
"tsdown": "^0.7.5",
101101
"tsx": "^4.19.3",
102102
"typescript": "^5.8.3",
103103
"unplugin-oxc": "^0.3.3",
104-
"vite": "^6.2.5",
104+
"vite": "^6.2.6",
105105
"vitest": "^3.1.1"
106106
},
107107
"engines": {

0 commit comments

Comments
 (0)