Merge pull request #802 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-matomo-0.10.0
Bump gatsby-plugin-matomo from 0.9.0 to 0.10.0 in /packages/website
This commit is contained in:
commit
289fb42a7e
|
@ -23,7 +23,7 @@
|
||||||
"gatsby-image": "^3.4.0",
|
"gatsby-image": "^3.4.0",
|
||||||
"gatsby-plugin-image": "^1.6.0",
|
"gatsby-plugin-image": "^1.6.0",
|
||||||
"gatsby-plugin-manifest": "^3.6.0",
|
"gatsby-plugin-manifest": "^3.6.0",
|
||||||
"gatsby-plugin-matomo": "^0.9.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.6.0",
|
"gatsby-plugin-offline": "^4.6.0",
|
||||||
"gatsby-plugin-postcss": "^4.4.0",
|
"gatsby-plugin-postcss": "^4.4.0",
|
||||||
"gatsby-plugin-purgecss": "^6.0.0",
|
"gatsby-plugin-purgecss": "^6.0.0",
|
||||||
|
@ -11711,11 +11711,11 @@
|
||||||
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-matomo": {
|
"node_modules/gatsby-plugin-matomo": {
|
||||||
"version": "0.9.0",
|
"version": "0.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz",
|
||||||
"integrity": "sha512-PqxVWMXhVOkJbEMLiW3G7tWTx4TMilzV6ywwOM7tCSp4718T+pAb+l0aJl2/bOs9kezxHmKa9yxvH4Kvs1rTYA==",
|
"integrity": "sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==",
|
||||||
"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"
|
||||||
}
|
}
|
||||||
|
@ -37777,9 +37777,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-matomo": {
|
"gatsby-plugin-matomo": {
|
||||||
"version": "0.9.0",
|
"version": "0.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz",
|
||||||
"integrity": "sha512-PqxVWMXhVOkJbEMLiW3G7tWTx4TMilzV6ywwOM7tCSp4718T+pAb+l0aJl2/bOs9kezxHmKa9yxvH4Kvs1rTYA==",
|
"integrity": "sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-offline": {
|
"gatsby-plugin-offline": {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"gatsby-image": "^3.4.0",
|
"gatsby-image": "^3.4.0",
|
||||||
"gatsby-plugin-image": "^1.6.0",
|
"gatsby-plugin-image": "^1.6.0",
|
||||||
"gatsby-plugin-manifest": "^3.6.0",
|
"gatsby-plugin-manifest": "^3.6.0",
|
||||||
"gatsby-plugin-matomo": "^0.9.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.6.0",
|
"gatsby-plugin-offline": "^4.6.0",
|
||||||
"gatsby-plugin-postcss": "^4.4.0",
|
"gatsby-plugin-postcss": "^4.4.0",
|
||||||
"gatsby-plugin-purgecss": "^6.0.0",
|
"gatsby-plugin-purgecss": "^6.0.0",
|
||||||
|
|
Reference in New Issue