Skip to content

Commit f0d0638

Browse files
committed
perf: use native filters
1 parent 31db617 commit f0d0638

File tree

4 files changed

+561
-527
lines changed

4 files changed

+561
-527
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-replace",
33
"version": "0.5.1",
4-
"packageManager": "pnpm@10.7.1",
4+
"packageManager": "pnpm@10.8.0",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",
77
"keywords": [
@@ -62,8 +62,7 @@
6262
},
6363
"dependencies": {
6464
"magic-string": "^0.30.17",
65-
"unplugin": "^2.2.2",
66-
"unplugin-utils": "^0.2.4"
65+
"unplugin": "^2.3.0"
6766
},
6867
"devDependencies": {
6968
"@sxzz/eslint-config": "^6.1.1",
@@ -82,7 +81,7 @@
8281
"typescript": "^5.8.3",
8382
"vite": "^6.2.5",
8483
"vitest": "^3.1.1",
85-
"webpack": "^5.98.0"
84+
"webpack": "^5.99.5"
8685
},
8786
"engines": {
8887
"node": ">=18.12.0"

0 commit comments

Comments
 (0)