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-05-03 16:56:51 +00:00
parent 0eecd8636e
commit a974070f53
2 changed files with 115 additions and 79 deletions

View File

@@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"axios": "1.3.6",
"axios": "1.4.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
@@ -15,7 +15,7 @@
"@types/react": "18.2.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"tailwindcss": "3.3.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}