Skip to content

Commit

Permalink
chore(deps): update dependency @google-cloud/storage to v2 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Sep 10, 2018
1 parent 52ccefc commit 1ab0c37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"@google-cloud/storage": "^1.7.0",
"@google-cloud/storage": "^2.0.0",
"async": "^2.6.1",
"codecov": "^3.0.2",
"eslint": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"@google-cloud/storage": "^1.7.0",
"@google-cloud/storage": "^2.0.0",
"ava": "^0.25.0",
"uuid": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/system-test/vision.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const assert = require('assert');
const async = require('async');
const fs = require('fs');
const path = require('path');
const Storage = require('@google-cloud/storage');
const {Storage} = require('@google-cloud/storage');
const uuid = require('uuid');

const vision = require('../');
Expand Down

0 comments on commit 1ab0c37

Please sign in to comment.