From 7c82faa373a86746ce0b2aeb4673e5d1802060ca Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Thu, 5 May 2022 09:38:00 -0400 Subject: [PATCH] Remove jest from cli peerDependencies --- lib/cli/package.json | 3 --- yarn.lock | 2 -- 2 files changed, 5 deletions(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 81b271171faf..e7501efcbb90 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -86,9 +86,6 @@ "strip-json-comments": "^3.1.1", "update-notifier": "^5.0.1" }, - "peerDependencies": { - "jest": "*" - }, "publishConfig": { "access": "public" }, diff --git a/yarn.lock b/yarn.lock index 2dc50af394e5..23919315ea87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7415,8 +7415,6 @@ __metadata: strip-json-comments: ^3.1.1 ts-dedent: ^2.0.0 update-notifier: ^5.0.1 - peerDependencies: - jest: "*" bin: getstorybook: ./bin/index.js sb: ./bin/index.js