Skip to content

Commit 481ed71

Browse files
fix(deps): update all non-major dependencies (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 462a985 commit 481ed71

File tree

2 files changed

+606
-358
lines changed

2 files changed

+606
-358
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-isolated-decl",
33
"version": "0.6.4",
4-
"packageManager": "pnpm@9.10.0",
4+
"packageManager": "pnpm@9.11.0",
55
"description": "A blazing-fast tool for generating isolated declarations, powered by Oxc.",
66
"type": "module",
77
"keywords": [
@@ -94,9 +94,9 @@
9494
}
9595
},
9696
"dependencies": {
97-
"@rollup/pluginutils": "^5.1.0",
97+
"@rollup/pluginutils": "^5.1.1",
9898
"magic-string": "^0.30.11",
99-
"oxc-parser": "^0.29.0",
99+
"oxc-parser": "^0.30.0",
100100
"unplugin": "^1.14.1"
101101
},
102102
"devDependencies": {
@@ -106,18 +106,18 @@
106106
"@types/node": "^22.5.5",
107107
"@typescript-eslint/typescript-estree": "^8.6.0",
108108
"bumpp": "^9.5.2",
109-
"esbuild": "^0.23.1",
110-
"eslint": "^9.10.0",
109+
"esbuild": "^0.24.0",
110+
"eslint": "^9.11.0",
111111
"fast-glob": "^3.3.2",
112-
"oxc-transform": "^0.29.0",
112+
"oxc-transform": "^0.30.0",
113113
"prettier": "^3.3.3",
114114
"rolldown": "nightly",
115-
"rollup": "^4.21.3",
115+
"rollup": "^4.22.4",
116116
"rollup-plugin-esbuild": "^6.1.1",
117117
"tsdown": "^0.2.16",
118118
"tsx": "^4.19.1",
119119
"typescript": "^5.6.2",
120-
"vite": "^5.4.6",
120+
"vite": "^5.4.7",
121121
"vitest": "^2.1.1"
122122
},
123123
"engines": {

0 commit comments

Comments
 (0)