Skip to content

Commit

Permalink
chore: update samples to 1.0.0.rc.18
Browse files Browse the repository at this point in the history
  • Loading branch information
i2amsam committed Feb 6, 2025
1 parent 4a6e001 commit 8b13150
Show file tree
Hide file tree
Showing 16 changed files with 352 additions and 329 deletions.
48 changes: 29 additions & 19 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.15"
"genkit": "^1.0.0-rc.18"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
Expand Down
89 changes: 50 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.15",
"@genkit-ai/vertexai": "^1.0.0-rc.15",
"@genkit-ai/express": "^1.0.0-rc.15",
"genkit": "^1.0.0-rc.18",
"@genkit-ai/vertexai": "^1.0.0-rc.18",
"@genkit-ai/express": "^1.0.0-rc.18",
"express": "^4.21.0",
"partial-json": "^0.1.7"
},
"devDependencies": {
"genkit-cli": "^1.0.0-rc.15",
"genkit-cli": "^1.0.0-rc.18",
"typescript": "^5.4.5",
"tsx": "^4.19.2"
}
Expand Down
26 changes: 13 additions & 13 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.17"
"genkit": "^1.0.0-rc.18"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
Expand Down
Loading

0 comments on commit 8b13150

Please sign in to comment.