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:
2023-04-19 19:49:54 +00:00
parent c198b403ec
commit 62dc78c37e
2 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"axios": "1.3.5",
"axios": "1.3.6",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
@@ -14,7 +14,7 @@
"devDependencies": {
"@types/react": "18.0.35",
"autoprefixer": "10.4.14",
"postcss": "8.4.22",
"postcss": "8.4.23",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
}