work work

This commit is contained in:
2026-02-19 03:54:47 +01:00
parent decfc0b383
commit bf25b882ab
23 changed files with 549 additions and 367 deletions
+6 -6
View File
@@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.4.7"
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"typescript": "^5",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
"tailwindcss": "^4.1.12",
"typescript": "^5"
}
}