chore: downgrade react, @types/node, eslint, and typescript dependencies

This commit is contained in:
sazzadulalambd
2026-06-22 22:37:12 +06:00
parent 34ce6929e5
commit 241c10fe29
2 changed files with 446 additions and 253 deletions

View File

@@ -17,20 +17,20 @@
"jspdf-autotable": "^5.0.8",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hot-toast": "^2.6.0",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^26",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.184.1",
"eslint": "^10",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^6"
"typescript": "^5"
}
}
}