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

3
.npmrc Normal file
View File

@@ -0,0 +1,3 @@
legacy-peer-deps=true
fund=false
audit=false

10779
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -13,12 +13,13 @@
"@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.4.0", "date-fns": "^4.4.0",
"glob": "^13.0.6",
"jspdf": "^4.2.1", "jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8", "jspdf-autotable": "^5.0.8",
"lucide-react": "^1.8.0", "lucide-react": "^1.8.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"
}, },
@@ -33,4 +34,4 @@
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5" "typescript": "^5"
} }
} }