Skip to content

Commit f409c60

Browse files
fix(deps): update all non-major dependencies
1 parent 63a60df commit f409c60

File tree

2 files changed

+309
-309
lines changed

2 files changed

+309
-309
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.10.6",
4-
"packageManager": "pnpm@9.15.4",
4+
"packageManager": "pnpm@9.15.5",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -101,34 +101,34 @@
101101
"@rollup/pluginutils": "^5.1.4",
102102
"debug": "^4.4.0",
103103
"magic-string": "^0.30.17",
104-
"oxc-parser": "^0.48.1",
104+
"oxc-parser": "^0.48.2",
105105
"unplugin": "^2.1.2"
106106
},
107107
"devDependencies": {
108108
"@farmfe/core": "^1.6.6",
109-
"@oxc-project/types": "^0.48.1",
109+
"@oxc-project/types": "^0.48.2",
110110
"@rollup/plugin-alias": "^5.1.1",
111-
"@swc/core": "^1.10.12",
111+
"@swc/core": "^1.10.14",
112112
"@sxzz/eslint-config": "^5.0.0",
113113
"@sxzz/prettier-config": "^2.1.1",
114-
"@sxzz/test-utils": "^0.4.0",
114+
"@sxzz/test-utils": "^0.5.0",
115115
"@types/debug": "^4.1.12",
116-
"@types/node": "^22.12.0",
116+
"@types/node": "^22.13.1",
117117
"bumpp": "^10.0.1",
118118
"esbuild": "^0.24.2",
119119
"eslint": "^9.19.0",
120120
"fast-glob": "^3.3.3",
121-
"oxc-transform": "^0.48.1",
121+
"oxc-transform": "^0.48.2",
122122
"prettier": "^3.4.2",
123123
"rolldown": "^1.0.0-beta.3",
124-
"rollup": "^4.32.1",
124+
"rollup": "^4.34.1",
125125
"rollup-plugin-esbuild": "^6.1.1",
126126
"tinyglobby": "^0.2.10",
127127
"tsdown": "^0.5.6",
128128
"tsx": "^4.19.2",
129129
"typescript": "^5.7.3",
130130
"vite": "^6.0.11",
131-
"vitest": "^3.0.4"
131+
"vitest": "^3.0.5"
132132
},
133133
"engines": {
134134
"node": ">=18.12.0"

0 commit comments

Comments
 (0)