Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable Vercel Analytics for now, bump Yarn #1268

Merged
merged 2 commits into from
Sep 12, 2024
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
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ scripts/raw-github-results.json
secrets.json
.env

# Standard stuff
# Yarn Berry
.yarn/*
!.yarn/releases
!.yarn/plugins
yarn-error.log

# Standard stuff
node_modules/**/*
npm-debug.*

Expand All @@ -24,4 +29,4 @@ out/
.idea

# TS build files
tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
Binary file removed .yarn/install-state.gz
Binary file not shown.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-picker/picker": "^2.7.7",
"@sentry/react": "^8.26.0",
"@vercel/analytics": "^1.3.1",
"expo": "^51.0.28",
"expo-font": "~12.0.9",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -75,5 +74,5 @@
"yarn libraries:cleanup"
]
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.1"
}
2 changes: 0 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as Sentry from '@sentry/react';
import { Analytics } from '@vercel/analytics/react';
import Head from 'next/head';
import { SafeAreaProvider } from 'react-native-safe-area-context';

Expand Down Expand Up @@ -51,7 +50,6 @@ const App = ({ pageProps, Component }) => (
<Header />
<Component {...pageProps} />
<Footer />
<Analytics />
</SafeAreaProvider>
)}
</CustomAppearanceContext.Consumer>
Expand Down
25 changes: 0 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3476,23 +3476,6 @@ __metadata:
languageName: node
linkType: hard

"@vercel/analytics@npm:^1.3.1":
version: 1.3.1
resolution: "@vercel/analytics@npm:1.3.1"
dependencies:
server-only: "npm:^0.0.1"
peerDependencies:
next: ">= 13"
react: ^18 || ^19
peerDependenciesMeta:
next:
optional: true
react:
optional: true
checksum: 10c0/a8c3d363a3327a4bb6b555374eecc814fc6840870c757ea96227111692a219916b960081424d46b8d5f5d84bcd40b8078bc882b774ab4dfd8e77f67d61b38ab1
languageName: node
linkType: hard

"@xmldom/xmldom@npm:~0.7.7":
version: 0.7.10
resolution: "@xmldom/xmldom@npm:0.7.10"
Expand Down Expand Up @@ -10699,7 +10682,6 @@ __metadata:
"@react-native-picker/picker": "npm:^2.7.7"
"@sentry/react": "npm:^8.26.0"
"@types/react": "npm:^18.2.79"
"@vercel/analytics": "npm:^1.3.1"
ajv-cli: "npm:^5.0.0"
browserslist: "npm:^4.23.3"
cheerio: "npm:^1.0.0"
Expand Down Expand Up @@ -10929,13 +10911,6 @@ __metadata:
languageName: node
linkType: hard

"server-only@npm:^0.0.1":
version: 0.0.1
resolution: "server-only@npm:0.0.1"
checksum: 10c0/4704f0ef85da0be981af6d4ed8e739d39bcfd265b9c246a684060acda5642d0fdc6daffc2308e71e2682c5f508090978802eae0a77623c9b90a49f9ae68048d6
languageName: node
linkType: hard

"set-blocking@npm:^2.0.0":
version: 2.0.0
resolution: "set-blocking@npm:2.0.0"
Expand Down