# Upgrade Caniuse

> Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.

- Skill: `remotion-dev/upgrade-caniuse` (Agent Skill)
- Install (CLI): `npx skillmds@latest add remotion-dev/upgrade-caniuse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/remotion-dev/upgrade-caniuse/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Remotion (https://skillmd.com/u/remotion-dev)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/remotion-dev/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.

