Skip to content

Commit ba3fdba

Browse files
committed
Revert "Fix auth0 hooks not working on older versions of ios (#2296)"
This reverts commit 8516bfc.
1 parent 85a78d7 commit ba3fdba

File tree

3 files changed

+12
-45
lines changed

3 files changed

+12
-45
lines changed

apps/web/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@trpc/tanstack-react-query": "11.8.1",
4444
"axios": "1.13.6",
4545
"clsx": "^2.0.0",
46-
"core-js": "^3.45.1",
4746
"cors": "^2.8.5",
4847
"date-fns": "^4.1.0",
4948
"ical-generator": "^8.1.1",
@@ -82,16 +81,5 @@
8281
"tailwindcss": "4.1.18",
8382
"tslib": "2.8.1",
8483
"typescript": "5.9.3"
85-
},
86-
"browserslist": {
87-
"production": [
88-
"defaults",
89-
"ios_saf >= 10"
90-
],
91-
"development": [
92-
"last 1 chrome version",
93-
"last 1 firefox version",
94-
"last 1 safari version"
95-
]
9684
}
9785
}

apps/web/src/instrumentation-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as Sentry from "@sentry/nextjs"
2-
import "core-js/stable"
32

43
if (process.env.NEXT_PUBLIC_SENTRY_DSN !== undefined) {
54
console.info("Initializing Sentry for client-side Next.js...")

pnpm-lock.yaml

Lines changed: 12 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)