Skip to content

[codex] Refresh package lock#18

Draft
SwiftAdviser wants to merge 1 commit into
Crossmint:mainfrom
SwiftAdviser:codex/refresh-package-lock
Draft

[codex] Refresh package lock#18
SwiftAdviser wants to merge 1 commit into
Crossmint:mainfrom
SwiftAdviser:codex/refresh-package-lock

Conversation

@SwiftAdviser
Copy link
Copy Markdown

Summary

Refreshes package-lock.json so it matches the versions already declared in package.json.

Root cause

A pristine npm ci fails because the committed lockfile still resolves older packages, including @crossmint/client-sdk-react-ui@2.6.6, next@15.4.8, and @solana/web3.js@1.98.1, while package.json requires @crossmint/client-sdk-react-ui@4.2.0, next@15.4.10, and @solana/web3.js@^1.98.4.

What changed

  • Regenerated package-lock.json only.
  • No source, docs, API key, or environment-variable changes.

Validation

  • npm ci passes.
  • NEXT_PUBLIC_CROSSMINT_CLIENT_SIDE_API_KEY=dummy_client_key CROSSMINT_SERVER_SIDE_API_KEY=dummy_server_key NEXT_PUBLIC_CROSSMINT_ENV=staging npm run build passes.

Build still emits non-blocking transitive optional dependency warnings from wallet SDKs for @react-native-async-storage/async-storage and pino-pretty, but exits 0.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

@SwiftAdviser is attempting to deploy a commit to the Crossmint-Devrel Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant