mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 17:23:23 +01:00
default to Gatsby v4 peer dependency
This commit is contained in:
parent
3565e9aa9c
commit
ac8dd7df43
12378
package-lock.json
generated
12378
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gatsby-plugin-matomo",
|
"name": "gatsby-plugin-matomo",
|
||||||
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
|
"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>",
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
|
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
"gatsby": "^4.0.0",
|
||||||
"react": ">=16.8",
|
"react": ">=16.8",
|
||||||
"react-dom": ">=16.8"
|
"react-dom": ">=16.8"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user