This commit is contained in:
2025-12-20 23:26:12 +01:00
parent e54214a92b
commit e39fe93651
2 changed files with 190 additions and 192 deletions
+9 -9
View File
@@ -12,24 +12,24 @@
"format": "biome format --write"
},
"dependencies": {
"@heroui/react": "^2.8.5",
"framer-motion": "^12.23.25",
"next": "16.0.7",
"@heroui/react": "^2.8.7",
"framer-motion": "^12.23.26",
"next": "16.1.0",
"next-themes": "^0.4.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "24.10.1",
"@biomejs/biome": "2.3.10",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"postcss": "8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.17",
"tailwindcss": "^4.1.18",
"typescript": "5.9.3"
}
}