fix(deps): update dependency react-ga to v3 (#42034)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-07 00:47:51 +05:30
committed by GitHub
parent e8578341b5
commit 5a2cac48b7
2 changed files with 4 additions and 4 deletions

View File

@ -21298,9 +21298,9 @@
}
},
"react-ga": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.7.0.tgz",
"integrity": "sha512-AjC7UOZMvygrWTc2hKxTDvlMXEtbmA0IgJjmkhgmQQ3RkXrWR11xEagLGFGaNyaPnmg24oaIiaNPnEoftUhfXA=="
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/react-ga/-/react-ga-3.3.0.tgz",
"integrity": "sha512-o8RScHj6Lb8cwy3GMrVH6NJvL+y0zpJvKtc0+wmH7Bt23rszJmnqEQxRbyrqUzk9DTJIHoP42bfO5rswC9SWBQ=="
},
"react-helmet": {
"version": "6.1.0",

View File

@ -92,7 +92,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-final-form": "6.5.3",
"react-ga": "2.7.0",
"react-ga": "3.3.0",
"react-helmet": "6.1.0",
"react-hotkeys": "2.0.0",
"react-i18next": "11.8.15",