chore: update dependencies, add glob, and configure npm settings

This commit is contained in:
sazzadulalambd
2026-06-23 01:08:03 +06:00
parent 468a6d48ec
commit 7a804e84a1
3 changed files with 10787 additions and 4 deletions

View File

@@ -13,12 +13,13 @@
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"date-fns": "^4.4.0",
"glob": "^13.0.6",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
"lucide-react": "^1.8.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hot-toast": "^2.6.0",
"three": "^0.184.0"
},
@@ -33,4 +34,4 @@
"tailwindcss": "^4",
"typescript": "^5"
}
}
}