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

chore: upgrade next-auth #55

Merged
merged 4 commits into from
Jun 20, 2023
Merged

Conversation

balazsorban44
Copy link
Member

@balazsorban44 balazsorban44 commented Jun 20, 2023

  • Removes two unnecessary @ts-ignores
  • updated to the latest published version
  • removes pnpm overrides
  • adds packageManager to the package.json file for consistent lockfile versions

@@ -1,18 +1,28 @@
import NextAuth from 'next-auth'
import GitHub from 'next-auth/providers/github'

declare module 'next-auth' {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is moved from next-auth.d.ts as TS declaration merging would cause an issue if the declaration file has the same name as the package (next-auth)

@shuding shuding merged commit 11ef898 into vercel:main Jun 20, 2023
@balazsorban44 balazsorban44 deleted the chore/upgrade-next-auth branch June 20, 2023 13:52
@balazsorban44 balazsorban44 mentioned this pull request Jun 20, 2023
mattwoodco pushed a commit to mweser/ai-chatbot that referenced this pull request Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants