Fix react and react-dom peer dependencies

This commit is contained in:
2026-04-05 17:09:22 +01:00
parent 8d5b2a5c07
commit fa8a108686
2 changed files with 11 additions and 7 deletions
+5 -3
View File
@@ -19,10 +19,7 @@
"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",
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
@@ -30,6 +27,11 @@
"@types/micromatch": "^4.0.10",
"happy-dom": "^20.8.4",
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.9.3",
},
},
},
"packages": {