From c89ed64eb5a816933a2e0d1307821b78f7ef7a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 28 Feb 2025 10:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20default.json5=20=E4=B8=AD=E4=B8=BA?= =?UTF-8?q?=20primevue=20=E5=8C=85=E7=BB=84=E6=B7=BB=E5=8A=A0=20primelocal?= =?UTF-8?q?e=20=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99?= 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 a98284b..dfa9b88 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 packages", "matchPackageNames": [ "/^primevue/", "/^@prime/" ] }, + { "groupName": "primevue packages", "matchPackageNames": [ "primelocale", "/^primevue/", "/^@prime/" ] }, // TypeScript doesn't follow semver, so we need to separate minor and patch updates //