Skip to content

Commit

Permalink
chore: Change versions of peer dependencies (#8)
Browse files Browse the repository at this point in the history
Fixes #7 

I have tested the plugin with latest version of gatsby and seems like
gatsby isn't making breaking changes for plugin api. I think these
changes will work for a long time and users won't be blocked for us to
manually test and update the version.
  • Loading branch information
akshitkrnagpal committed Sep 28, 2023
1 parent b142e36 commit 09eb5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -31,9 +31,9 @@
"gatsby-*.js"
],
"peerDependencies": {
"gatsby": "^2.19.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
"gatsby": ">= 2.19.5",
"react": ">= 16.12.0",
"react-dom": ">= 16.12.0"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
Expand Down

0 comments on commit 09eb5a0

Please sign in to comment.