Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-ga4": "^1.4.1",
"react-i18next": "^11.16.7",
"react-leaflet": "3.2.2",
"react-leaflet-markercluster": "3.0.0-rc1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import { render } from 'react-dom'
import ReactGA from 'react-ga'
import ReactGA from 'react-ga4'
import * as Sentry from '@sentry/react'
import { Integrations } from '@sentry/tracing'

Expand Down
2 changes: 1 addition & 1 deletion src/services/Utility.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-nested-ternary */
import ReactGA from 'react-ga'
import ReactGA from 'react-ga4'
import SunCalc from 'suncalc'

import formatInterval from './functions/formatInterval'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3889,10 +3889,10 @@ react-dom@17.0.2:
object-assign "^4.1.1"
scheduler "^0.20.2"

react-ga@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/react-ga/-/react-ga-3.3.0.tgz#c91f407198adcb3b49e2bc5c12b3fe460039b3ca"
integrity sha512-o8RScHj6Lb8cwy3GMrVH6NJvL+y0zpJvKtc0+wmH7Bt23rszJmnqEQxRbyrqUzk9DTJIHoP42bfO5rswC9SWBQ==
react-ga4@^1.4.1:
version "1.4.1"
resolved "https://registry.npmjs.org/react-ga4/-/react-ga4-1.4.1.tgz"
integrity sha512-ioBMEIxd4ePw4YtaloTUgqhQGqz5ebDdC4slEpLgy2sLx1LuZBC9iYCwDymTXzcntw6K1dHX183ulP32nNdG7w==

react-i18next@^11.16.7:
version "11.16.7"
Expand Down