Update all dependencies

This commit is contained in:
2025-05-30 00:25:17 +00:00
parent 6f238bb19a
commit a75965a6b2
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.9.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.4",
"tailwindcss": "4.0.10",
"typescript": "5.8.2"
"typescript": "5.8.3"
}
}