diff options
author | Mario <mario@mariovavti.com> | 2020-06-13 12:01:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-06-13 12:01:27 +0000 |
commit | a88233a045679f3d7ea4c14eb68e62816fb10ba7 (patch) | |
tree | f9a1b74fe1d9363b5b66e816992a22d75257fc5b /vendor/blueimp/jquery-file-upload/package.json | |
parent | 0259130cf32fee40981bd0eef6fedd9440782061 (diff) | |
download | volse-hubzilla-a88233a045679f3d7ea4c14eb68e62816fb10ba7.tar.gz volse-hubzilla-a88233a045679f3d7ea4c14eb68e62816fb10ba7.tar.bz2 volse-hubzilla-a88233a045679f3d7ea4c14eb68e62816fb10ba7.zip |
composer update jquery-file-upload
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/package.json')
-rw-r--r-- | vendor/blueimp/jquery-file-upload/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/blueimp/jquery-file-upload/package.json b/vendor/blueimp/jquery-file-upload/package.json index 6270c65b1..529e6693d 100644 --- a/vendor/blueimp/jquery-file-upload/package.json +++ b/vendor/blueimp/jquery-file-upload/package.json @@ -1,6 +1,6 @@ { "name": "blueimp-file-upload", - "version": "10.21.0", + "version": "10.30.1", "title": "jQuery File Upload", "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.", "keywords": [ @@ -43,10 +43,10 @@ "blueimp-tmpl": "3" }, "devDependencies": { - "eslint": "6", - "eslint-config-blueimp": "1", + "eslint": "7", + "eslint-config-blueimp": "2", "eslint-config-prettier": "6", - "eslint-plugin-jsdoc": "24", + "eslint-plugin-jsdoc": "25", "eslint-plugin-prettier": "3", "prettier": "2", "stylelint": "13", |