diff --git a/package.json b/package.json index 23632c9..b258f82 100644 --- a/package.json +++ b/package.json @@ -51,34 +51,34 @@ ] }, "devDependencies": { - "@commitlint/cli": "^19", - "@lobehub/cli-shebang": "^1", - "@lobehub/lint": "latest", - "@sindresorhus/tsconfig": "^5", - "@types/lodash-es": "^4", - "@types/node": "^20", - "@types/pangu": "^4", - "@types/react": "^18", - "@types/update-notifier": "^6", - "@umijs/lint": "^4", - "@vitest/coverage-v8": "latest", - "clean-pkg-json": "^1", - "commitlint": "^19", - "eslint": "^8", - "husky": "^9", - "ink-testing-library": "^3", - "lerna": "^8", - "lint-staged": "^15", - "multi-semantic-release": "^3", - "pkgroll": "^2", - "prettier": "^3", - "remark": "^14", - "remark-cli": "^11", - "semantic-release": "^21", - "stylelint": "latest", - "ts-node": "^10", - "typescript": "^5", - "vitest": "latest" + "@commitlint/cli": "^19.3.0", + "@lobehub/cli-shebang": "^1.0.1", + "@lobehub/lint": "^1.24.3", + "@sindresorhus/tsconfig": "^5.1.1", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.14.14", + "@types/pangu": "^4.0.2", + "@types/react": "^18.3.3", + "@types/update-notifier": "^6.0.8", + "@umijs/lint": "^4.3.11", + "@vitest/coverage-v8": "~1.2.2", + "clean-pkg-json": "^1.2.0", + "commitlint": "^19.3.0", + "eslint": "^8.57.0", + "husky": "^9.1.4", + "ink-testing-library": "^3.0.0", + "lerna": "^8.1.8", + "lint-staged": "^15.2.8", + "multi-semantic-release": "^3.0.2", + "pkgroll": "^2.4.2", + "prettier": "^3.3.3", + "remark": "^14.0.3", + "remark-cli": "^11.0.0", + "semantic-release": "^21.1.2", + "stylelint": "^15.11.0", + "ts-node": "^10.9.2", + "typescript": "^5.5.4", + "vitest": "~1.2.2" }, "engines": { "node": ">=18" diff --git a/packages/lobe-cli-shebang/package.json b/packages/lobe-cli-shebang/package.json index caa7a5a..1137015 100644 --- a/packages/lobe-cli-shebang/package.json +++ b/packages/lobe-cli-shebang/package.json @@ -36,9 +36,9 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "commander": "^12", - "consola": "^3", - "update-notifier": "^7" + "commander": "^12.1.0", + "consola": "^3.2.3", + "update-notifier": "^7.2.0" }, "engines": { "node": ">=18" diff --git a/packages/lobe-commit/package.json b/packages/lobe-commit/package.json index 4a2431a..010d5e8 100644 --- a/packages/lobe-commit/package.json +++ b/packages/lobe-commit/package.json @@ -47,28 +47,29 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@inkjs/ui": "^1", - "@langchain/core": "latest", - "@langchain/openai": "latest", + "@inkjs/ui": "^1.0.0", + "@langchain/core": "^0.2.20", + "@langchain/openai": "^0.2.5", "@lobehub/cli-ui": "1.10.0", - "chalk": "^5", - "commander": "^12", - "conf": "^12", - "dotenv": "^16", - "execa": "^8", - "fast-deep-equal": "^3", - "gitconfig": "^2", - "gpt-tokenizer": "^2", - "ink": "^4.2", - "langchain": "latest", - "lodash-es": "^4", - "octokit": "^3", - "pangu": "^4", - "path-exists": "^5", - "react": "^18", - "swr": "^2", - "update-notifier": "^7", - "zustand": "^4" + "chalk": "^5.3.0", + "commander": "^12.1.0", + "conf": "^12.0.0", + "dotenv": "^16.4.5", + "execa": "^8.0.1", + "fast-deep-equal": "^3.1.3", + "gitconfig": "^2.0.8", + "gpt-tokenizer": "^2.2.1", + "ink": "^4.4.1", + "langchain": "^0.2.12", + "lodash-es": "^4.17.21", + "octokit": "^3.2.1", + "pangu": "^4.0.7", + "path-exists": "^5.0.0", + "react": "^18.3.1", + "swr": "^2.2.5", + "update-notifier": "^7.2.0", + "zustand": "^4.5.4", + "zustand-utils": "^1.3.2" }, "peerDependencies": { "ink": ">=4", diff --git a/packages/lobe-i18n/package.json b/packages/lobe-i18n/package.json index aedbd7e..11aa45f 100644 --- a/packages/lobe-i18n/package.json +++ b/packages/lobe-i18n/package.json @@ -54,40 +54,40 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@inkjs/ui": "^1", - "@langchain/core": "latest", - "@langchain/openai": "latest", + "@inkjs/ui": "^1.0.0", + "@langchain/core": "^0.2.20", + "@langchain/openai": "^0.2.5", "@lobehub/cli-ui": "1.10.0", - "chalk": "^5", - "commander": "^12", - "conf": "^12", - "consola": "^3", - "cosmiconfig": "^9", - "dotenv": "^16", - "fast-deep-equal": "^3", - "glob": "^10", - "gpt-tokenizer": "^2", - "gray-matter": "^4", - "ink": "^4.2", - "json-stable-stringify": "^1", - "just-diff": "^6", - "langchain": "latest", - "lodash-es": "^4", - "p-map": "^7", - "pangu": "^4", - "react": "^18", - "remark-frontmatter": "^4", - "remark-gfm": "^3", - "remark-parse": "^10", - "remark-stringify": "^10", - "swr": "^2", - "unified": "^11", - "unist-util-visit": "^5", - "update-notifier": "^7", - "zustand": "^4" + "chalk": "^5.3.0", + "commander": "^12.1.0", + "conf": "^12.0.0", + "consola": "^3.2.3", + "cosmiconfig": "^9.0.0", + "dotenv": "^16.4.5", + "fast-deep-equal": "^3.1.3", + "glob": "^10.4.5", + "gpt-tokenizer": "^2.2.1", + "gray-matter": "^4.0.3", + "ink": "^4.4.1", + "json-stable-stringify": "^1.1.1", + "just-diff": "^6.0.2", + "langchain": "^0.2.12", + "lodash-es": "^4.17.21", + "p-map": "^7.0.2", + "pangu": "^4.0.7", + "react": "^18.3.1", + "remark-frontmatter": "^4.0.1", + "remark-gfm": "^3.0.1", + "remark-parse": "^10.0.2", + "remark-stringify": "^10.0.3", + "swr": "^2.2.5", + "unified": "^11.0.5", + "unist-util-visit": "^5.0.0", + "update-notifier": "^7.2.0", + "zustand": "^4.5.4" }, "devDependencies": { - "@types/json-stable-stringify": "^1" + "@types/json-stable-stringify": "^1.0.36" }, "peerDependencies": { "ink": ">=4", diff --git a/packages/lobe-label/package.json b/packages/lobe-label/package.json index e939ddd..5935cce 100644 --- a/packages/lobe-label/package.json +++ b/packages/lobe-label/package.json @@ -39,16 +39,16 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@inkjs/ui": "^1", + "@inkjs/ui": "^1.0.0", "@lobehub/cli-ui": "1.10.0", - "@octokit/rest": "^20", - "commander": "^12", - "conf": "^12", - "consola": "^3", - "ink": "^4.2", - "lodash-es": "^4", - "react": "^18", - "update-notifier": "^7" + "@octokit/rest": "^20.1.1", + "commander": "^12.1.0", + "conf": "^12.0.0", + "consola": "^3.2.3", + "ink": "^4.4.1", + "lodash-es": "^4.17.21", + "react": "^18.3.1", + "update-notifier": "^7.2.0" }, "peerDependencies": { "ink": ">=4", diff --git a/packages/lobe-seo/package.json b/packages/lobe-seo/package.json index 6490c33..b2194e7 100644 --- a/packages/lobe-seo/package.json +++ b/packages/lobe-seo/package.json @@ -55,40 +55,40 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@inkjs/ui": "^1", - "@langchain/core": "latest", - "@langchain/openai": "latest", + "@inkjs/ui": "^1.0.0", + "@langchain/core": "^0.2.20", + "@langchain/openai": "^0.2.5", "@lobehub/cli-ui": "1.10.0", - "chalk": "^5", - "commander": "^12.0.0", - "conf": "^12", - "consola": "^3", - "cosmiconfig": "^9", - "dotenv": "^16", - "fast-deep-equal": "^3", - "glob": "^10", - "gpt-tokenizer": "^2", - "gray-matter": "^4", - "ink": "^4.2", - "json-stable-stringify": "^1", - "just-diff": "^6", - "langchain": "latest", - "lodash-es": "^4", - "p-map": "^7", - "pangu": "^4", - "react": "^18", - "remark-frontmatter": "^4", - "remark-gfm": "^3", - "remark-parse": "^10", - "remark-stringify": "^10", - "swr": "^2", - "unified": "^11", - "unist-util-visit": "^5", - "update-notifier": "^7", - "zustand": "^4" + "chalk": "^5.3.0", + "commander": "^12.1.0", + "conf": "^12.0.0", + "consola": "^3.2.3", + "cosmiconfig": "^9.0.0", + "dotenv": "^16.4.5", + "fast-deep-equal": "^3.1.3", + "glob": "^10.4.5", + "gpt-tokenizer": "^2.2.1", + "gray-matter": "^4.0.3", + "ink": "^4.4.1", + "json-stable-stringify": "^1.1.1", + "just-diff": "^6.0.2", + "langchain": "^0.2.12", + "lodash-es": "^4.17.21", + "p-map": "^7.0.2", + "pangu": "^4.0.7", + "react": "^18.3.1", + "remark-frontmatter": "^4.0.1", + "remark-gfm": "^3.0.1", + "remark-parse": "^10.0.2", + "remark-stringify": "^10.0.3", + "swr": "^2.2.5", + "unified": "^11.0.5", + "unist-util-visit": "^5.0.0", + "update-notifier": "^7.2.0", + "zustand": "^4.5.4" }, "devDependencies": { - "@types/json-stable-stringify": "^1" + "@types/json-stable-stringify": "^1.0.36" }, "peerDependencies": { "ink": ">=4",