chore: update project dependencies to latest versions

This commit is contained in:
sazzadulalambd
2026-06-22 21:52:00 +06:00
parent cd156b0ff4
commit 5c16cb788d
2 changed files with 535 additions and 614 deletions

1129
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,25 +12,25 @@
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@react-three/drei": "^10.7.7", "@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1", "@react-three/fiber": "^9.6.1",
"date-fns": "^4.1.0", "date-fns": "^4.4.0",
"jspdf": "^4.2.1", "jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7", "jspdf-autotable": "^5.0.8",
"lucide-react": "^1.8.0", "lucide-react": "^1.21.0",
"next": "16.2.4", "next": "16.2.9",
"react": "19.2.4", "react": "19.2.7",
"react-dom": "19.2.4", "react-dom": "19.2.7",
"react-hot-toast": "^2.6.0", "react-hot-toast": "^2.6.0",
"three": "^0.184.0" "three": "^0.184.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4",
"@types/node": "^20", "@types/node": "^26",
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"@types/three": "^0.184.1", "@types/three": "^0.184.1",
"eslint": "^9", "eslint": "^10",
"eslint-config-next": "16.2.4", "eslint-config-next": "16.2.9",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5" "typescript": "^6"
} }
} }