Skip to content

Commit 822e75a

Browse files
chore(deps): update all non-major dependencies (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5d233b commit 822e75a

File tree

2 files changed

+468
-469
lines changed

2 files changed

+468
-469
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-replace",
33
"type": "module",
44
"version": "0.6.3",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "A universal bundler plugin which replaces targeted strings in files.",
77
"author": "Kevin Deng <[email protected]>",
88
"license": "MIT",
@@ -68,21 +68,21 @@
6868
"unplugin": "^2.3.11"
6969
},
7070
"devDependencies": {
71-
"@sxzz/eslint-config": "^7.4.3",
71+
"@sxzz/eslint-config": "^7.4.4",
7272
"@sxzz/prettier-config": "^2.2.6",
73-
"@sxzz/test-utils": "^0.5.14",
74-
"@types/node": "^25.0.2",
73+
"@sxzz/test-utils": "^0.5.15",
74+
"@types/node": "^25.0.3",
7575
"bumpp": "^10.3.2",
76-
"esbuild": "^0.27.1",
76+
"esbuild": "^0.27.2",
7777
"eslint": "^9.39.2",
7878
"prettier": "^3.7.4",
79-
"rolldown": "1.0.0-beta.54",
80-
"rollup": "^4.53.4",
81-
"tsdown": "^0.18.0",
79+
"rolldown": "1.0.0-beta.56",
80+
"rollup": "^4.54.0",
81+
"tsdown": "^0.18.2",
8282
"typescript": "^5.9.3",
8383
"vite": "^7.3.0",
84-
"vitest": "^4.0.15",
85-
"webpack": "^5.103.0"
84+
"vitest": "^4.0.16",
85+
"webpack": "^5.104.1"
8686
},
8787
"prettier": "@sxzz/prettier-config"
8888
}

0 commit comments

Comments
 (0)