Skip to content

Deps (libs)

LeoTM edited this page Dec 14, 2022 · 34 revisions

Which

  • New arch
  • RN SDK
  • Features
  • Downloads / stars / forks / reactnative.directory
  • Last updated / contributors
  • Dev XP / docs / discussions
  • Customisation / extendibility
  • Perf / size
  • Issues (open/closed, any feature blockers)
  • Template? Last updated
  • opencollective
  • dependabot
  • false positives from build tools annoying

Update tool

Resolutions

package.json

  "resolutions": {
    "immer": "1.2.3",
    "node-fetch": "^1.2.3"
  }
  • visible
  • many to one

Yarn selective (yarn.lock)

yarn why <dep>
yarn set resolution immer@npm:^1.10.0 <resolution>
  • strict 1 to 1
  • hidden from package.json

Visualise a lib

https://npm.anvaka.com

Clone this wiki locally