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-10-26 17:33:47 +00:00
parent 86d2516fc0
commit b13ea9b46a
3 changed files with 254 additions and 335 deletions

View File

@@ -6,16 +6,16 @@
"start": "next start"
},
"dependencies": {
"axios": "0.24.0",
"axios": "1.1.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "17.0.51",
"autoprefixer": "10.4.0",
"postcss": "8.4.5",
"tailwindcss": "3.0.7",
"typescript": "4.5.4"
"@types/react": "18.0.23",
"autoprefixer": "10.4.12",
"postcss": "8.4.18",
"tailwindcss": "3.2.1",
"typescript": "4.8.4"
}
}