[PR #5881] [MERGED] fix(expo): clear peer dependence and flag optional #6292

Closed
opened 2026-03-13 12:53:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5881
Author: @hyoban
Created: 11/10/2025
Status: Merged
Merged: 11/10/2025
Merged by: @himself65

Base: canaryHead: 11-10-peer-deps


📝 Commits (1)

  • 6adf618 fix(expo): clear peer dependence and flag optional

📊 Changes

2 files changed (+14 additions, -34 deletions)

View changed files

📝 packages/expo/package.json (+11 -4)
📝 pnpm-lock.yaml (+3 -30)

📄 Description

This PR removes some unused deps and adds optional flag because this dep might be installed separately on the server.


Summary by cubic

Removed unused expo-crypto and expo-secure-store and marked expo-constants, expo-linking, and expo-web-browser as optional peer dependencies in the Expo package. This prevents unnecessary installs when these are provided by the host app/server and cleans up the lockfile.

Written for commit 6adf618eca. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5881 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `11-10-peer-deps` --- ### 📝 Commits (1) - [`6adf618`](https://github.com/better-auth/better-auth/commit/6adf618ecac32f5c413e2aa9642cd7a88714ba43) fix(expo): clear peer dependence and flag optional ### 📊 Changes **2 files changed** (+14 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `packages/expo/package.json` (+11 -4) 📝 `pnpm-lock.yaml` (+3 -30) </details> ### 📄 Description This PR removes some unused deps and adds optional flag because this dep might be installed separately on the server. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removed unused expo-crypto and expo-secure-store and marked expo-constants, expo-linking, and expo-web-browser as optional peer dependencies in the Expo package. This prevents unnecessary installs when these are provided by the host app/server and cleans up the lockfile. <sup>Written for commit 6adf618ecac32f5c413e2aa9642cd7a88714ba43. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 12:53:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#6292