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-08-21 22:27:32 +00:00
parent 17e1bf064b
commit 80e1d81bf6
2 changed files with 65 additions and 60 deletions

View File

@@ -6,16 +6,16 @@
"start": "next start"
},
"dependencies": {
"axios": "1.6.8",
"axios": "1.7.4",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.4",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
}
}