upgrade-caniuse

작성자: remotion-dev

Remotion 리포지토리에서 caniuse-lite 오버라이드를 업그레이드합니다. caniuse-lite를 최신 npm 버전으로 업데이트하라는 요청을 받았을 때 사용합니다.

npx skills add https://github.com/remotion-dev/remotion --skill upgrade-caniuse
  • Ensure we are on the main branch and status is clean.
  • In the root package.json, find the overrides section and update caniuse-lite to the latest npm version.
  • Look up the latest version with npm.
  • Run bun i.
  • Commit with Upgrade caniuse-lite to <version> and push.