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-12-26 23:47:01 +00:00
parent 0016f1721c
commit 4b48195690
2 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"axios": "1.6.2",
"axios": "1.6.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
@@ -15,7 +15,7 @@
"@types/react": "18.2.45",
"autoprefixer": "10.4.16",
"postcss": "8.4.32",
"tailwindcss": "3.3.7",
"tailwindcss": "3.4.0",
"typescript": "5.3.3"
}
}