We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31db617 commit f0d0638Copy full SHA for f0d0638
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "unplugin-replace",
3
"version": "0.5.1",
4
- "packageManager": "pnpm@10.7.1",
+ "packageManager": "pnpm@10.8.0",
5
"description": "A universal bundler plugin which replaces targeted strings in files.",
6
"type": "module",
7
"keywords": [
@@ -62,8 +62,7 @@
62
},
63
"dependencies": {
64
"magic-string": "^0.30.17",
65
- "unplugin": "^2.2.2",
66
- "unplugin-utils": "^0.2.4"
+ "unplugin": "^2.3.0"
67
68
"devDependencies": {
69
"@sxzz/eslint-config": "^6.1.1",
@@ -82,7 +81,7 @@
82
81
"typescript": "^5.8.3",
83
"vite": "^6.2.5",
84
"vitest": "^3.1.1",
85
- "webpack": "^5.98.0"
+ "webpack": "^5.99.5"
86
87
"engines": {
88
"node": ">=18.12.0"
0 commit comments