Skip to content

Commit dcf9c00

Browse files
Update better-auth dependencies from pull request (#1382)
1 parent 26ca48b commit dcf9c00

File tree

3 files changed

+741
-36
lines changed

3 files changed

+741
-36
lines changed

apps/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"typecheck": "tsc --noEmit"
1616
},
1717
"dependencies": {
18-
"@better-auth/expo": "1.2.9",
18+
"@better-auth/expo": "1.2.12",
1919
"@expo/metro-config": "^0.20.14",
2020
"@legendapp/list": "^1.0.15",
2121
"@tanstack/react-query": "catalog:",
2222
"@trpc/client": "catalog:",
2323
"@trpc/server": "catalog:",
2424
"@trpc/tanstack-react-query": "catalog:",
25-
"better-auth": "1.2.9",
25+
"better-auth": "1.2.12",
2626
"expo": "53.0.9",
2727
"expo-constants": "17.1.6",
2828
"expo-dev-client": "5.1.8",

packages/auth/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
},
2020
"dependencies": {
2121
"@acme/db": "workspace:*",
22-
"@better-auth/expo": "1.2.9",
22+
"@better-auth/expo": "1.2.12",
2323
"@t3-oss/env-nextjs": "^0.13.6",
24-
"better-auth": "1.2.9",
24+
"better-auth": "1.2.12",
2525
"next": "^15.3.3",
2626
"react": "catalog:react19",
2727
"react-dom": "catalog:react19",
@@ -31,6 +31,7 @@
3131
"@acme/eslint-config": "workspace:*",
3232
"@acme/prettier-config": "workspace:*",
3333
"@acme/tsconfig": "workspace:*",
34+
"@better-auth/cli": "1.2.12",
3435
"@types/react": "catalog:react19",
3536
"eslint": "catalog:",
3637
"prettier": "catalog:",

0 commit comments

Comments
 (0)