From fefb2dc649428cc6349f9c3161cdba224f62f257 Mon Sep 17 00:00:00 2001 From: Joel Keyser Date: Thu, 10 Oct 2024 17:45:04 -0500 Subject: [PATCH] chore: set save-exact for npm started using exact versions originally when attempting to use renovate. seemed like a decent idea. adding this now because it was annoying to npm install and have to remove the carrot for consistency every time! --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmrc b/.npmrc index 1f1a6c24..ce91d048 100644 --- a/.npmrc +++ b/.npmrc @@ -2,3 +2,5 @@ engine-strict=true # workaround for getting storybook to work with npm7+; issue closed but hopefully this is addressed eventually https://github.com/storybookjs/storybook/issues/18298#issuecomment-1209929821 legacy-peer-deps=true +# don't upgrade package versions unintentionally +save-exact=true