From a2ac63bd109d46cc7da6ab4fa544d5b470cf674c Mon Sep 17 00:00:00 2001 From: Nick K Date: Thu, 4 Jul 2024 02:26:46 +0300 Subject: [PATCH] fix: Disable updates for changesets/cli because one of the latest versions is broken --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 0b8eda6..da06549 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,13 @@ "release": "pnpm run build && pnpm exec changeset publish", "prepare": "npx is-in-ci || husky install" }, + "pnpm": { + "updateConfig": { + "ignoreDependencies": [ + "@changesets/cli" + ] + } + }, "devDependencies": { "@biomejs/biome": "1.8.3", "@changesets/changelog-github": "0.5.0",