From 257a18142d39190b9e4ce21649590248a200d837 Mon Sep 17 00:00:00 2001 From: Trent Schneweis <10525549+trentschnee@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:05:05 -0600 Subject: [PATCH] fix: peerDependency conflict with other gatsby-plugins --- gatsby-plugin-webfonts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-plugin-webfonts/package.json b/gatsby-plugin-webfonts/package.json index 16beaf7..ef1d60e 100644 --- a/gatsby-plugin-webfonts/package.json +++ b/gatsby-plugin-webfonts/package.json @@ -27,7 +27,7 @@ "jest:watch": "jest --watch" }, "peerDependencies": { - "gatsby": "^3.0.0 || ^4.0.0" + "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "dependencies": { "axios": "^0.26.1",