From 35edbc9d7b882ec9a24ff0811e1e255f5d565fe8 Mon Sep 17 00:00:00 2001 From: Johnny Oshika Date: Fri, 27 May 2022 06:57:31 -0700 Subject: [PATCH] fix: update cross-tab-copy-paste peer dependency to support minor and patch updates to blockly version 8 (#1147) --- plugins/cross-tab-copy-paste/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cross-tab-copy-paste/package.json b/plugins/cross-tab-copy-paste/package.json index 8da758d08d..3fc9c55b1f 100644 --- a/plugins/cross-tab-copy-paste/package.json +++ b/plugins/cross-tab-copy-paste/package.json @@ -44,7 +44,7 @@ "blockly": "^8.0.0" }, "peerDependencies": { - "blockly": "^7 - 8" + "blockly": ">=7 <9" }, "publishConfig": { "access": "public",