Skip to content

Commit e40add8

Browse files
committed
chore: fix parity with showcase
1 parent 2143b96 commit e40add8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

showcase/integrations/langgraph-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@copilotkit/react-core": "1.56.2",
1515
"@copilotkit/react-ui": "1.56.2",
1616
"@copilotkit/runtime": "1.56.2",
17-
"@copilotkit/sdk-js": "1.56.3",
17+
"@copilotkit/sdk-js": "1.56.4",
1818
"@copilotkit/shared": "1.56.2",
1919
"@copilotkit/voice": "1.56.3",
2020
"@hashbrownai/core": "0.5.0-beta.4",

showcase/integrations/langgraph-typescript/src/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "node --import tsx liveness.mjs"
88
},
99
"dependencies": {
10-
"@copilotkit/sdk-js": "1.56.3",
10+
"@copilotkit/sdk-js": "1.56.4",
1111
"@langchain/core": "1.1.41",
1212
"@langchain/langgraph": "1.2.9",
1313
"@langchain/langgraph-api": "1.1.17",

0 commit comments

Comments
 (0)