Skip to content

Commit

Permalink
[DUOS-2900][risk=no] Update to GA4 (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong authored Feb 13, 2024
1 parent 6c0cd4b commit 149d5ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
23 changes: 9 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-ga": "3.3.1",
"react-ga4": "2.1.0",
"react-google-charts": "4.0.1",
"react-hyperscript-helpers": "2.0.0",
"react-markdown": "9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import ReactGA from 'react-ga';
import ReactGA from 'react-ga4';
import Modal from 'react-modal';
import './App.css';
import {Config} from './libs/config';
Expand Down

0 comments on commit 149d5ec

Please sign in to comment.