Update all dependencies

This commit is contained in:
2026-03-03 01:26:45 +00:00
parent 6f238bb19a
commit 79dcfcbb3a
2 changed files with 183 additions and 84 deletions

View File

@@ -6,16 +6,16 @@
"start": "next start"
},
"dependencies": {
"axios": "1.8.1",
"axios": "1.13.6",
"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.27",
"postcss": "8.5.8",
"tailwindcss": "4.0.10",
"typescript": "5.8.2"
"typescript": "5.9.3"
}
}