Skip to content

Commit ee68311

Browse files
fix(deps): update all non-major dependencies
1 parent f629362 commit ee68311

File tree

2 files changed

+328
-319
lines changed

2 files changed

+328
-319
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.6.1",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -62,24 +62,24 @@
6262
},
6363
"dependencies": {
6464
"magic-string": "^0.30.18",
65-
"unplugin": "^2.3.8"
65+
"unplugin": "^2.3.10"
6666
},
6767
"devDependencies": {
6868
"@sxzz/eslint-config": "^7.1.4",
6969
"@sxzz/prettier-config": "^2.2.4",
7070
"@sxzz/test-utils": "^0.5.10",
71-
"@types/node": "^24.3.0",
71+
"@types/node": "^24.3.1",
7272
"bumpp": "^10.2.3",
7373
"esbuild": "^0.25.9",
74-
"eslint": "^9.34.0",
74+
"eslint": "^9.35.0",
7575
"fast-glob": "^3.3.3",
7676
"prettier": "^3.6.2",
7777
"rolldown": "nightly",
78-
"rollup": "^4.49.0",
78+
"rollup": "^4.50.1",
7979
"tsdown": "^0.14.2",
8080
"tsx": "^4.20.5",
8181
"typescript": "^5.9.2",
82-
"vite": "^7.1.3",
82+
"vite": "^7.1.4",
8383
"vitest": "^3.2.4",
8484
"webpack": "^5.101.3"
8585
},

0 commit comments

Comments
 (0)