Skip to content

Commit 039c99d

Browse files
committed
Fix package.json
1 parent bf8d5cd commit 039c99d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

genai/image-generation/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js"
1111
},
1212
"dependencies": {
13-
"@google/genai": "1.30.0"
13+
"@google/genai": "1.34.0",
14+
"@google-cloud/storage": "^7.17.3"
1415
},
1516
"devDependencies": {
1617
"c8": "^10.0.0",

genai/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"@google-cloud/storage": "^7.17.3",
1817
"@google/genai": "1.34.0",
1918
"axios": "^1.6.2",
2019
"canvas": "^3.2.0",

0 commit comments

Comments
 (0)