We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1236464 commit 4b44369Copy full SHA for 4b44369
1 file changed
ai-platform/snippets/package.json
@@ -13,16 +13,16 @@
13
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js --reporter list"
14
},
15
"dependencies": {
16
- "@google-cloud/aiplatform": "^3.0.0",
17
- "@google-cloud/bigquery": "^7.0.0",
+ "@google-cloud/aiplatform": "^4.0.0",
+ "@google-cloud/bigquery": "^8.0.0",
18
"@google-cloud/storage": "^7.0.0"
19
20
"devDependencies": {
21
"c8": "^10.0.0",
22
- "chai": "^4.5.0",
23
- "mocha": "^10.0.0",
24
- "uuid": "^10.0.0",
25
- "sinon": "^18.0.0"
+ "chai": "^5.0.0",
+ "mocha": "^11.0.0",
+ "uuid": "^11.0.0",
+ "sinon": "^20.0.0"
26
}
27
28
0 commit comments