1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2025-02-14 21:10:42 +01:00

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

View File

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