Skip to content

Commit 1733e0f

Browse files
committed
chore(deps): update LangChain and other dependencies
Update @langchain/core to v0.3.1, along with compatible package versions for development dependencies including TypeScript, ESLint plugins, and testing tools. This commit changes the formatting of timing output in the Filter's status report to display up to two significant figures, ensuring consistency and clarity without unnecessary extension of precision.
1 parent 2fa5b91 commit 1733e0f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@
1717
"lint-fix": "yarn eslint --ext=ts --cache --fix"
1818
},
1919
"devDependencies": {
20-
"@langchain/core": "^0.2.30",
21-
"@types/chai": "^4.3.18",
20+
"@langchain/core": "^0.3.1",
21+
"@types/chai": "^4.3.19",
2222
"@types/chai-as-promised": "^7.1.8",
2323
"@types/chai-subset": "^1",
24-
"@types/mocha": "^10.0.7",
25-
"@types/node": "^20.16.1",
24+
"@types/mocha": "^10.0.8",
25+
"@types/node": "^20.16.5",
2626
"@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
2727
"@typescript-eslint/parser": "^7.18.1-alpha.3",
2828
"cross-env": "^7.0.3",
2929
"esbuild": "^0.23.1",
3030
"eslint": "^8.57.0",
3131
"eslint-config-prettier": "^9.1.0",
3232
"eslint-config-standard": "^17.1.0",
33-
"eslint-plugin-import": "^2.29.1",
33+
"eslint-plugin-import": "^2.30.0",
3434
"eslint-plugin-mocha": "^10.5.0",
3535
"eslint-plugin-n": "^17.10.2",
3636
"eslint-plugin-prettier": "^5.2.1",
3737
"eslint-plugin-promise": "^6.6.0",
3838
"js-yaml": "^4.1.0",
3939
"prettier": "^3.3.3",
4040
"shx": "^0.3.4",
41-
"tsx": "^4.18.0",
42-
"typescript": "^5.7.0-dev.20240826",
41+
"tsx": "^4.19.1",
42+
"typescript": "^5.7.0-dev.20240916",
4343
"yakumo": "^1.0.0-beta.18",
4444
"yakumo-esbuild": "^1.0.0-beta.6",
4545
"yakumo-mocha": "^1.0.0-beta.2",

packages/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@chatluna/core": "^0.0.1",
5050
"@chatluna/utils": "^0.0.1",
51-
"@langchain/core": "^0.2.30"
51+
"@langchain/core": "^0.3.1"
5252
},
5353
"devDependencies": {
5454
"atsc": "^2.1.0",

0 commit comments

Comments
 (0)