Skip to content

Commit

Permalink
Bump the npm-development group across 1 directory with 4 updates (#1971)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Z <[email protected]>
  • Loading branch information
dependabot[bot] and nickzelei authored May 21, 2024
1 parent d8ce24a commit 911403e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 79 deletions.
4 changes: 0 additions & 4 deletions frontend/apps/web/app/api/auth/[...nextauth]/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ export const {
handlers: { GET, POST },
// auth function meant to be used in RSC or middleware.
auth,
// server-side signIn. Use signIn from the next-auth/react library for client-side
signIn,
// server-side signOut. Use signOut from the next-auth/react library for client-side
signOut,
} = NextAuth({
providers: getProviders(),
session: { strategy: 'jwt' },
Expand Down
8 changes: 4 additions & 4 deletions frontend/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "20.12.10",
"@types/node": "20.12.12",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"knip": "^5.12.3",
"knip": "^5.16.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
Expand Down
123 changes: 53 additions & 70 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prettier:write": "prettier --write ."
},
"devDependencies": {
"knip": "^5.12.3",
"knip": "^5.16.0",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
},
Expand Down

0 comments on commit 911403e

Please sign in to comment.