Skip to content

Commit a812383

Browse files
author
lrhh123
committed
fix: 修复依赖问题
1 parent 88665df commit a812383

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"@emotion/styled": "^11.11.0",
102102
"@hw-hmscore/analytics-web": "6.9.9-301",
103103
"@tanstack/react-query": "4.36.1",
104-
"@types/lodash": "^4.17.1",
105104
"ansi-styles": "^6.2.1",
106105
"axios": "^1.6.7",
107106
"body-parser": "^1.20.2",
@@ -164,6 +163,7 @@
164163
"@types/cors": "^2.8.17",
165164
"@types/express": "^4.17.21",
166165
"@types/jest": "^29.5.5",
166+
"@types/lodash": "^4.17.1",
167167
"@types/luxon": "^3.4.2",
168168
"@types/node": "20.6.2",
169169
"@types/react": "^18.2.21",

pnpm-lock.yaml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatgpt-on-cs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
55
"license": "AGPL-3.0",
66
"author": {

0 commit comments

Comments
 (0)