Update all dependencies

This commit is contained in:
2025-06-18 00:24:48 +00:00
parent 6f238bb19a
commit 3da45d5019
2 changed files with 58 additions and 63 deletions

View File

@@ -6,16 +6,16 @@
"start": "next start"
},
"dependencies": {
"axios": "1.8.1",
"axios": "1.10.0",
"next": "latest",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/react": "19.0.10",
"autoprefixer": "10.4.20",
"postcss": "8.5.3",
"autoprefixer": "10.4.21",
"postcss": "8.5.6",
"tailwindcss": "4.0.10",
"typescript": "5.8.2"
"typescript": "5.8.3"
}
}