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

default to Gatsby v4 peer dependency

This commit is contained in:
Matthias Kretschmann 2022-04-10 00:40:51 +01:00
parent 455d381665
commit 5bdc911576
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5874 additions and 6514 deletions

12386
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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