Skip to content

Commit ac83cac

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

File tree

2 files changed

+122
-104
lines changed

2 files changed

+122
-104
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
"prepublishOnly": "pnpm run build"
6262
},
6363
"dependencies": {
64-
"magic-string": "^0.30.19",
64+
"magic-string": "^0.30.21",
6565
"unplugin": "^2.3.10"
6666
},
6767
"devDependencies": {
6868
"@sxzz/eslint-config": "^7.2.7",
6969
"@sxzz/prettier-config": "^2.2.4",
70-
"@sxzz/test-utils": "^0.5.11",
70+
"@sxzz/test-utils": "^0.5.12",
7171
"@types/node": "^24.9.1",
7272
"bumpp": "^10.3.1",
7373
"esbuild": "^0.25.11",
@@ -76,11 +76,11 @@
7676
"prettier": "^3.6.2",
7777
"rolldown": "nightly",
7878
"rollup": "^4.52.5",
79-
"tsdown": "^0.15.9",
79+
"tsdown": "^0.15.10",
8080
"tsx": "^4.20.6",
8181
"typescript": "^5.9.3",
82-
"vite": "^7.1.11",
83-
"vitest": "^4.0.1",
82+
"vite": "^7.1.12",
83+
"vitest": "^4.0.3",
8484
"webpack": "^5.102.1"
8585
},
8686
"engines": {

0 commit comments

Comments
 (0)