Skip to content

Commit 7a91cac

Browse files
jonphippsclaude
andcommitted
fix: remove problematic overrides causing CI lockfile mismatch
Removed @types/react and @types/react-dom overrides that were causing ERR_PNPM_LOCKFILE_CONFIG_MISMATCH in CI. The lockfile now works with --frozen-lockfile without format conflicts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 56deabf commit 7a91cac

File tree

2 files changed

+61
-69
lines changed

2 files changed

+61
-69
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@
295295
]
296296
},
297297
"pnpm": {
298-
"overrides": {
299-
"@types/react": "^19.1.6",
300-
"@types/react-dom": "^19.1.6"
301-
},
302298
"onlyBuiltDependencies": [
303299
"@parcel/watcher",
304300
"@swc/core",

0 commit comments

Comments
 (0)