add axios @ package.json
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Jakub K 2024-03-17 19:53:13 +01:00
parent 74f199ea8e
commit adbd76403f

View File

@ -16,7 +16,8 @@
"dompurify": "^3.0.6", "dompurify": "^3.0.6",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.18.0" "react-router-dom": "^6.18.0",
"axios": "^0.24.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",