mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
deps: upgrade remark-cli to v9
This commit is contained in:
parent
431f437d18
commit
def967d5ee
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@
|
|||
"postcss-logical": "^4.0.2",
|
||||
"postcss-safe-important": "1.2.0",
|
||||
"pre-commit": "1.2.2",
|
||||
"remark-cli": "^8.0.1",
|
||||
"remark-cli": "^9.0.0",
|
||||
"remark-lint-uppy": "file:private/remark-lint-uppy",
|
||||
"replacestream": "^4.0.3",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ Limit the amount of uploads going on at the same time. Setting this to `0` means
|
|||
|
||||
### `responseType: ''`
|
||||
|
||||
The response type expected from the server, determining how the `xhr.response` property should be filled. The `xhr.response` property can be accessed in a custom [`getResponseData()`](#getResponseData-responseText-response) callback. This option sets the [`XMLHttpRequest.responseType][XHR.responseType] property. Only '', 'text', 'arraybuffer', 'blob' and 'document' are widely supported by browsers, so it's recommended to use one of those. The default is the empty string, which is equivalent to 'text' for the `xhr.response` property.
|
||||
The response type expected from the server, determining how the `xhr.response` property should be filled. The `xhr.response` property can be accessed in a custom [`getResponseData()`](#getResponseData-responseText-response) callback. This option sets the [`XMLHttpRequest.responseType`][XHR.responseType] property. Only '', 'text', 'arraybuffer', 'blob' and 'document' are widely supported by browsers, so it's recommended to use one of those. The default is the empty string, which is equivalent to 'text' for the `xhr.response` property.
|
||||
|
||||
### `withCredentials: false`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue