From 1cdc841c607135075f6f422134035a22e3a0b708 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Sun, 15 Oct 2023 10:21:39 -0400 Subject: [PATCH] fix(.syncpackrc): update semverRange to check for exact version --- .syncpackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.syncpackrc b/.syncpackrc index 9aa3140c..4e456a6f 100644 --- a/.syncpackrc +++ b/.syncpackrc @@ -1,5 +1,5 @@ { - "semverRange": "^", + "semverRange": "", "source": [ "package.json", "apps/*/package.json",