fix: issues with peer dependencies (#11272)

This commit is contained in:
Harminder Virk
2025-02-03 18:46:03 +05:30
committed by GitHub
parent b61af03a63
commit f4c2cd112e
5 changed files with 19 additions and 9 deletions

View File

@@ -133,9 +133,13 @@
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
"awilix": "^8.0.1",
"react-dom": "^18.0.0",
"yalc": "1.0.0-pre.53"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"yalc": {
"optional": true
}