Skip to content

Commit 39c02e6

Browse files
authored
chore(deps): update JS sample deps (googleapis#2969)
## Description > Should include a concise description of the changes (bug or feature), it's > impact, along with a summary of the solution ## PR Checklist > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here>
1 parent 8b07b2d commit 39c02e6

File tree

10 files changed

+100
-30
lines changed

10 files changed

+100
-30
lines changed

docs/en/documentation/configuration/pre-post-processing/js/langchain/package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/en/documentation/configuration/pre-post-processing/js/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@langchain/core": "^1.1.26",
1212
"@langchain/google-genai": "^2.1.19",
1313
"@langchain/google-vertexai": "^2.1.19",
14-
"@toolbox-sdk/core": "^0.3.0",
14+
"@toolbox-sdk/core": "^1.0.0",
1515
"langchain": "^1.2.25",
1616
"zod": "^3.23.8"
1717
},

docs/en/documentation/getting-started/quickstart/js/genAI/package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/en/documentation/getting-started/quickstart/js/genAI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"license": "ISC",
1313
"dependencies": {
1414
"@google/genai": "^1.17.0",
15-
"@toolbox-sdk/core": "^0.3.0"
15+
"@toolbox-sdk/core": "^1.0.0"
1616
}
1717
}

docs/en/documentation/getting-started/quickstart/js/genkit/package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/en/documentation/getting-started/quickstart/js/genkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "ISC",
1313
"dependencies": {
1414
"@genkit-ai/googleai": "^1.18.0",
15-
"@toolbox-sdk/core": "^0.3.0",
15+
"@toolbox-sdk/core": "^1.0.0",
1616
"genkit": "^1.18.0"
1717
}
1818
}

docs/en/documentation/getting-started/quickstart/js/langchain/package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/en/documentation/getting-started/quickstart/js/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@langchain/core": "^1.1.26",
1515
"@langchain/google-genai": "^2.1.19",
1616
"@langchain/langgraph": "^1.0.0",
17-
"@toolbox-sdk/core": "^0.3.0",
17+
"@toolbox-sdk/core": "^1.0.0",
1818
"langchain": "^1.2.25"
1919
}
2020
}

docs/en/documentation/getting-started/quickstart/js/llamaindex/package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/en/documentation/getting-started/quickstart/js/llamaindex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@llamaindex/google": "^0.4.0",
1616
"@llamaindex/workflow": "^1.1.24",
1717
"llamaindex": "0.12.1",
18-
"@toolbox-sdk/core": "^0.3.0"
18+
"@toolbox-sdk/core": "^1.0.0"
1919
}
2020
}

0 commit comments

Comments
 (0)