Commit ffb5ae9
fix: repair broken pnpm-lock.yaml after merge
The lockfile was broken after merging PR #1271. The merge likely created
an inconsistent state where react-is@19.2.5 was referenced but not properly
defined in the packages section.
This commit regenerates the lockfile by running 'pnpm install --no-frozen-lockfile'
to fix the following error:
[ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY] Broken lockfile: no entry for 'react-is@19.2.5'
Changes:
- Remove unnecessary dependencies (yaml@2.8.1, css-to-react-native, etc.)
- Fix vite and styled-components dependency chains
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 9ee9f94 commit ffb5ae9
1 file changed
Lines changed: 11 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments