Package update, added new sponsors to stream page, minor fixes

This commit is contained in:
2025-09-26 06:48:25 +03:00
parent 8d0d74d6b2
commit e5a68ef8d8
5 changed files with 38 additions and 20 deletions

View File

@@ -15,7 +15,7 @@
"drizzle:studio": "drizzle-kit studio"
},
"dependencies": {
"@libsql/client": "^0.15.12",
"@libsql/client": "^0.15.15",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -26,11 +26,11 @@
"@types/three": "^0.178.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.44.4",
"drizzle-orm": "^0.44.5",
"lucide-react": "^0.522.0",
"material-symbols": "^0.31.9",
"next": "15.3.0",
"next-intl": "^4.3.4",
"next-intl": "^4.3.9",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
@@ -38,22 +38,22 @@
"react-markdown": "^10.1.0",
"tailwind-merge": "^3.3.1",
"three": "^0.178.0",
"tw-animate-css": "^1.3.7"
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.12",
"@types/bun": "^1.2.20",
"@types/node": "^20.19.11",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@tailwindcss/postcss": "^4.1.13",
"@types/bun": "^1.2.22",
"@types/node": "^20.19.17",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"dotenv": "^16.6.1",
"drizzle-kit": "^0.31.4",
"eslint": "^9.33.0",
"eslint": "^9.36.0",
"eslint-config-next": "15.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"tailwindcss": "^4.1.13",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}