Update packages, fix translations

This commit is contained in:
2026-05-29 16:03:04 +03:00
parent 3ce97756e4
commit 34c09da704
5 changed files with 26 additions and 31 deletions

View File

@@ -30,30 +30,30 @@
"lucide-react": "^0.522.0",
"material-symbols": "^0.31.9",
"next": "15.3.0",
"next-intl": "^4.11.0",
"next-intl": "^4.13.0",
"next-themes": "^0.4.6",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"tailwind-merge": "^3.5.0",
"tailwind-merge": "^3.6.0",
"three": "^0.178.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.2.4",
"@types/bun": "^1.3.13",
"@types/node": "^20.19.39",
"@types/react": "^19.2.14",
"@tailwindcss/postcss": "^4.3.0",
"@types/bun": "^1.3.14",
"@types/node": "^20.19.41",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0",
"dotenv": "^16.6.1",
"drizzle-kit": "^0.31.10",
"eslint": "^9.39.4",
"eslint-config-next": "15.3.0",
"postcss": "^8.5.13",
"tailwindcss": "^4.2.4",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}