Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @google-cloud/storage to v3 - autoclosed #1369

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
"safe-buffer": "^5.1.2"
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 @@ -37,7 +37,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 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