Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/storage to v3 (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and fhinkel committed Jul 8, 2019
1 parent 154966a commit 1879073
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion appengine/storage/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=8.0.0"
},
"dependencies": {
"@google-cloud/storage": "^2.3.3",
"@google-cloud/storage": "^3.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"multer": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion appengine/storage/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=8.0.0"
},
"dependencies": {
"@google-cloud/storage": "^2.3.3",
"@google-cloud/storage": "^3.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"multer": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"system-test": "mocha system-test/*.test.js --timeout=30000"
},
"dependencies": {
"@google-cloud/storage": "^2.0.3",
"@google-cloud/storage": "^3.0.0",
"yargs": "^13.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"@google-cloud/pubsub": "^0.28.0",
"@google-cloud/storage": "^2.0.0",
"@google-cloud/storage": "^3.0.0",
"mocha": "^6.0.0",
"express": "^4.16.3",
"proxyquire": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"uuid": "^3.3.2"
},
"dependencies": {
"@google-cloud/storage": "^2.3.3",
"@google-cloud/storage": "^3.0.0",
"busboy": "^0.3.0",
"escape-html": "^1.0.3",
"safe-buffer": "^5.1.2"
Expand Down
2 changes: 1 addition & 1 deletion functions/imagemagick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha test/*.test.js --timeout=20000"
},
"dependencies": {
"@google-cloud/storage": "^2.3.3",
"@google-cloud/storage": "^3.0.0",
"@google-cloud/vision": "^0.25.0",
"gm": "^1.23.1"
},
Expand Down
2 changes: 1 addition & 1 deletion functions/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/storage": "^2.3.3",
"@google-cloud/storage": "^3.0.0",
"@google-cloud/translate": "^3.0.0",
"@google-cloud/vision": "^0.25.0",
"nconf": "^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^4.0.0",
"@google-cloud/storage": "^2.0.0",
"@google-cloud/storage": "^3.0.0",
"safe-buffer": "^5.1.2",
"sendgrid": "^5.2.3",
"uuid": "^3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion functions/speech-to-speech/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@google-cloud/speech": "^2.1.0",
"@google-cloud/storage": "^2.0.3",
"@google-cloud/storage": "^3.0.0",
"@google-cloud/text-to-speech": "^0.5.0",
"@google-cloud/translate": "^3.0.0",
"uuid": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion healthcare/dicom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"@google-cloud/pubsub": "^0.28.0",
"@google-cloud/storage": "^2.0.0",
"@google-cloud/storage": "^3.0.0",
"mocha": "^6.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion healthcare/fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"@google-cloud/pubsub": "^0.28.0",
"@google-cloud/storage": "^2.0.0",
"@google-cloud/storage": "^3.0.0",
"mocha": "^6.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mocha": "^6.0.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.7",
"@google-cloud/storage": "^2.3.3",
"@google-cloud/storage": "^3.0.0",
"uuid": "^3.3.2"
},
"cloud-repo-tools": {
Expand Down

0 comments on commit 1879073

Please sign in to comment.