From cf2a4db89746ab1e715aae2a9e08e1090b4c92b3 Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Wed, 28 Sep 2022 16:09:53 +0200 Subject: [PATCH 1/2] fix(gatsby-plugin-theme-ui) add @mdx-js/react to peerDependencies --- packages/gatsby-plugin-theme-ui/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-theme-ui/package.json b/packages/gatsby-plugin-theme-ui/package.json index 642ab91ac..65e971163 100644 --- a/packages/gatsby-plugin-theme-ui/package.json +++ b/packages/gatsby-plugin-theme-ui/package.json @@ -10,7 +10,8 @@ "@theme-ui/css": "workspace:^", "gatsby": "^4", "react": ">=18", - "theme-ui": "workspace:^" + "theme-ui": "workspace:^", + "@mdx-js/react": "^1 || ^2" }, "devDependencies": { "@types/react": "^18", From 881e12c9ae12a7ad05e18ebf6db84d33bf996b96 Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Wed, 28 Sep 2022 16:11:51 +0200 Subject: [PATCH 2/2] Set canary version --- packages/gatsby-plugin-theme-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-theme-ui/package.json b/packages/gatsby-plugin-theme-ui/package.json index 65e971163..11dedf09b 100644 --- a/packages/gatsby-plugin-theme-ui/package.json +++ b/packages/gatsby-plugin-theme-ui/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-theme-ui", - "version": "0.15.1", + "version": "0.15.2-canary.1", "main": "dist/gatsby-plugin-theme-ui.cjs.js", "author": "Brent Jackson", "license": "MIT",