From f7a785f9c9472eb4300cb6927e829d472f8a3b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 10:05:45 +0000 Subject: [PATCH] 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] --- packages/website/package-lock.json | 16 ++++++++-------- packages/website/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 913170cc..076963d7 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -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": { diff --git a/packages/website/package.json b/packages/website/package.json index 40f2f04d..b472896a 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -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",