Skip to content

Commit

Permalink
chore: next-auth 4.23.1 (#2148)
Browse files Browse the repository at this point in the history
* chore: `next-auth` 4.23.1

* fix tests
  • Loading branch information
thiskevinwang authored Aug 29, 2023
1 parent 4ca1abd commit e9161e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const ignorePatternForModuleType = isRunningInEsmMode
const config: Config.InitialOptions = {
setupFilesAfterEnv: ['<rootDir>/.test/setup-jest.js'],
roots: ['config', 'src', 'build-libs', 'stylelint-rules'],
moduleDirectories: ['node_modules', 'src'],
moduleDirectories: ['node_modules', '<rootDir>/src'],
collectCoverageFrom: [
'**/*.{js,jsx,ts,tsx}',
'!**/*.d.ts',
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"mdast-util-to-string": "^2.0.0",
"moize": "^6.1.0",
"next": "^13.0.5",
"next-auth": "^4.19.2",
"next-auth": "^4.23.1",
"next-mdx-remote": "^3.0.8",
"next-query-params": "^4.1.0",
"next-sitemap": "^3.1.21",
Expand Down

1 comment on commit e9161e5

@vercel
Copy link

@vercel vercel bot commented on e9161e5 Aug 29, 2023

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.