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:
2022-12-11 17:59:38 +00:00
parent 6c388d300e
commit c2b49e9aa1
2 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"axios": "1.2.0",
"axios": "1.2.1",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
@@ -14,8 +14,8 @@
"devDependencies": {
"@types/react": "18.0.26",
"autoprefixer": "10.4.13",
"postcss": "8.4.19",
"postcss": "8.4.20",
"tailwindcss": "3.2.4",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
}