Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-03 04:27:19 +00:00
parent 87e61c01ff
commit 2920da8677
2 changed files with 31 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"axios": "1.7.4",
"axios": "1.7.7",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
@@ -14,8 +14,8 @@
"devDependencies": {
"@types/react": "18.3.11",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
}
}