Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed50f21

Browse files
renovate[bot]sxzz
andauthored
fix(deps): update all non-major dependencies (#20)
* fix(deps): update all non-major dependencies * test: update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent 489160f commit ed50f21

File tree

5 files changed

+1340
-1702
lines changed

5 files changed

+1340
-1702
lines changed

package.json

Lines changed: 17 additions & 17 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.15.0",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -87,28 +87,28 @@
8787
"prepublishOnly": "pnpm run build"
8888
},
8989
"dependencies": {
90-
"@rollup/pluginutils": "^5.1.0",
91-
"magic-string": "^0.30.10",
92-
"unplugin": "^1.10.1"
90+
"@rollup/pluginutils": "^5.1.3",
91+
"magic-string": "^0.30.14",
92+
"unplugin": "^1.16.0"
9393
},
9494
"devDependencies": {
9595
"@sxzz/eslint-config": "^4.5.1",
9696
"@sxzz/prettier-config": "^2.0.2",
97-
"@types/node": "^20.14.9",
98-
"@vue-macros/test-utils": "^1.4.0",
99-
"bumpp": "^9.4.1",
100-
"esbuild": "^0.21.5",
101-
"eslint": "^9.6.0",
97+
"@types/node": "^20.17.9",
98+
"@vue-macros/test-utils": "^1.7.0",
99+
"bumpp": "^9.9.0",
100+
"esbuild": "^0.24.0",
101+
"eslint": "^9.16.0",
102102
"fast-glob": "^3.3.2",
103-
"prettier": "^3.3.2",
103+
"prettier": "^3.4.2",
104104
"rolldown": "nightly",
105-
"rollup": "^4.18.0",
106-
"tsup": "^8.1.0",
107-
"tsx": "^4.15.8",
108-
"typescript": "^5.5.2",
109-
"vite": "^5.3.2",
110-
"vitest": "^2.0.3",
111-
"webpack": "^5.92.1"
105+
"rollup": "^4.28.1",
106+
"tsup": "^8.3.5",
107+
"tsx": "^4.19.2",
108+
"typescript": "^5.7.2",
109+
"vite": "^5.4.11",
110+
"vitest": "^2.1.8",
111+
"webpack": "^5.97.1"
112112
},
113113
"engines": {
114114
"node": ">=18.0.0"

0 commit comments

Comments
 (0)