Skip to content

Commit

Permalink
fix bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
i2amsam committed Feb 5, 2025
1 parent 1dbbf9a commit cf8686e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/js-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"license": "ISC",
"devDependencies": {
"concurrently": "^8.2.2",
"genkit-cli": "^1.0.0-rc.15"
"genkit-cli": "1.0.0-rc.16"
}
}
6 changes: 3 additions & 3 deletions samples/js-chatbot/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"license": "ISC",
"dependencies": {
"genkit": "^1.0.0-rc.15",
"@genkit-ai/vertexai": "^1.0.0-rc.15",
"@genkit-ai/express": "^1.0.0-rc.15",
"@genkit-ai/vertexai": "^1.0.0-rc.16",
"@genkit-ai/express": "^1.0.0-rc.16",
"express": "^4.21.0",
"partial-json": "^0.1.7",
"zod": "^3.23.8"
},
"devDependencies": {
"genkit-cli": "^1.0.0-rc.15",
"genkit-cli": "^1.0.0-rc.16",
"typescript": "^5.4.5",
"tsx": "^4.19.2"
}
Expand Down

0 comments on commit cf8686e

Please sign in to comment.