Skip to content

Commit

Permalink
We don't use vercel :D so dropping the analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhatib committed Jan 5, 2023
1 parent 1e10138 commit c505d4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@heroicons/react": "^2.0.13",
"@human-tools/use-sortable": "^0.0.5",
"@tailwindcss/forms": "^0.2.1",
"@vercel/analytics": "^0.1.6",
"exif-auto-rotate": "^0.2.0",
"fabric": "^5.2.4",
"fabricjs-react": "1.0.8",
Expand Down
2 changes: 0 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ReactDOM from 'react-dom';
import App from './App';
import reportWebVitals from './reportWebVitals';

import { inject } from '@vercel/analytics/*';
import 'react-image-crop/dist/ReactCrop.css';
import './assets/main.generated.css';

Expand All @@ -18,4 +17,3 @@ ReactDOM.render(
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
inject();
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2195,11 +2195,6 @@
"@typescript-eslint/types" "4.15.2"
eslint-visitor-keys "^2.0.0"

"@vercel/analytics@^0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@vercel/analytics/-/analytics-0.1.6.tgz#a1ce184168d8f5ec02e35ec954d84ee68ea01f4b"
integrity sha512-zNd5pj3iDvq8IMBQHa1YRcIteiw6ZiPB8AsONHd8ieFXlNpLqhXfIYnf4WvTfZ7S1NSJ++mIM14aJnNac/VMXQ==

"@webassemblyjs/[email protected]":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
Expand Down

0 comments on commit c505d4b

Please sign in to comment.