Skip to content

Commit 7e9d110

Browse files
fix(deps): update all non-major dependencies
1 parent aa47228 commit 7e9d110

File tree

2 files changed

+1987
-1596
lines changed

2 files changed

+1987
-1596
lines changed

package.json

Lines changed: 18 additions & 18 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.4.0",
4+
"packageManager": "pnpm@9.14.4",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -83,28 +83,28 @@
8383
"prepublishOnly": "pnpm run build"
8484
},
8585
"dependencies": {
86-
"@rollup/pluginutils": "^5.1.0",
87-
"magic-string": "^0.30.10",
88-
"unplugin": "^1.10.1"
86+
"@rollup/pluginutils": "^5.1.3",
87+
"magic-string": "^0.30.14",
88+
"unplugin": "^1.16.0"
8989
},
9090
"devDependencies": {
91-
"@sxzz/eslint-config": "^3.13.0",
91+
"@sxzz/eslint-config": "^3.17.4",
9292
"@sxzz/prettier-config": "^2.0.2",
93-
"@types/node": "^20.14.9",
94-
"@vue-macros/test-utils": "^1.4.0",
95-
"bumpp": "^9.4.1",
96-
"esbuild": "^0.21.5",
97-
"eslint": "^9.6.0",
93+
"@types/node": "^20.17.9",
94+
"@vue-macros/test-utils": "^1.7.0",
95+
"bumpp": "^9.8.1",
96+
"esbuild": "^0.24.0",
97+
"eslint": "^9.16.0",
9898
"fast-glob": "^3.3.2",
99-
"prettier": "^3.3.2",
99+
"prettier": "^3.4.2",
100100
"rolldown": "nightly",
101-
"rollup": "^4.18.0",
102-
"tsup": "^8.1.0",
103-
"tsx": "^4.15.8",
104-
"typescript": "^5.5.2",
105-
"vite": "^5.3.2",
106-
"vitest": "^2.0.3",
107-
"webpack": "^5.92.1"
101+
"rollup": "^4.28.1",
102+
"tsup": "^8.3.5",
103+
"tsx": "^4.19.2",
104+
"typescript": "^5.7.2",
105+
"vite": "^5.4.11",
106+
"vitest": "^2.1.8",
107+
"webpack": "^5.97.1"
108108
},
109109
"engines": {
110110
"node": ">=18.0.0"

0 commit comments

Comments
 (0)