Bump gatsby-plugin-matomo from 0.9.0 to 0.10.0 in /packages/website
Bumps [gatsby-plugin-matomo](https://github.com/kremalicious/gatsby-plugin-matomo) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/kremalicious/gatsby-plugin-matomo/releases) - [Changelog](https://github.com/kremalicious/gatsby-plugin-matomo/blob/main/CHANGELOG.md) - [Commits](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4c7b0f1365
commit
f7a785f9c9
|
@ -23,7 +23,7 @@
|
|||
"gatsby-image": "^3.4.0",
|
||||
"gatsby-plugin-image": "^1.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-postcss": "^4.4.0",
|
||||
"gatsby-plugin-purgecss": "^6.0.0",
|
||||
|
@ -11711,11 +11711,11 @@
|
|||
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
||||
},
|
||||
"node_modules/gatsby-plugin-matomo": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.9.0.tgz",
|
||||
"integrity": "sha512-PqxVWMXhVOkJbEMLiW3G7tWTx4TMilzV6ywwOM7tCSp4718T+pAb+l0aJl2/bOs9kezxHmKa9yxvH4Kvs1rTYA==",
|
||||
"version": "0.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz",
|
||||
"integrity": "sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==",
|
||||
"peerDependencies": {
|
||||
"gatsby": ">=2",
|
||||
"gatsby": "^2.0.0 || ^3.0.0",
|
||||
"react": ">=16.8",
|
||||
"react-dom": ">=16.8"
|
||||
}
|
||||
|
@ -37777,9 +37777,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-matomo": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.9.0.tgz",
|
||||
"integrity": "sha512-PqxVWMXhVOkJbEMLiW3G7tWTx4TMilzV6ywwOM7tCSp4718T+pAb+l0aJl2/bOs9kezxHmKa9yxvH4Kvs1rTYA==",
|
||||
"version": "0.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz",
|
||||
"integrity": "sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==",
|
||||
"requires": {}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"gatsby-image": "^3.4.0",
|
||||
"gatsby-plugin-image": "^1.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-postcss": "^4.4.0",
|
||||
"gatsby-plugin-purgecss": "^6.0.0",
|
||||
|
|
Reference in New Issue