Skip to content

Commit

Permalink
Update dependency @google-cloud/storage to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 30, 2018
1 parent 8f5016e commit 55700a4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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": "1.7.0",
"@google-cloud/storage": "2.3.1",
"body-parser": "1.18.2",
"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"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"body-parser": "1.18.2",
"express": "4.16.4",
"multer": "1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion functions/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"request": "2.88.0"
},
"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 @@ -27,7 +27,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.2.5",
"@google-cloud/pubsub": "^0.21.0",
"@google-cloud/storage": "^1.5.0",
"@google-cloud/storage": "^2.0.0",
"ava": "0.25.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 @@ -24,7 +24,7 @@
"sinon": "4.4.2"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"busboy": "^0.2.14",
"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 @@ -17,7 +17,7 @@
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"@google-cloud/vision": "0.23.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 @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "0.21.1",
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"@google-cloud/translate": "1.0.0",
"@google-cloud/vision": "0.23.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 @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "0.12.0",
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"safe-buffer": "5.1.2",
"sendgrid": "5.2.3",
"uuid": "3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.6",
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"ava": "0.25.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "npm run unit-test && npm run system-test"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.1",
"googleapis": "27.0.0",
"moment": "2.22.2",
"safe-buffer": "5.1.2",
Expand Down

0 comments on commit 55700a4

Please sign in to comment.