Skip to content

Commit 2fa5b91

Browse files
committed
build(deps): bump @langchain/core from 0.2.17 to 0.2.30
Update @langchain/core dependency in the Luna repository from version 0.2.17 to 0.2.30. This update includes various improvements and bug fixes detailed in the LangChain's changelog. - Changelog: https://github.com/langchain-langchain/core/blob/main/CHANGELOG.md - Comparison: https://github.com/langchain-langchain/core/compare/v0.2.17...v0.2.30 ```
1 parent ae92230 commit 2fa5b91

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@
1717
"lint-fix": "yarn eslint --ext=ts --cache --fix"
1818
},
1919
"devDependencies": {
20-
"@langchain/core": "^0.2.17",
21-
"@types/chai": "^4.3.16",
20+
"@langchain/core": "^0.2.30",
21+
"@types/chai": "^4.3.18",
2222
"@types/chai-as-promised": "^7.1.8",
2323
"@types/chai-subset": "^1",
2424
"@types/mocha": "^10.0.7",
25-
"@types/node": "^22.1.0",
26-
"@typescript-eslint/eslint-plugin": "^7.16.2-alpha.11",
27-
"@typescript-eslint/parser": "^7.16.2-alpha.11",
25+
"@types/node": "^20.16.1",
26+
"@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
27+
"@typescript-eslint/parser": "^7.18.1-alpha.3",
2828
"cross-env": "^7.0.3",
29-
"esbuild": "^0.23.0",
29+
"esbuild": "^0.23.1",
3030
"eslint": "^8.57.0",
3131
"eslint-config-prettier": "^9.1.0",
3232
"eslint-config-standard": "^17.1.0",
3333
"eslint-plugin-import": "^2.29.1",
34-
"eslint-plugin-mocha": "^10.4.3",
35-
"eslint-plugin-n": "^17.9.0",
34+
"eslint-plugin-mocha": "^10.5.0",
35+
"eslint-plugin-n": "^17.10.2",
3636
"eslint-plugin-prettier": "^5.2.1",
37-
"eslint-plugin-promise": "^6.4.0",
37+
"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.16.2",
42-
"typescript": "^5.6.0-dev.20240719",
43-
"yakumo": "^1.0.0-beta.16",
41+
"tsx": "^4.18.0",
42+
"typescript": "^5.7.0-dev.20240826",
43+
"yakumo": "^1.0.0-beta.18",
4444
"yakumo-esbuild": "^1.0.0-beta.6",
4545
"yakumo-mocha": "^1.0.0-beta.2",
4646
"yakumo-tsc": "^1.0.0-beta.4"

packages/openai/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"dependencies": {
4949
"@chatluna/core": "^0.0.1",
5050
"@chatluna/utils": "^0.0.1",
51-
"@langchain/core": "^0.2.17"
51+
"@langchain/core": "^0.2.30"
5252
},
5353
"devDependencies": {
5454
"atsc": "^2.1.0",
55-
"cordis": "^3.17.5"
55+
"cordis": "^3.18.0"
5656
},
5757
"peerDependencies": {
5858
"@chatluna/service": "^0.0.1",
59-
"cordis": "^3.17.5"
59+
"cordis": "^3.18.0"
6060
},
6161
"peerDependenciesMeta": {
6262
"@chatluna/service": {

0 commit comments

Comments
 (0)