fix: Set correct gatsby peer dep

This commit is contained in:
Lennart 2021-04-15 14:53:41 +02:00 committed by GitHub
parent b99a9a6c16
commit 7cc96853bb
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"
},