Skip to content

Commit

Permalink
fix: update peerDependency, plugins rely on extra arg being passed in…
Browse files Browse the repository at this point in the history
… API hooks (#10045)

Those plugins rely on changes introduced in #9401 which was released in `gatsby@2.0.32`

Ref: #9943 (comment)
  • Loading branch information
pieh authored and DSchau committed Nov 20, 2018
1 parent 2a4b091 commit 83b7a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": ">2.0.0-alpha"
"gatsby": ">=2.0.32"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"main": "index.js",
"peerDependencies": {
"babel-plugin-styled-components": ">1.5.0",
"gatsby": ">2.0.0-alpha",
"gatsby": ">=2.0.32",
"styled-components": ">= 2.0.0"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components",
Expand Down

0 comments on commit 83b7a18

Please sign in to comment.