Skip to content

Commit

Permalink
⚡ chore: remove vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodesouza committed Sep 25, 2023
1 parent 56179a6 commit 77cef1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
},
"dependencies": {
"@styled-icons/feather": "^10.34.0",
"@vercel/analytics": "^0.1.11",
"framer-motion": "^6.2.4",
"html-prettify": "^1.0.5",
"next": "^12.1.6",
Expand Down
3 changes: 0 additions & 3 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { MouseEvent, useEffect } from 'react';
import Head from 'next/head';

import { AppProps } from 'next/app';
import { Analytics } from '@vercel/analytics/react';

import { ThemeProvider } from 'styled-components';
import { CanvasProvider, SettingsProvider } from 'contexts';
Expand Down Expand Up @@ -85,8 +84,6 @@ const App = ({ Component, pageProps }: AppProps) => {
<GlobalStyles />
</SettingsProvider>
</CanvasProvider>

<Analytics />
</ThemeProvider>
);
};
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2088,11 +2088,6 @@
"@typescript-eslint/types" "5.10.2"
eslint-visitor-keys "^3.0.0"

"@vercel/analytics@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@vercel/analytics/-/analytics-0.1.11.tgz#727a0ac655a4a89104cdea3e6925476470299428"
integrity sha512-mj5CPR02y0BRs1tN3oZcBNAX9a8NxsIUl9vElDPcqxnMfP0RbRc9fI9Ud7+QDg/1Izvt5uMumsr+6YsmVHcyuw==

abab@^2.0.5, abab@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
Expand Down

1 comment on commit 77cef1f

@vercel
Copy link

@vercel vercel bot commented on 77cef1f Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.