Skip to content

Commit 2ca681c

Browse files
chore(deps): update all non-major dependencies
1 parent 2923347 commit 2ca681c

File tree

2 files changed

+762
-501
lines changed

2 files changed

+762
-501
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-replace",
33
"version": "0.3.2",
4-
"packageManager": "pnpm@9.4.0",
4+
"packageManager": "pnpm@9.5.0",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -81,26 +81,26 @@
8181
"dependencies": {
8282
"@rollup/pluginutils": "^5.1.0",
8383
"magic-string": "^0.30.10",
84-
"unplugin": "^1.10.1"
84+
"unplugin": "^1.11.0"
8585
},
8686
"devDependencies": {
87-
"@sxzz/eslint-config": "^3.13.0",
87+
"@sxzz/eslint-config": "^3.14.0",
8888
"@sxzz/prettier-config": "^2.0.2",
89-
"@types/node": "^20.14.9",
89+
"@types/node": "^20.14.11",
9090
"@vue-macros/test-utils": "^1.4.0",
9191
"bumpp": "^9.4.1",
92-
"esbuild": "^0.21.5",
93-
"eslint": "^9.6.0",
92+
"esbuild": "^0.23.0",
93+
"eslint": "^9.7.0",
9494
"fast-glob": "^3.3.2",
95-
"prettier": "^3.3.2",
95+
"prettier": "^3.3.3",
9696
"rolldown": "nightly",
97-
"rollup": "^4.18.0",
98-
"tsup": "^8.1.0",
99-
"tsx": "^4.15.8",
100-
"typescript": "^5.5.2",
101-
"vite": "^5.3.2",
97+
"rollup": "^4.18.1",
98+
"tsup": "^8.1.2",
99+
"tsx": "^4.16.2",
100+
"typescript": "^5.5.3",
101+
"vite": "^5.3.4",
102102
"vitest": "^2.0.3",
103-
"webpack": "^5.92.1"
103+
"webpack": "^5.93.0"
104104
},
105105
"engines": {
106106
"node": ">=18.0.0"

0 commit comments

Comments
 (0)