From 4054e14ee52c0357317f15feceff5b51978cf99c Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sun, 9 Mar 2025 18:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20primevue=20=E5=8C=85?= =?UTF-8?q?=E7=BB=84=E9=85=8D=E7=BD=AE=EF=BC=8C=E8=B0=83=E6=95=B4=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E8=A7=84=E5=88=99=E4=B8=BA=20matchPackageNames?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index 1dd3534..6434682 100644 --- a/default.json5 +++ b/default.json5 @@ -25,7 +25,7 @@ // It's easier to deal with all the Vite plugins at once when Vite ships a new major version { "groupName": "vite packages", "extends": ["packages:vite"] }, - { "groupName": "primevue pkgs", "matchPackagePatterns": ["prime"] }, + { "groupName": "primevue pkgs", "matchPackageNames": ["/prime/"] }, // TypeScript doesn't follow semver, so we need to separate minor and patch updates //