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-11-22 19:22:40 +00:00
parent 346f76a58e
commit fa65b4a197
2 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"axios": "1.1.3",
"axios": "1.2.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
@@ -16,6 +16,6 @@
"autoprefixer": "10.4.13",
"postcss": "8.4.19",
"tailwindcss": "3.2.4",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}