Skip to content

Commit

Permalink
Bump p-queue
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge authored and skjnldsv committed Jan 8, 2022
1 parent d3661c7 commit 9ed12e8
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
4 changes: 3 additions & 1 deletion apps/files_sharing/src/mixins/SharesMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
*
*/

import PQueue from 'p-queue/dist/index'
// eslint-disable-next-line import/no-unresolved, node/no-missing-import
import PQueue from 'p-queue'
// import PQueue from 'p-queue/dist/index'
import debounce from 'debounce'

import Share from '../models/Share'
Expand Down
4 changes: 2 additions & 2 deletions dist/core-common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

52 changes: 25 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0",
"p-queue": "^6.6.2",
"p-queue": "^7.1.0",
"path": "^0.12.7",
"query-string": "^7.0.1",
"regenerator-runtime": "^0.13.9",
Expand Down

0 comments on commit 9ed12e8

Please sign in to comment.