fix: update dotenv version and downgrade biome dependency

This commit is contained in:
2026-02-21 23:29:37 +05:30
parent 46c71f5da3
commit f44fe289e2
2 changed files with 315 additions and 767 deletions

1078
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,10 +11,10 @@
"check": "biome check ." "check": "biome check ."
}, },
"dependencies": { "dependencies": {
"dotenv": "^17.3.1",
"framer-motion": "^12.34.3", "framer-motion": "^12.34.3",
"gsap": "^3.14.2", "gsap": "^3.14.2",
"lucide-react": "^0.575.0", "lucide-react": "^0.575.0",
"dotenv": "^17.3.1",
"next": "16.1.6", "next": "16.1.6",
"pg": "^8.18.0", "pg": "^8.18.0",
"react": "19.2.3", "react": "19.2.3",
@@ -26,7 +26,7 @@
"@types/pg": "^8.16.0", "@types/pg": "^8.16.0",
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"biome": "^0.3.3", "biome": "^0.2.2",
"tailwindcss": "^4", "tailwindcss": "^4",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5" "typescript": "^5"