feat: fix

This commit is contained in:
Nevo David 2024-12-14 11:46:53 +00:00
parent d81713eeed
commit d1cc3991b9
2 changed files with 18 additions and 6 deletions

22
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@copilotkit/react-core": "^1.3.15",
"@copilotkit/react-textarea": "^1.3.15",
"@copilotkit/react-ui": "^1.3.15",
"@copilotkit/runtime": "^1.3.15",
"@copilotkit/runtime": "^1.4.6",
"@hookform/resolvers": "^3.3.4",
"@mantine/core": "^5.10.5",
"@mantine/dates": "^5.10.5",
@ -3240,12 +3240,12 @@
}
},
"node_modules/@copilotkit/runtime": {
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/@copilotkit/runtime/-/runtime-1.4.5.tgz",
"integrity": "sha512-b3Tk2tjq7EZDooTmd6SPB0PZDlyRuvmqc94sb9v1P0rDr668zxu4y4D17YFcU+BYr1gBz0cu2pqemy30wH96RA==",
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/@copilotkit/runtime/-/runtime-1.4.6.tgz",
"integrity": "sha512-G3XYKK/ZsyEvh8vzdkpEgErhf2tr8tKrIIe6oof9lFNXiQbmQ0c/E0/jOn67jfgL6v6CjXS15RTX8nag6G3IcA==",
"dependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"@copilotkit/shared": "1.4.5",
"@copilotkit/shared": "1.4.6",
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
"@langchain/community": "^0.0.53",
"@langchain/core": "^0.3.13",
@ -3321,6 +3321,18 @@
"optional": true,
"peer": true
},
"node_modules/@copilotkit/runtime/node_modules/@copilotkit/shared": {
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/@copilotkit/shared/-/shared-1.4.6.tgz",
"integrity": "sha512-40CckHiJGX3cwJ6dVl1DXCVQxysYdKPS4snQkygZ4HqrhLZ3oznaqwKgU5CCezuh7IIjS91J8M/hpKTbC7fPmA==",
"dependencies": {
"@segment/analytics-node": "^2.1.2",
"chalk": "4.1.2",
"uuid": "^10.0.0",
"zod": "^3.23.3",
"zod-to-json-schema": "^3.23.5"
}
},
"node_modules/@copilotkit/runtime/node_modules/@langchain/community": {
"version": "0.0.53",
"resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.0.53.tgz",

View File

@ -39,7 +39,7 @@
"@copilotkit/react-core": "^1.3.15",
"@copilotkit/react-textarea": "^1.3.15",
"@copilotkit/react-ui": "^1.3.15",
"@copilotkit/runtime": "^1.3.15",
"@copilotkit/runtime": "^1.4.6",
"@hookform/resolvers": "^3.3.4",
"@mantine/core": "^5.10.5",
"@mantine/dates": "^5.10.5",