Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Jan 28, 2024
1 parent 08b9c73 commit 2b32aeb
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 364 deletions.
6 changes: 3 additions & 3 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@acme/ui": "workspace:*",
"@acme/validators": "workspace:*",
"@icons-pack/react-simple-icons": "9.3.0",
"@t3-oss/env-nextjs": "0.7.3",
"@t3-oss/env-nextjs": "0.8.0",
"@tanstack/react-query": "5.17.19",
"@tanstack/react-query-devtools": "5.17.21",
"@tanstack/react-query-next-experimental": "5.17.19",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"lucide-react": "0.314.0",
"lucide-react": "0.316.0",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -41,7 +41,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "20.11.5",
"@types/node": "20.11.8",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"dotenv-cli": "7.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@acme/db": "workspace:*",
"@lucia-auth/adapter-drizzle": "beta",
"@t3-oss/env-nextjs": "0.7.3",
"arctic": "0.10.5",
"lucia": "beta",
"@lucia-auth/adapter-drizzle": "^1.0.0",
"@t3-oss/env-nextjs": "0.8.0",
"arctic": "1.1.0",
"lucia": "^3.0.0",
"next": "14.1.0",
"oslo": "0.27.1",
"oslo": "1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"drizzle-orm": "0.29.3",
"mysql2": "3.7.1",
"mysql2": "3.9.0",
"nanoid": "5.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@acme/locales": "workspace:*",
"@hookform/resolvers": "3.3.4",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-dialog": "1.0.5",
Expand All @@ -48,9 +49,8 @@
"next-themes": "0.2.1",
"react-hook-form": "7.49.3",
"sonner": "1.3.1",
"tailwind-merge": "2.2.0",
"tailwindcss-animate": "1.0.7",
"@acme/locales": "workspace:*"
"tailwind-merge": "2.2.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit 2b32aeb

Please sign in to comment.