Compare commits
1 Commits
master
...
renovate/e
Author | SHA1 | Date | |
---|---|---|---|
e5234fbb38 |
@ -17,11 +17,10 @@ pub const ROUTES_WITHOUT_AUTH: [&str; 5] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
/// Allowed ISO mimetypes
|
/// Allowed ISO mimetypes
|
||||||
pub const ALLOWED_ISO_MIME_TYPES: [&str; 4] = [
|
pub const ALLOWED_ISO_MIME_TYPES: [&str; 3] = [
|
||||||
"application/x-cd-image",
|
"application/x-cd-image",
|
||||||
"application/x-iso9660-image",
|
"application/x-iso9660-image",
|
||||||
"application/octet-stream",
|
"application/octet-stream",
|
||||||
"application/vnd.efi.iso",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/// ISO max size
|
/// ISO max size
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
"@types/react-syntax-highlighter": "^15.5.13",
|
"@types/react-syntax-highlighter": "^15.5.13",
|
||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@vitejs/plugin-react": "^4.3.4",
|
"@vitejs/plugin-react": "^4.3.4",
|
||||||
"eslint": "^9.21.0",
|
"eslint": "^9.24.0",
|
||||||
"eslint-plugin-react-dom": "^1.38.3",
|
"eslint-plugin-react-dom": "^1.38.3",
|
||||||
"eslint-plugin-react-hooks": "^5.1.0",
|
"eslint-plugin-react-hooks": "^5.1.0",
|
||||||
"eslint-plugin-react-refresh": "^0.4.19",
|
"eslint-plugin-react-refresh": "^0.4.19",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user