Skip to content

Commit

Permalink
chore(deps): update dev dependency p-queue to ^6.0.2 (googleapis#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and JustinBeckwith committed Jun 11, 2019
1 parent 3baa5b4 commit 4b8f6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"mkdirp": "^0.5.1",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"p-queue": "^5.0.0",
"p-queue": "^6.0.2",
"power-assert": "^1.4.4",
"prettier": "^1.7.4",
"proxyquire": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion system-test/bigtable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import * as assert from 'assert';
import Q = require('p-queue');
import Q from 'p-queue';
import * as uuid from 'uuid';

import {Bigtable} from '../src';
Expand Down

0 comments on commit 4b8f6d1

Please sign in to comment.