default to Gatsby v4 peer dependency

This commit is contained in:
Matthias Kretschmann 2022-04-10 00:40:51 +01:00
parent 3565e9aa9c
commit ac8dd7df43
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5876 additions and 6516 deletions

12388
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-matomo",
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
"version": "0.11.1",
"version": "0.12.0",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
@ -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"
},