Skip to content

Commit 88832ec

Browse files
🐛 fix: Update deps
1 parent 89e5578 commit 88832ec

File tree

6 files changed

+124
-123
lines changed

6 files changed

+124
-123
lines changed

package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,34 @@
5151
]
5252
},
5353
"devDependencies": {
54-
"@commitlint/cli": "^19",
55-
"@lobehub/cli-shebang": "^1",
56-
"@lobehub/lint": "latest",
57-
"@sindresorhus/tsconfig": "^5",
58-
"@types/lodash-es": "^4",
59-
"@types/node": "^20",
60-
"@types/pangu": "^4",
61-
"@types/react": "^18",
62-
"@types/update-notifier": "^6",
63-
"@umijs/lint": "^4",
64-
"@vitest/coverage-v8": "latest",
65-
"clean-pkg-json": "^1",
66-
"commitlint": "^19",
67-
"eslint": "^8",
68-
"husky": "^9",
69-
"ink-testing-library": "^3",
70-
"lerna": "^8",
71-
"lint-staged": "^15",
72-
"multi-semantic-release": "^3",
73-
"pkgroll": "^2",
74-
"prettier": "^3",
75-
"remark": "^14",
76-
"remark-cli": "^11",
77-
"semantic-release": "^21",
78-
"stylelint": "latest",
79-
"ts-node": "^10",
80-
"typescript": "^5",
81-
"vitest": "latest"
54+
"@commitlint/cli": "^19.3.0",
55+
"@lobehub/cli-shebang": "^1.0.1",
56+
"@lobehub/lint": "^1.24.3",
57+
"@sindresorhus/tsconfig": "^5.1.1",
58+
"@types/lodash-es": "^4.17.12",
59+
"@types/node": "^20.14.14",
60+
"@types/pangu": "^4.0.2",
61+
"@types/react": "^18.3.3",
62+
"@types/update-notifier": "^6.0.8",
63+
"@umijs/lint": "^4.3.11",
64+
"@vitest/coverage-v8": "~1.2.2",
65+
"clean-pkg-json": "^1.2.0",
66+
"commitlint": "^19.3.0",
67+
"eslint": "^8.57.0",
68+
"husky": "^9.1.4",
69+
"ink-testing-library": "^3.0.0",
70+
"lerna": "^8.1.8",
71+
"lint-staged": "^15.2.8",
72+
"multi-semantic-release": "^3.0.2",
73+
"pkgroll": "^2.4.2",
74+
"prettier": "^3.3.3",
75+
"remark": "^14.0.3",
76+
"remark-cli": "^11.0.0",
77+
"semantic-release": "^21.1.2",
78+
"stylelint": "^15.11.0",
79+
"ts-node": "^10.9.2",
80+
"typescript": "^5.5.4",
81+
"vitest": "~1.2.2"
8282
},
8383
"engines": {
8484
"node": ">=18"

packages/lobe-cli-shebang/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"type-check": "tsc --noEmit"
3737
},
3838
"dependencies": {
39-
"commander": "^12",
40-
"consola": "^3",
41-
"update-notifier": "^7"
39+
"commander": "^12.1.0",
40+
"consola": "^3.2.3",
41+
"update-notifier": "^7.2.0"
4242
},
4343
"engines": {
4444
"node": ">=18"

packages/lobe-commit/package.json

+22-21
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,29 @@
4747
"type-check": "tsc --noEmit"
4848
},
4949
"dependencies": {
50-
"@inkjs/ui": "^1",
51-
"@langchain/core": "latest",
52-
"@langchain/openai": "latest",
50+
"@inkjs/ui": "^1.0.0",
51+
"@langchain/core": "^0.2.20",
52+
"@langchain/openai": "^0.2.5",
5353
"@lobehub/cli-ui": "1.10.0",
54-
"chalk": "^5",
55-
"commander": "^12",
56-
"conf": "^12",
57-
"dotenv": "^16",
58-
"execa": "^8",
59-
"fast-deep-equal": "^3",
60-
"gitconfig": "^2",
61-
"gpt-tokenizer": "^2",
62-
"ink": "^4.2",
63-
"langchain": "latest",
64-
"lodash-es": "^4",
65-
"octokit": "^3",
66-
"pangu": "^4",
67-
"path-exists": "^5",
68-
"react": "^18",
69-
"swr": "^2",
70-
"update-notifier": "^7",
71-
"zustand": "^4"
54+
"chalk": "^5.3.0",
55+
"commander": "^12.1.0",
56+
"conf": "^12.0.0",
57+
"dotenv": "^16.4.5",
58+
"execa": "^8.0.1",
59+
"fast-deep-equal": "^3.1.3",
60+
"gitconfig": "^2.0.8",
61+
"gpt-tokenizer": "^2.2.1",
62+
"ink": "^4.4.1",
63+
"langchain": "^0.2.12",
64+
"lodash-es": "^4.17.21",
65+
"octokit": "^3.2.1",
66+
"pangu": "^4.0.7",
67+
"path-exists": "^5.0.0",
68+
"react": "^18.3.1",
69+
"swr": "^2.2.5",
70+
"update-notifier": "^7.2.0",
71+
"zustand": "^4.5.4",
72+
"zustand-utils": "^1.3.2"
7273
},
7374
"peerDependencies": {
7475
"ink": ">=4",

packages/lobe-i18n/package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -54,40 +54,40 @@
5454
"type-check": "tsc --noEmit"
5555
},
5656
"dependencies": {
57-
"@inkjs/ui": "^1",
58-
"@langchain/core": "latest",
59-
"@langchain/openai": "latest",
57+
"@inkjs/ui": "^1.0.0",
58+
"@langchain/core": "^0.2.20",
59+
"@langchain/openai": "^0.2.5",
6060
"@lobehub/cli-ui": "1.10.0",
61-
"chalk": "^5",
62-
"commander": "^12",
63-
"conf": "^12",
64-
"consola": "^3",
65-
"cosmiconfig": "^9",
66-
"dotenv": "^16",
67-
"fast-deep-equal": "^3",
68-
"glob": "^10",
69-
"gpt-tokenizer": "^2",
70-
"gray-matter": "^4",
71-
"ink": "^4.2",
72-
"json-stable-stringify": "^1",
73-
"just-diff": "^6",
74-
"langchain": "latest",
75-
"lodash-es": "^4",
76-
"p-map": "^7",
77-
"pangu": "^4",
78-
"react": "^18",
79-
"remark-frontmatter": "^4",
80-
"remark-gfm": "^3",
81-
"remark-parse": "^10",
82-
"remark-stringify": "^10",
83-
"swr": "^2",
84-
"unified": "^11",
85-
"unist-util-visit": "^5",
86-
"update-notifier": "^7",
87-
"zustand": "^4"
61+
"chalk": "^5.3.0",
62+
"commander": "^12.1.0",
63+
"conf": "^12.0.0",
64+
"consola": "^3.2.3",
65+
"cosmiconfig": "^9.0.0",
66+
"dotenv": "^16.4.5",
67+
"fast-deep-equal": "^3.1.3",
68+
"glob": "^10.4.5",
69+
"gpt-tokenizer": "^2.2.1",
70+
"gray-matter": "^4.0.3",
71+
"ink": "^4.4.1",
72+
"json-stable-stringify": "^1.1.1",
73+
"just-diff": "^6.0.2",
74+
"langchain": "^0.2.12",
75+
"lodash-es": "^4.17.21",
76+
"p-map": "^7.0.2",
77+
"pangu": "^4.0.7",
78+
"react": "^18.3.1",
79+
"remark-frontmatter": "^4.0.1",
80+
"remark-gfm": "^3.0.1",
81+
"remark-parse": "^10.0.2",
82+
"remark-stringify": "^10.0.3",
83+
"swr": "^2.2.5",
84+
"unified": "^11.0.5",
85+
"unist-util-visit": "^5.0.0",
86+
"update-notifier": "^7.2.0",
87+
"zustand": "^4.5.4"
8888
},
8989
"devDependencies": {
90-
"@types/json-stable-stringify": "^1"
90+
"@types/json-stable-stringify": "^1.0.36"
9191
},
9292
"peerDependencies": {
9393
"ink": ">=4",

packages/lobe-label/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"type-check": "tsc --noEmit"
4040
},
4141
"dependencies": {
42-
"@inkjs/ui": "^1",
42+
"@inkjs/ui": "^1.0.0",
4343
"@lobehub/cli-ui": "1.10.0",
44-
"@octokit/rest": "^20",
45-
"commander": "^12",
46-
"conf": "^12",
47-
"consola": "^3",
48-
"ink": "^4.2",
49-
"lodash-es": "^4",
50-
"react": "^18",
51-
"update-notifier": "^7"
44+
"@octokit/rest": "^20.1.1",
45+
"commander": "^12.1.0",
46+
"conf": "^12.0.0",
47+
"consola": "^3.2.3",
48+
"ink": "^4.4.1",
49+
"lodash-es": "^4.17.21",
50+
"react": "^18.3.1",
51+
"update-notifier": "^7.2.0"
5252
},
5353
"peerDependencies": {
5454
"ink": ">=4",

packages/lobe-seo/package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -55,40 +55,40 @@
5555
"type-check": "tsc --noEmit"
5656
},
5757
"dependencies": {
58-
"@inkjs/ui": "^1",
59-
"@langchain/core": "latest",
60-
"@langchain/openai": "latest",
58+
"@inkjs/ui": "^1.0.0",
59+
"@langchain/core": "^0.2.20",
60+
"@langchain/openai": "^0.2.5",
6161
"@lobehub/cli-ui": "1.10.0",
62-
"chalk": "^5",
63-
"commander": "^12.0.0",
64-
"conf": "^12",
65-
"consola": "^3",
66-
"cosmiconfig": "^9",
67-
"dotenv": "^16",
68-
"fast-deep-equal": "^3",
69-
"glob": "^10",
70-
"gpt-tokenizer": "^2",
71-
"gray-matter": "^4",
72-
"ink": "^4.2",
73-
"json-stable-stringify": "^1",
74-
"just-diff": "^6",
75-
"langchain": "latest",
76-
"lodash-es": "^4",
77-
"p-map": "^7",
78-
"pangu": "^4",
79-
"react": "^18",
80-
"remark-frontmatter": "^4",
81-
"remark-gfm": "^3",
82-
"remark-parse": "^10",
83-
"remark-stringify": "^10",
84-
"swr": "^2",
85-
"unified": "^11",
86-
"unist-util-visit": "^5",
87-
"update-notifier": "^7",
88-
"zustand": "^4"
62+
"chalk": "^5.3.0",
63+
"commander": "^12.1.0",
64+
"conf": "^12.0.0",
65+
"consola": "^3.2.3",
66+
"cosmiconfig": "^9.0.0",
67+
"dotenv": "^16.4.5",
68+
"fast-deep-equal": "^3.1.3",
69+
"glob": "^10.4.5",
70+
"gpt-tokenizer": "^2.2.1",
71+
"gray-matter": "^4.0.3",
72+
"ink": "^4.4.1",
73+
"json-stable-stringify": "^1.1.1",
74+
"just-diff": "^6.0.2",
75+
"langchain": "^0.2.12",
76+
"lodash-es": "^4.17.21",
77+
"p-map": "^7.0.2",
78+
"pangu": "^4.0.7",
79+
"react": "^18.3.1",
80+
"remark-frontmatter": "^4.0.1",
81+
"remark-gfm": "^3.0.1",
82+
"remark-parse": "^10.0.2",
83+
"remark-stringify": "^10.0.3",
84+
"swr": "^2.2.5",
85+
"unified": "^11.0.5",
86+
"unist-util-visit": "^5.0.0",
87+
"update-notifier": "^7.2.0",
88+
"zustand": "^4.5.4"
8989
},
9090
"devDependencies": {
91-
"@types/json-stable-stringify": "^1"
91+
"@types/json-stable-stringify": "^1.0.36"
9292
},
9393
"peerDependencies": {
9494
"ink": ">=4",

0 commit comments

Comments
 (0)