$npx -y skills add remotion-dev/remotion --skill upgrade-caniuseUpgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.
| 1 | - Ensure we are on the `main` branch and status is clean. |
| 2 | - In the root `package.json`, find the `overrides` section and update `caniuse-lite` to the latest npm version. |
| 3 | - Look up the latest version with npm. |
| 4 | - Run `bun i`. |
| 5 | - Commit with `Upgrade caniuse-lite to <version>` and push. |