From a344a12f20936622372c9dbbbf38a276225e94ba Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 22 Sep 2020 05:50:48 -0700 Subject: [PATCH] update gatsby-interface dependency (#26689) * update gatsby-interface dependency This removes the reliance on a version of gatsby-interface that had overly strict pinned versions in its peerDependencies set. Enables the fixes in https://github.com/gatsby-inc/gatsby-interface/pull/341 and https://github.com/gatsby-inc/gatsby-interface/pull/337 to be included in the actual Gatsby dependency tree that gets installed. Fix: https://github.com/gatsbyjs/gatsby/issues/26688 * Add missing comma Oops, messed that up in the merge! * Unpin gatsby-interface dependency Co-authored-by: Max Stoiber Co-authored-by: gatsbybot --- packages/gatsby-admin/package.json | 2 +- packages/gatsby-recipes/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index adac5d46128d3..0e5a1df116771 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -21,7 +21,7 @@ "feedback-fish": "^0.1.12", "formik": "^2.1.4", "gatsby": "^2.24.63", - "gatsby-interface": "0.0.183", + "gatsby-interface": "^0.0.193", "gatsby-plugin-typescript": "^2.4.20", "gatsby-plugin-webfonts": "^1.1.3", "gatsby-source-graphql": "^2.7.4", diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index d0d8d639fb9bf..6d8e4990770c3 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -44,7 +44,7 @@ "formik": "^2.0.8", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.3.20", - "gatsby-interface": "^0.0.166", + "gatsby-interface": "^0.0.193", "gatsby-telemetry": "^1.3.35", "glob": "^7.1.6", "graphql": "^14.6.0",