Skip to content

Commit

Permalink
🐛 fix: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Aug 6, 2024
1 parent 89e5578 commit 88832ec
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 123 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/lobe-cli-shebang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
43 changes: 22 additions & 21 deletions packages/lobe-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
62 changes: 31 additions & 31 deletions packages/lobe-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions packages/lobe-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
62 changes: 31 additions & 31 deletions packages/lobe-seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 88832ec

Please sign in to comment.