From bf2ae696ad91b052037bc839ea950f25cbd2278d Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Sun, 19 Nov 2023 01:51:26 +0800 Subject: [PATCH] Update package.json [skip ci] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b2ea793..bbb4b14 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "not ie <= 10" ], "dependencies": { - "@lobehub/chat-plugin-sdk": "^1.22.0", + "@lobehub/chat-plugin-sdk": "^", "@lobehub/chat-plugins-gateway": "^1", "@lobehub/ui": "latest", "antd": "^5", @@ -64,17 +64,17 @@ "react-layout-kit": "^1" }, "devDependencies": { - "@commitlint/cli": "^18.0.0", + "@commitlint/cli": "^18", "@lobehub/lint": "latest", - "@types/react": "18.2.28", + "@types/react": "18", "@vercel/node": "^2", "@vitest/coverage-v8": "latest", - "commitlint": "^18.0.0", + "commitlint": "^18", "cross-env": "^7", "eslint": "^8", "father": "4.3.1", "husky": "^8", - "lint-staged": "^15.0.0", + "lint-staged": "^15", "prettier": "^3", "remark": "^14", "remark-cli": "^11",