Skip to content

Commit

Permalink
chore: update samples to 1.0.4 (#1900)
Browse files Browse the repository at this point in the history
* chore: update samples to 1.0.4
  • Loading branch information
i2amsam authored Feb 7, 2025
1 parent 23caf77 commit 53c5ad2
Show file tree
Hide file tree
Showing 17 changed files with 454 additions and 387 deletions.
44 changes: 22 additions & 22 deletions samples/js-angular/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-angular/genkit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3",
"genkit": "^1.0.0-rc.18"
"genkit": "^1.0.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
Expand Down
78 changes: 39 additions & 39 deletions samples/js-angular/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-angular/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"genkit": "^1.0.0-rc.18",
"@genkit-ai/vertexai": "^1.0.0-rc.18",
"@genkit-ai/express": "^1.0.0-rc.18",
"genkit": "^1.0.4",
"@genkit-ai/vertexai": "^1.0.4",
"@genkit-ai/express": "^1.0.4",
"express": "^4.21.0",
"partial-json": "^0.1.7"
},
"devDependencies": {
"genkit-cli": "^1.0.0-rc.18",
"genkit-cli": "^1.0.4",
"typescript": "^5.4.5",
"tsx": "^4.19.2"
}
Expand Down
44 changes: 22 additions & 22 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.

Loading

0 comments on commit 53c5ad2

Please sign in to comment.