Skip to content

Commit

Permalink
Merge branch 'aiplatform-parallel' of https://github.com/GoogleCloudP…
Browse files Browse the repository at this point in the history
…latform/nodejs-docs-samples into aiplatform-parallel
  • Loading branch information
kweinmeister committed Aug 2, 2023
2 parents fbb955c + ea7c86a commit d3dac63
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/remove-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:
jobs:
remove_label:
permissions:
contents: 'read'
id-token: 'write'
pull-requests: 'write'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down
2 changes: 1 addition & 1 deletion ai-platform/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/aiplatform": "^2.3.0",
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/storage": "^6.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@google-cloud/asset": "^4.5.0",
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/compute": "^3.0.0",
"@google-cloud/resource-manager": "^4.1.1",
"@google-cloud/storage": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion contact-center-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha -p -j 2 --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/contact-center-insights": "^2.1.1",
"@google-cloud/pubsub": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion datacatalog/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha -p -j 2 --timeout 600000"
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/datacatalog": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/helloBigQuery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000 --exit"
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/functions-framework": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/responseStreaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000"
},
"dependencies": {
"@google-cloud/bigquery": "^6.1.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/functions-framework": "^3.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion retail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha -p -j 2"
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/retail": "^2.1.1",
"@google-cloud/storage": "^6.0.0"
},
Expand Down

0 comments on commit d3dac63

Please sign in to comment.