support for Gatsby v4

* closes #234
This commit is contained in:
Matthias Kretschmann 2021-11-28 15:41:34 +00:00
parent 842c343343
commit 1d07e0f769
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -22,7 +22,7 @@
"release-it": "^14.11.8"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0",
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
"react": ">=16.8",
"react-dom": ">=16.8"
}

View File

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