Skip to content

Commit 179b72a

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

File tree

2 files changed

+463
-1035
lines changed

2 files changed

+463
-1035
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.0",
4-
"packageManager": "pnpm@10.10.0",
4+
"packageManager": "pnpm@10.11.0",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -62,21 +62,21 @@
6262
},
6363
"dependencies": {
6464
"magic-string": "^0.30.17",
65-
"unplugin": "^2.3.3"
65+
"unplugin": "^2.3.4"
6666
},
6767
"devDependencies": {
6868
"@sxzz/eslint-config": "^7.0.1",
6969
"@sxzz/prettier-config": "^2.2.1",
7070
"@sxzz/test-utils": "^0.5.6",
71-
"@types/node": "^22.15.17",
72-
"bumpp": "^10.1.0",
71+
"@types/node": "^22.15.19",
72+
"bumpp": "^10.1.1",
7373
"esbuild": "^0.25.4",
74-
"eslint": "^9.26.0",
74+
"eslint": "^9.27.0",
7575
"fast-glob": "^3.3.3",
7676
"prettier": "^3.5.3",
7777
"rolldown": "nightly",
78-
"rollup": "^4.40.2",
79-
"tsdown": "^0.11.5",
78+
"rollup": "^4.41.0",
79+
"tsdown": "^0.11.11",
8080
"tsx": "^4.19.4",
8181
"typescript": "^5.8.3",
8282
"vite": "^6.3.5",

0 commit comments

Comments
 (0)