Skip to content

Commit 5f52a96

Browse files
Update dependencies in package.json and package-lock.json (#257)
- Upgraded "@kaibanjs/workflow" to version 0.1.5. - Updated various dependencies including "@grpc/grpc-js" to 1.14.1, "@grpc/proto-loader" to 0.8.0, and "langsmith" to 0.3.81. - Adjusted Node.js version in workflow from 22 to 18 for compatibility.
2 parents 7726be9 + 6cc8918 commit 5f52a96

3 files changed

Lines changed: 50 additions & 127 deletions

File tree

.github/workflows/workflow-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: '22'
23+
node-version: '18'
2424
registry-url: 'https://registry.npmjs.org/'
2525

2626
- name: Reset local changes

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"nextjs"
8989
],
9090
"dependencies": {
91-
"@kaibanjs/workflow": "^0.1.4",
91+
"@kaibanjs/workflow": "^0.1.5",
9292
"@langchain/anthropic": "^0.3.19",
9393
"@langchain/community": "0.3.41",
9494
"@langchain/core": "^0.3.66",

0 commit comments

Comments
 (0)