Skip to content

Commit 3c48492

Browse files
bumps (#1420)
1 parent 5c9375c commit 3c48492

File tree

14 files changed

+734
-1049
lines changed

14 files changed

+734
-1049
lines changed

apps/expo/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@better-auth/expo": "1.3.27",
18-
"@expo/metro-config": "~54.0.6",
1918
"@legendapp/list": "^2.0.11",
2019
"@tanstack/react-query": "catalog:",
2120
"@trpc/client": "catalog:",
@@ -32,11 +31,11 @@
3231
"expo-status-bar": "~3.0.8",
3332
"expo-system-ui": "~6.0.7",
3433
"expo-web-browser": "~15.0.8",
35-
"nativewind": "5.0.0-preview.1",
34+
"nativewind": "5.0.0-preview.2",
3635
"react": "catalog:react19",
3736
"react-dom": "catalog:react19",
3837
"react-native": "~0.81.4",
39-
"react-native-css": "3.0.0",
38+
"react-native-css": "3.0.1",
4039
"react-native-gesture-handler": "~2.28.0",
4140
"react-native-reanimated": "~4.1.3",
4241
"react-native-safe-area-context": "~5.6.1",

apps/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@trpc/server": "catalog:",
2525
"@trpc/tanstack-react-query": "catalog:",
2626
"better-auth": "1.3.27",
27-
"next": "^15.5.2",
27+
"next": "^15.5.4",
2828
"react": "catalog:react19",
2929
"react-dom": "catalog:react19",
3030
"superjson": "2.2.2",
@@ -43,7 +43,7 @@
4343
"jiti": "^2.5.1",
4444
"prettier": "catalog:",
4545
"tailwindcss": "catalog:",
46-
"tw-animate-css": "^1.3.8",
46+
"tw-animate-css": "^1.4.0",
4747
"typescript": "catalog:"
4848
},
4949
"prettier": "@acme/prettier-config"

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@better-auth/expo": "1.3.27",
2222
"@t3-oss/env-nextjs": "^0.13.8",
2323
"better-auth": "1.3.27",
24-
"next": "^15.5.2",
24+
"next": "^15.5.4",
2525
"react": "catalog:react19",
2626
"react-dom": "catalog:react19",
2727
"zod": "catalog:"

packages/db/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@vercel/postgres": "^0.10.0",
33-
"drizzle-orm": "^0.44.5",
33+
"drizzle-orm": "^0.44.6",
3434
"drizzle-zod": "^0.8.3",
3535
"zod": "catalog:"
3636
},
@@ -39,7 +39,7 @@
3939
"@acme/prettier-config": "workspace:*",
4040
"@acme/tsconfig": "workspace:*",
4141
"dotenv-cli": "^10.0.0",
42-
"drizzle-kit": "^0.31.4",
42+
"drizzle-kit": "^0.31.5",
4343
"eslint": "catalog:",
4444
"prettier": "catalog:",
4545
"typescript": "catalog:"

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"ui-add": "pnpm dlx shadcn@latest add && prettier src --write --list-different"
2222
},
2323
"dependencies": {
24-
"@hookform/resolvers": "^5.2.1",
24+
"@hookform/resolvers": "^5.2.2",
2525
"@radix-ui/react-icons": "^1.3.2",
2626
"class-variance-authority": "^0.7.1",
2727
"next-themes": "^0.4.6",
2828
"radix-ui": "^1.4.3",
29-
"react-hook-form": "^7.62.0",
29+
"react-hook-form": "^7.65.0",
3030
"sonner": "^2.0.7",
3131
"tailwind-merge": "^3.3.1"
3232
},

packages/ui/src/button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { VariantProps } from "class-variance-authority";
2-
import * as React from "react";
32
import { cva } from "class-variance-authority";
43
import { Slot as SlotPrimitive } from "radix-ui";
54

packages/ui/src/dropdown-menu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client";
22

3-
import * as React from "react";
43
import {
54
CheckIcon,
65
ChevronRightIcon,

packages/ui/src/input.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as React from "react";
2-
31
import { cn } from "@acme/ui";
42

53
export function Input({

packages/ui/src/label.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client";
22

3-
import * as React from "react";
43
import { Label as LabelPrimitive } from "radix-ui";
54

65
import { cn } from "@acme/ui";

0 commit comments

Comments
 (0)