Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat-use-react-query
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Aug 20, 2024
2 parents 3fd6f8b + 34a3f5b commit 2f4c8fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-ga4": "^2.1.0",
"react-icons": "^4.10.1",
"react-json-pretty": "^2.2.0",
"react-router-dom": "^6.11.2",
Expand Down
3 changes: 3 additions & 0 deletions website/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";

const queryClient = new QueryClient();
import ReactGA from "react-ga4";

export default function App() {
ReactGA.initialize("G-QCJ7MJ5CPX");

return (
<>
<QueryClientProvider client={queryClient}>
Expand Down
5 changes: 5 additions & 0 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3819,6 +3819,11 @@ react-draggable@^4.4.6:
clsx "^1.1.1"
prop-types "^15.8.1"

react-ga4@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-ga4/-/react-ga4-2.1.0.tgz#56601f59d95c08466ebd6edfbf8dede55c4678f9"
integrity sha512-ZKS7PGNFqqMd3PJ6+C2Jtz/o1iU9ggiy8Y8nUeksgVuvNISbmrQtJiZNvC/TjDsqD0QlU5Wkgs7i+w9+OjHhhQ==

react-icons@^4.10.1:
version "4.12.0"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.12.0.tgz#54806159a966961bfd5cdb26e492f4dafd6a8d78"
Expand Down

0 comments on commit 2f4c8fb

Please sign in to comment.