Properly handle charset in content-type

This commit is contained in:
Gregory Schier
2024-10-23 05:49:14 -07:00
parent ff52ad5345
commit ec850f2cf0
3 changed files with 23 additions and 1 deletions

View File

@@ -54,6 +54,7 @@
"react-use": "^17.5.1",
"slugify": "^1.6.6",
"uuid": "^10.0.0",
"whatwg-mimetype": "^4.0.0",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
@@ -67,6 +68,7 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@types/whatwg-mimetype": "^3.0.2",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"decompress": "^4.2.1",