From b79a46e6c2dc4b6df0a8e4c1a28ecf9178af965e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 14 Feb 2022 00:05:23 +0100 Subject: chore(matomo): use another dependency to track page views I though the previous package would track all visits with the provided but it seems that I need to add trackPageView on all pages. So I decided to use another package. --- yarn.lock | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 834ed93..65f74e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1167,18 +1167,6 @@ dependencies: "@cspotcode/source-map-consumer" "0.8.0" -"@datapunt/matomo-tracker-js@^0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@datapunt/matomo-tracker-js/-/matomo-tracker-js-0.5.1.tgz#92a746ffa421f91b3a59fefce707d45ca22be96b" - integrity sha512-9/MW9vt/BA5Db7tO6LqCeQKtuvBNjyq51faF3AzUmPMlYsJCnASIxcut3VqJKiribhUoey7aYbPIYuj9x4DLPA== - -"@datapunt/matomo-tracker-react@^0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@datapunt/matomo-tracker-react/-/matomo-tracker-react-0.5.1.tgz#d7a4e62b23610eab2b7513d4df41d500291aaa53" - integrity sha512-lrNYM9hFL6XK0VAdtMb7MwZrLWhaAconx4c7gOGAMvoWuoVm+ZZIYFuKtfYdYMeBf0avxWtmKRwjZEg7T8jV2A== - dependencies: - "@datapunt/matomo-tracker-js" "^0.5.1" - "@eslint/eslintrc@^1.0.5": version "1.0.5" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.5.tgz#33f1b838dbf1f923bfa517e008362b78ddbbf318" @@ -1664,6 +1652,11 @@ dependencies: "@sinonjs/commons" "^1.7.0" +"@socialgouv/matomo-next@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@socialgouv/matomo-next/-/matomo-next-1.2.2.tgz#0fe3c8978a38f23411fbbdcaf4e3a7edaf8eecbf" + integrity sha512-VWIToHeF0rFtLlGGkjdfUCtLckZebwXwYlnAVYwqMivUboqRgxl7wsUGkGfp6HM4cfYla9NQw4mbqRPXfTGu5Q== + "@svgr/babel-plugin-add-jsx-attribute@^6.0.0": version "6.0.0" resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.0.0.tgz#bd6d1ff32a31b82b601e73672a789cc41e84fe18" -- cgit v1.2.3