mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 🐛 Use proper React version overrides
This commit is contained in:
parent
b1a9dda0a9
commit
3babd7a5a3
|
|
@ -55,5 +55,9 @@
|
|||
"@shikijs/transformers": "^1.22.2",
|
||||
"sharp": "^0.33.5"
|
||||
},
|
||||
"overrides": {
|
||||
"react": "^19.0.0-rc-cae764ce-20241025",
|
||||
"react-dom": "^19.0.0-rc-cae764ce-20241025"
|
||||
},
|
||||
"trustedDependencies": ["@biomejs/biome", "sharp"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue