Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZeRs committed Oct 24, 2024
1 parent 4c81570 commit b2ee215
Show file tree
Hide file tree
Showing 8 changed files with 976 additions and 1,158 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vercel/speed-insights": "^1.0.13",
"framer-motion": "^11.11.9",
"geist": "^1.3.1",
"next": "^14.2.15",
"next": "^14.2.16",
"next-contentlayer": "^0.3.4",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"resend": "^4.0.0",
"simple-icons": "^13.14.0",
"simple-icons": "^13.14.1",
"superjson": "2.2.1",
"zod": "catalog:"
},
Expand All @@ -45,7 +45,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.16.12",
"@types/node": "^20.17.0",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"dotenv-cli": "^7.4.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"devDependencies": {
"@acme/prettier-config": "workspace:*",
"@turbo/gen": "^2.1.3",
"@turbo/gen": "^2.2.3",
"prettier": "catalog:",
"turbo": "^2.1.3",
"turbo": "^2.2.3",
"typescript": "catalog:"
},
"prettier": "@acme/prettier-config"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"dependencies": {
"@acme/db": "workspace:*",
"@auth/core": "0.35.2",
"@auth/drizzle-adapter": "^1.7.0",
"@auth/drizzle-adapter": "^1.7.2",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^14.2.15",
"next": "^14.2.16",
"next-auth": "5.0.0-beta.21",
"react": "catalog:react18",
"react-dom": "catalog:react18",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@vercel/postgres": "^0.10.0",
"drizzle-orm": "^0.35.1",
"drizzle-orm": "^0.35.3",
"drizzle-zod": "^0.5.1",
"zod": "catalog:"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"cmdk": "1.0.0",
"lucide-react": "^0.453.0",
"next-themes": "^0.3.0",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.1",
"react-medium-image-zoom": "^5.2.10",
"react-use": "^17.5.1",
"simple-icons": "^13.14.0",
"simple-icons": "^13.14.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4"
},
Expand Down
Loading

0 comments on commit b2ee215

Please sign in to comment.