Skip to content

Commit

Permalink
Merge branch 'main' into batch
Browse files Browse the repository at this point in the history
  • Loading branch information
irataxy authored Jul 25, 2023
2 parents fddbedf + 735eea7 commit f50e3ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/v2/cloudEventLogging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"c8": "^8.0.0",
"cloudevents": "^7.0.0",
"cloudevents": "^8.0.0",
"mocha": "^10.0.0",
"sinon": "^15.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@google-cloud/storage": "^6.0.0",
"@google-cloud/translate": "^7.0.0",
"@google-cloud/vision": "^3.0.0",
"cloudevents": "^7.0.0"
"cloudevents": "^8.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion media/livestream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/livestream": "^0.5.0"
"@google-cloud/livestream": "^0.6.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down

0 comments on commit f50e3ae

Please sign in to comment.