From ed2762fbfb1c18c5c25b3ae386b9654a22b36a8d Mon Sep 17 00:00:00 2001 From: Steven Occhipinti Date: Fri, 10 Apr 2020 21:30:48 +1000 Subject: [PATCH] fix(gatsby-plugin-react-helmet): allow the use of `react-helmet@6` (#22993) Adjusts peerDependencies constraint. No code changes needed --- packages/gatsby-plugin-react-helmet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index e38c12715069a..b4289339ac001 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -36,7 +36,7 @@ "main": "index.js", "peerDependencies": { "gatsby": "^2.0.0", - "react-helmet": "^5.1.3" + "react-helmet": "^5.1.3 || ^6.0.0" }, "repository": { "type": "git",