Skip to content

Commit 931baad

Browse files
fix(deps): update all non-major dependencies
1 parent 4b72cf5 commit 931baad

File tree

2 files changed

+356
-356
lines changed

2 files changed

+356
-356
lines changed

package.json

Lines changed: 11 additions & 11 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.14.0",
4+
"packageManager": "pnpm@10.15.0",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -61,27 +61,27 @@
6161
"prepublishOnly": "pnpm run build"
6262
},
6363
"dependencies": {
64-
"magic-string": "^0.30.17",
65-
"unplugin": "^2.3.6"
64+
"magic-string": "^0.30.18",
65+
"unplugin": "^2.3.8"
6666
},
6767
"devDependencies": {
68-
"@sxzz/eslint-config": "^7.1.2",
69-
"@sxzz/prettier-config": "^2.2.3",
70-
"@sxzz/test-utils": "^0.5.9",
68+
"@sxzz/eslint-config": "^7.1.4",
69+
"@sxzz/prettier-config": "^2.2.4",
70+
"@sxzz/test-utils": "^0.5.10",
7171
"@types/node": "^24.3.0",
7272
"bumpp": "^10.2.3",
7373
"esbuild": "^0.25.9",
74-
"eslint": "^9.33.0",
74+
"eslint": "^9.34.0",
7575
"fast-glob": "^3.3.3",
7676
"prettier": "^3.6.2",
7777
"rolldown": "nightly",
78-
"rollup": "^4.46.3",
78+
"rollup": "^4.48.0",
7979
"tsdown": "^0.14.1",
80-
"tsx": "^4.20.4",
80+
"tsx": "^4.20.5",
8181
"typescript": "^5.9.2",
82-
"vite": "^7.1.2",
82+
"vite": "^7.1.3",
8383
"vitest": "^3.2.4",
84-
"webpack": "^5.101.2"
84+
"webpack": "^5.101.3"
8585
},
8686
"engines": {
8787
"node": ">=20.18.0"

0 commit comments

Comments
 (0)