Merge pull request #176 from LekoArts/patch-1

fix: Set correct gatsby peer dep
This commit is contained in:
Matthias Kretschmann 2021-05-23 10:59:33 +02:00 committed by GitHub
commit dd7ee885e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": ">=2",
"gatsby": "^2.0.0 || ^3.0.0",
"react": ">=16.8",
"react-dom": ">=16.8"
},