Skip to content

Commit 5fac8b0

Browse files
fix(deps): update all non-major dependencies
1 parent a8be6de commit 5fac8b0

File tree

5 files changed

+1458
-1844
lines changed

5 files changed

+1458
-1844
lines changed

.yarn/releases/yarn-4.6.0.cjs

-934
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

+948
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- checksum: 38e9c07e39ad26ceca2aad81e352f9827d3f08608a396e7286ee684b0551208b9043ba43811e5757e32867999023c982b719e6ae981cffdf2e48ba0aa42b77ef
77
path: .yarn/plugins/plugin-auto-install.cjs
88
spec: https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.2/index.cjs
9-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
9+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -28,36 +28,36 @@
2828
},
2929
"prettier": "@willbooster/prettier-config",
3030
"dependencies": {
31-
"langchain": "0.1.37",
31+
"langchain": "0.3.23",
3232
"yargs": "17.7.2"
3333
},
3434
"devDependencies": {
3535
"@types/eslint": "8.56.10",
36-
"@types/node": "22.8.6",
37-
"@types/yargs": "17.0.32",
38-
"@typescript-eslint/eslint-plugin": "8.22.0",
39-
"@typescript-eslint/parser": "8.22.0",
36+
"@types/node": "22.14.1",
37+
"@types/yargs": "17.0.33",
38+
"@typescript-eslint/eslint-plugin": "8.30.1",
39+
"@typescript-eslint/parser": "8.30.1",
4040
"@willbooster/eslint-config-ts": "10.6.1",
4141
"@willbooster/prettier-config": "9.1.3",
4242
"build-ts": "12.1.0",
4343
"conventional-changelog-conventionalcommits": "8.0.0",
4444
"eslint": "8.57.0",
45-
"eslint-config-prettier": "10.0.1",
46-
"eslint-import-resolver-typescript": "3.7.0",
45+
"eslint-config-prettier": "10.1.2",
46+
"eslint-import-resolver-typescript": "3.10.1",
4747
"eslint-plugin-import": "2.31.0",
4848
"eslint-plugin-sort-class-members": "1.21.0",
4949
"eslint-plugin-sort-destructure-keys": "2.0.0",
5050
"eslint-plugin-unicorn": "56.0.1",
5151
"husky": "9.1.7",
52-
"lint-staged": "15.4.3",
52+
"lint-staged": "15.5.1",
5353
"micromatch": "4.0.8",
5454
"pinst": "3.0.0",
55-
"prettier": "3.4.2",
55+
"prettier": "3.5.3",
5656
"semantic-release": "23.1.1",
57-
"sort-package-json": "2.14.0",
58-
"typescript": "5.7.3"
57+
"sort-package-json": "2.15.1",
58+
"typescript": "5.8.3"
5959
},
60-
"packageManager": "yarn@4.6.0",
60+
"packageManager": "yarn@4.9.1",
6161
"publishConfig": {
6262
"access": "public"
6363
}

0 commit comments

Comments
 (0)