1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 17:23:23 +01:00

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

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"
},