Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 4, 2024
1 parent 7d0fd02 commit 3d44450
Show file tree
Hide file tree
Showing 5 changed files with 529 additions and 475 deletions.
6 changes: 3 additions & 3 deletions apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.37.2"
"@auth/core": "0.37.3"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.17.5",
"@types/node": "^20.17.6",
"eslint": "catalog:",
"h3": "^1.13.0",
"nitropack": "^2.10.0",
"nitropack": "^2.10.2",
"prettier": "catalog:",
"typescript": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.17.5",
"@types/node": "^20.17.6",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"dotenv-cli": "^7.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@acme/db": "workspace:*",
"@auth/core": "0.37.2",
"@auth/drizzle-adapter": "1.7.2",
"@auth/core": "0.37.3",
"@auth/drizzle-adapter": "1.7.3",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^15.0.2",
"next-auth": "5.0.0-beta.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"class-variance-authority": "^0.7.0",
"next-themes": "^0.3.0",
"react-hook-form": "^7.53.1",
"sonner": "^1.5.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3d44450

Please sign in to comment.