Fix react and react-dom peer dependencies mismatch #3

This commit is contained in:
2026-04-05 17:58:52 +01:00
parent f49a17b24e
commit d441f9982e
12 changed files with 21 additions and 66 deletions
+4 -2
View File
@@ -19,8 +19,6 @@
"micromatch": "^4.0.8",
"ora": "^9.0.0",
"postcss": "^8.5.8",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.0.0",
},
@@ -30,6 +28,10 @@
"@types/micromatch": "^4.0.10",
"happy-dom": "^20.8.4",
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19",
},
},
},
"packages": {