chore(sso): move utils to peer deps

This commit is contained in:
Alex Yang
2026-01-06 15:35:44 +08:00
parent 85e6dcd5f8
commit 2b349dbfce
2 changed files with 6 additions and 4 deletions

View File

@@ -68,7 +68,6 @@
"zod": "^4.1.12"
},
"devDependencies": {
"@better-auth/utils": "catalog:",
"@types/body-parser": "^1.19.6",
"@types/express": "^5.0.5",
"better-auth": "workspace:*",
@@ -79,6 +78,7 @@
"tsdown": "catalog:"
},
"peerDependencies": {
"@better-auth/utils": "catalog:",
"better-auth": "workspace:*"
}
}

8
pnpm-lock.yaml generated
View File

@@ -1462,6 +1462,9 @@ importers:
packages/sso:
dependencies:
'@better-auth/utils':
specifier: 'catalog:'
version: 0.3.0
'@better-fetch/fetch':
specifier: 'catalog:'
version: 1.1.21
@@ -1478,9 +1481,6 @@ importers:
specifier: ^4.1.12
version: 4.3.4
devDependencies:
'@better-auth/utils':
specifier: 'catalog:'
version: 0.3.0
'@types/body-parser':
specifier: ^1.19.6
version: 1.19.6
@@ -20384,7 +20384,9 @@ snapshots:
metro-runtime: 0.83.3
transitivePeerDependencies:
- '@babel/core'
- bufferutil
- supports-color
- utf-8-validate
optional: true
'@react-native/normalize-colors@0.74.89': {}