upgrade-caniuse
by remotion-dev
Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.
npx skills add https://github.com/remotion-dev/remotion --skill upgrade-caniuse- Ensure we are on the
mainbranch and status is clean. - In the root
package.json, find theoverridessection and updatecaniuse-liteto the latest npm version. - Look up the latest version with npm.
- Run
bun i. - Commit with
Upgrade caniuse-lite to <version>and push.