Skip to content

Commit

Permalink
[UPDATE] peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunnerforlife committed Mar 10, 2021
1 parent d3e0732 commit 09b214b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbox-co/gatsby-plugin-drift-lazy",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -12,9 +12,9 @@
"@babel/runtime": "^7.10.5"
},
"peerDependencies": {
"gatsby": "2.24.80",
"react": "^16.4.2",
"react-dom": "^16.4.2"
"gatsby": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"keywords": [
"gatsby",
Expand Down

0 comments on commit 09b214b

Please sign in to comment.