Skip to content

Commit da265d8

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

File tree

2 files changed

+466
-208
lines changed

2 files changed

+466
-208
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-replace",
33
"version": "0.3.3",
4-
"packageManager": "pnpm@9.15.0",
4+
"packageManager": "pnpm@9.15.1",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -88,25 +88,25 @@
8888
},
8989
"dependencies": {
9090
"@rollup/pluginutils": "^5.1.4",
91-
"magic-string": "^0.30.15",
91+
"magic-string": "^0.30.17",
9292
"unplugin": "^2.1.0"
9393
},
9494
"devDependencies": {
9595
"@sxzz/eslint-config": "^4.5.1",
9696
"@sxzz/prettier-config": "^2.0.2",
9797
"@types/node": "^22.10.2",
9898
"@vue-macros/test-utils": "^1.7.1",
99-
"bumpp": "^9.9.1",
100-
"esbuild": "^0.24.0",
99+
"bumpp": "^9.9.2",
100+
"esbuild": "^0.24.2",
101101
"eslint": "^9.17.0",
102102
"fast-glob": "^3.3.2",
103103
"prettier": "^3.4.2",
104104
"rolldown": "nightly",
105-
"rollup": "^4.28.1",
105+
"rollup": "^4.29.1",
106106
"tsup": "^8.3.5",
107107
"tsx": "^4.19.2",
108108
"typescript": "^5.7.2",
109-
"vite": "^6.0.3",
109+
"vite": "^6.0.5",
110110
"vitest": "^2.1.8",
111111
"webpack": "^5.97.1"
112112
},

0 commit comments

Comments
 (0)