From ad89ebfb45b219bf3da02aabd1b948c614152b11 Mon Sep 17 00:00:00 2001 From: LekoArts Date: Wed, 9 Nov 2022 13:39:02 +0100 Subject: [PATCH] add peerDep change --- packages/gatsby-plugin-theme-ui/package.json | 2 +- packages/gatsby-theme-style-guide/package.json | 2 +- packages/gatsby-theme-ui-layout/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gatsby-plugin-theme-ui/package.json b/packages/gatsby-plugin-theme-ui/package.json index 8c8449d39..5a4f5ab2c 100644 --- a/packages/gatsby-plugin-theme-ui/package.json +++ b/packages/gatsby-plugin-theme-ui/package.json @@ -8,7 +8,7 @@ "@emotion/react": "^11", "@theme-ui/mdx": "workspace:^", "@theme-ui/css": "workspace:^", - "gatsby": "^4", + "gatsby": "^4 || ^5", "react": ">=18", "theme-ui": "workspace:^", "@mdx-js/react": "^1 || ^2" diff --git a/packages/gatsby-theme-style-guide/package.json b/packages/gatsby-theme-style-guide/package.json index 9374de518..fa902f649 100644 --- a/packages/gatsby-theme-style-guide/package.json +++ b/packages/gatsby-theme-style-guide/package.json @@ -10,7 +10,7 @@ "theme-ui": "workspace:^" }, "peerDependencies": { - "gatsby": "^4", + "gatsby": "^4 || ^5", "react": ">=18", "react-dom": ">=18" }, diff --git a/packages/gatsby-theme-ui-layout/package.json b/packages/gatsby-theme-ui-layout/package.json index 780e9e6da..16c5e3375 100644 --- a/packages/gatsby-theme-ui-layout/package.json +++ b/packages/gatsby-theme-ui-layout/package.json @@ -4,7 +4,7 @@ "main": "dist/gatsby-theme-ui-layout.cjs.js", "repository": "system-ui/theme-ui", "peerDependencies": { - "gatsby": "^4", + "gatsby": "^4 || ^5", "react": ">=18", "react-dom": ">=18" },