Skip to content

Commit ee39d4f

Browse files
committed
fix: update dependencies to latest versions
- Updated @hpcc-js packages to improve functionality and performance. - Bumped @types/node and @types/react for better type definitions. - Upgraded vitest and eslint for enhanced testing and linting capabilities. - Updated langchain to the latest version for new features and fixes. - Minor version updates for various other dependencies to ensure compatibility.
1 parent 24dd59c commit ee39d4f

3 files changed

Lines changed: 2314 additions & 2576 deletions

File tree

ecl-sample/.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"utf8-test-pw": "Pąsswörd123!🔒"
2020
},
2121
{
22-
"name": "localhost2",
22+
"name": "192.168.64.3",
2323
"type": "ecl",
2424
"request": "launch",
2525
"protocol": "http",
26-
"serverAddress": "localhost",
26+
"serverAddress": "192.168.64.3",
2727
"port": 8010,
2828
"targetCluster": "thor",
2929
"rejectUnauthorized": true,

0 commit comments

Comments
 (0)