fix: React version mismatch, add forward refs

This commit is contained in:
Wesley Luyten
2025-10-02 15:03:39 -05:00
parent f0715c88ca
commit 0a42bfe86d
7 changed files with 73 additions and 71 deletions
+4 -4
View File
@@ -11,14 +11,14 @@
},
"dependencies": {
"@vjs-10/react": "workspace:*",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^5.0.3",
"typescript": "^5.9.2",
"vite": "^7.1.6"