Skip to content

Commit 4427733

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

File tree

2 files changed

+286
-274
lines changed

2 files changed

+286
-274
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-replace",
33
"version": "0.6.1",
4-
"packageManager": "pnpm@10.15.1",
4+
"packageManager": "pnpm@10.16.1",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -61,25 +61,25 @@
6161
"prepublishOnly": "pnpm run build"
6262
},
6363
"dependencies": {
64-
"magic-string": "^0.30.18",
64+
"magic-string": "^0.30.19",
6565
"unplugin": "^2.3.10"
6666
},
6767
"devDependencies": {
6868
"@sxzz/eslint-config": "^7.1.4",
6969
"@sxzz/prettier-config": "^2.2.4",
70-
"@sxzz/test-utils": "^0.5.10",
71-
"@types/node": "^24.3.1",
70+
"@sxzz/test-utils": "^0.5.11",
71+
"@types/node": "^24.5.0",
7272
"bumpp": "^10.2.3",
7373
"esbuild": "^0.25.9",
7474
"eslint": "^9.35.0",
7575
"fast-glob": "^3.3.3",
7676
"prettier": "^3.6.2",
7777
"rolldown": "nightly",
78-
"rollup": "^4.50.1",
79-
"tsdown": "^0.14.2",
78+
"rollup": "^4.50.2",
79+
"tsdown": "^0.15.1",
8080
"tsx": "^4.20.5",
8181
"typescript": "^5.9.2",
82-
"vite": "^7.1.4",
82+
"vite": "^7.1.5",
8383
"vitest": "^3.2.4",
8484
"webpack": "^5.101.3"
8585
},

0 commit comments

Comments
 (0)