Skip to content

Pin unpinned npm deps to concrete versions - #1

Open
eilon-decart wants to merge 1 commit into
mainfrom
pin-latest-deps
Open

Pin unpinned npm deps to concrete versions#1
eilon-decart wants to merge 1 commit into
mainfrom
pin-latest-deps

Conversation

@eilon-decart

Copy link
Copy Markdown

Summary

  • Replaces "latest" in package.json with pinned semver ranges so installs are reproducible
  • Versions chosen to match the current npm latest as of 2026-04-21

Changes

Package Before After
@react-three/drei latest ^10.7.7
@react-three/fiber latest ^9.6.0
three latest ^0.184.0

Test plan

  • npm install (or pnpm install) resolves without conflict
  • npm run build succeeds
  • Local npm run dev renders the three.js scene

Platform team

Linear: https://linear.app/decart/issue/PLA-199/pin-unpinned-npm-deps-in-v0-flight-simulator

Replaces `latest` with pinned semver so builds stay reproducible.

- @react-three/drei: latest -> ^10.7.7
- @react-three/fiber: latest -> ^9.6.0
- three: latest -> ^0.184.0
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