From 22a25bd51307025cdf178e89f2fbdaf25c829666 Mon Sep 17 00:00:00 2001 From: taty2010 Date: Fri, 20 Jan 2023 15:19:36 -0600 Subject: [PATCH] feat: latest version of gatsby plugin now requires v3 and up --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index a4b2b4db6..d8909d492 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -648,7 +648,7 @@ { "version": "1.0.3", "siteDependencies": { - "gatsby": "<4.0.0" + "gatsby": "<3.0.0" } } ]