Skip to content

Commit

Permalink
update gatsby-interface dependency (#26689)
Browse files Browse the repository at this point in the history
* 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: #26688

* Add missing comma

Oops, messed that up in the merge!

* Unpin gatsby-interface dependency

Co-authored-by: Max Stoiber <contact@mxstbr.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
3 people committed Sep 22, 2020
1 parent a8ce6e6 commit a344a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-admin/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-recipes/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit a344a12

Please sign in to comment.