From 4f2863229394f484c775153eb4b4506c95972c6c Mon Sep 17 00:00:00 2001 From: Christian Flach Date: Sun, 10 Nov 2024 20:22:04 +0100 Subject: [PATCH] chore: Fix syncpack config --- .syncpackrc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.syncpackrc b/.syncpackrc index 79e4a64..0436b03 100644 --- a/.syncpackrc +++ b/.syncpackrc @@ -3,7 +3,7 @@ { "label": "All dependencies should use the same Node.js types.", "dependencies": ["@types/node"], - "pinVersion": "^18" + "pinVersion": "^18.19.64" }, { "label": "Example Docs must always use the local version of the search plugin", @@ -15,15 +15,13 @@ "label": "The Docusaurus dev dependencies must all have the highest version supported by the plugin.", "packages": ["**"], "dependencies": ["@docusaurus/**"], - "dependencyTypes": ["dev"], + "dependencyTypes": ["dev", "prod"], "pinVersion": "catalog:" }, { - "label": "The Docusaurus peer dependencies must all have the lowest version supported by the plugin.", - "packages": ["**"], - "dependencies": ["@docusaurus/**"], - "dependencyTypes": ["peer"], - "pinVersion": "^2.0.0" + "dependencies": ["clsx"], + "dependencyTypes": ["prod"], + "isIgnored": true } ] } \ No newline at end of file