Skip to content

Commit

Permalink
revert auth bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Oct 7, 2024
1 parent 3cb11ea commit 66e3f05
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 55 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.35.3"
"@auth/core": "0.34.2"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"expo": "~51.0.27",
"expo": "~51.0.36",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.23",
"expo-linking": "~6.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"dependencies": {
"@acme/db": "workspace:*",
"@auth/core": "0.35.3",
"@auth/drizzle-adapter": "^1.6.1",
"@auth/core": "0.34.2",
"@auth/drizzle-adapter": "1.4.2",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^14.2.14",
"next-auth": "5.0.0-beta.22",
"next-auth": "5.0.0-beta.20",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"zod": "catalog:"
Expand Down
70 changes: 20 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 66e3f05

@ahkhanjani
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reason for the reverting?

@juliusmarminge
Copy link
Member Author

@juliusmarminge juliusmarminge commented on 66e3f05 Oct 8, 2024 via email

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.