Skip to content

Commit

Permalink
bump stuff (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Oct 7, 2024
1 parent 99f1b4e commit adc3890
Show file tree
Hide file tree
Showing 12 changed files with 2,509 additions and 2,226 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,16 +10,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.34.2"
"@auth/core": "0.35.3"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.14.15",
"@types/node": "^20.16.10",
"eslint": "catalog:",
"h3": "^1.12.0",
"h3": "^1.13.0",
"nitropack": "^2.9.7",
"prettier": "catalog:",
"typescript": "catalog:"
Expand Down
8 changes: 4 additions & 4 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@bacons/text-decoder": "^0.0.0",
"@expo/metro-config": "^0.18.11",
"@shopify/flash-list": "1.6.4",
"@shopify/flash-list": "1.7.1",
"@tanstack/react-query": "catalog:",
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
Expand Down Expand Up @@ -48,9 +48,9 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@types/babel__core": "^7.20.5",
"@types/react": "catalog:react18",
"eslint": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"geist": "^1.3.1",
"next": "^14.2.5",
"next": "^14.2.14",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"superjson": "2.2.1",
Expand All @@ -36,7 +36,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.14.15",
"@types/node": "^20.16.10",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"dotenv-cli": "^7.4.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"@acme/prettier-config": "workspace:*",
"@turbo/gen": "^2.1.1",
"@turbo/gen": "^2.1.3",
"prettier": "catalog:",
"turbo": "^2.1.1",
"turbo": "^2.1.3",
"typescript": "catalog:"
},
"prettier": "@acme/prettier-config"
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"dependencies": {
"@acme/db": "workspace:*",
"@auth/core": "0.34.2",
"@auth/drizzle-adapter": "^1.4.2",
"@auth/core": "0.35.3",
"@auth/drizzle-adapter": "^1.6.1",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^14.2.5",
"next-auth": "5.0.0-beta.20",
"next": "^14.2.14",
"next-auth": "5.0.0-beta.22",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"zod": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@vercel/postgres": "^0.9.0",
"@vercel/postgres": "^0.10.0",
"drizzle-orm": "^0.34.0",
"drizzle-zod": "^0.5.1",
"zod": "catalog:"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"next-themes": "^0.3.0",
"react-hook-form": "^7.52.2",
"react-hook-form": "^7.53.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2"
"tailwind-merge": "^2.5.3"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit adc3890

Please sign in to comment.