Skip to content

Commit

Permalink
chore: update js samples to 1.0.0-rc.15 (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaroneee authored Feb 4, 2025
1 parent 175bcb4 commit c1f654a
Show file tree
Hide file tree
Showing 10 changed files with 159 additions and 159 deletions.
32 changes: 16 additions & 16 deletions samples/js-chatbot/genkit-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/js-chatbot/genkit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3",
"genkit": "^1.0.0-rc.14"
"genkit": "^1.0.0-rc.15"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
Expand Down
32 changes: 16 additions & 16 deletions samples/js-chatbot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/js-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"license": "ISC",
"devDependencies": {
"concurrently": "^8.2.2",
"genkit-cli": "^1.0.0-rc.14"
"genkit-cli": "^1.0.0-rc.15"
}
}
80 changes: 40 additions & 40 deletions samples/js-chatbot/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions samples/js-chatbot/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"genkit": "^1.0.0-rc.14",
"@genkit-ai/vertexai": "^1.0.0-rc.14",
"@genkit-ai/express": "^1.0.0-rc.14",
"genkit": "^1.0.0-rc.15",
"@genkit-ai/vertexai": "^1.0.0-rc.15",
"@genkit-ai/express": "^1.0.0-rc.15",
"express": "^4.21.0",
"partial-json": "^0.1.7",
"zod": "^3.23.8"
},
"devDependencies": {
"genkit-cli": "^1.0.0-rc.14",
"genkit-cli": "^1.0.0-rc.15",
"typescript": "^5.4.5",
"tsx": "^4.19.2"
}
Expand Down
Loading

0 comments on commit c1f654a

Please sign in to comment.