Skip to content

Commit bb585e9

Browse files
author
linyuan.yang
committed
更新所有引用
1 parent f732451 commit bb585e9

15 files changed

Lines changed: 1523 additions & 1300 deletions

File tree

packages/admin/package.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,22 @@
99
"dependencies": {
1010
"@sbot/chat-ui": "workspace:*",
1111
"sbot-ui": "workspace:*",
12-
"@tiptap/extension-dropcursor": "^3.22.4",
13-
"@tiptap/extension-image": "^3.22.4",
14-
"@tiptap/extension-placeholder": "^3.22.4",
15-
"@tiptap/starter-kit": "^3.22.4",
16-
"@tiptap/vue-3": "^3.22.4",
1712
"axios": "catalog:",
1813
"chart.js": "^4.5.1",
19-
"marked": "^18.0.2",
14+
"marked": "catalog:",
2015
"qrcode": "^1.5.4",
2116
"sbot.commons": "workspace:*",
22-
"vue": "^3.5.33",
17+
"vue": "catalog:",
2318
"vue-chartjs": "^5.3.3",
24-
"vue-i18n": "^11.3.2",
25-
"vue-router": "^5.0.5"
19+
"vue-i18n": "^11.4.5",
20+
"vue-router": "catalog:"
2621
},
2722
"devDependencies": {
2823
"@types/node": "catalog:",
2924
"@types/qrcode": "^1.5.6",
30-
"@vitejs/plugin-vue": "^6.0.6",
25+
"@vitejs/plugin-vue": "catalog:",
3126
"typescript": "catalog:",
32-
"vite": "^8.0.9",
33-
"vue-tsc": "^3.2.7"
27+
"vite": "catalog:",
28+
"vue-tsc": "^3.3.5"
3429
}
3530
}

packages/app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
},
1919
"dependencies": {
2020
"@sbot/chat-ui": "workspace:*",
21-
"@tauri-apps/plugin-updater": "^2",
22-
"@tauri-apps/plugin-process": "^2",
21+
"@tauri-apps/plugin-updater": "catalog:",
22+
"@tauri-apps/plugin-process": "catalog:",
2323
"sbot-ui": "workspace:*"
2424
},
2525
"devDependencies": {
26-
"@tauri-apps/cli": "^2",
27-
"@vitejs/plugin-vue": "^6.0.6",
26+
"@tauri-apps/cli": "catalog:",
27+
"@vitejs/plugin-vue": "catalog:",
2828
"typescript": "catalog:",
29-
"vite": "^8.0.9",
30-
"vue": "^3.5.33"
29+
"vite": "catalog:",
30+
"vue": "catalog:"
3131
}
3232
}

packages/channel.lark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rimraf dist && tsc -b --force"
99
},
1010
"dependencies": {
11-
"@larksuiteoapi/node-sdk": "^1.61.1",
11+
"@larksuiteoapi/node-sdk": "^1.67.0",
1212
"channel.base": "workspace:*"
1313
},
1414
"private": true,

packages/channel.slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rimraf dist && tsc -b --force"
99
},
1010
"dependencies": {
11-
"@slack/bolt": "^4.7.0",
11+
"@slack/bolt": "^4.7.3",
1212
"channel.base": "workspace:*"
1313
},
1414
"private": true,

packages/channel.wecom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rimraf dist && tsc -b --force"
99
},
1010
"dependencies": {
11-
"@wecom/aibot-node-sdk": "^1.0.6",
11+
"@wecom/aibot-node-sdk": "^1.0.7",
1212
"channel.base": "workspace:*"
1313
},
1414
"private": true,

packages/chat-ui/package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,30 @@
1111
"./themes/*": "./src/themes/*"
1212
},
1313
"dependencies": {
14-
"@codemirror/lang-javascript": "^6.2.4",
14+
"@codemirror/lang-javascript": "^6.2.5",
1515
"@codemirror/lang-json": "^6.0.2",
16-
"@codemirror/lang-markdown": "^6.3.6",
16+
"@codemirror/lang-markdown": "^6.5.0",
1717
"@codemirror/lang-python": "^6.2.1",
1818
"@codemirror/lang-yaml": "^6.1.3",
19-
"@codemirror/state": "^6.5.2",
19+
"@codemirror/state": "^6.6.0",
2020
"@codemirror/theme-one-dark": "^6.1.3",
21-
"@codemirror/view": "^6.40.0",
21+
"@codemirror/view": "^6.43.1",
2222
"@xterm/addon-fit": "^0.11.0",
2323
"@xterm/addon-web-links": "^0.12.0",
2424
"@xterm/xterm": "^6.0.0",
25-
"dompurify": "^3.4.5",
26-
"marked": "^18.0.2",
25+
"@tiptap/extension-image": "catalog:",
26+
"@tiptap/extension-placeholder": "catalog:",
27+
"@tiptap/starter-kit": "catalog:",
28+
"@tiptap/vue-3": "catalog:",
29+
"dompurify": "^3.4.10",
30+
"marked": "catalog:",
2731
"sbot-ui": "workspace:*",
2832
"vue-codemirror": "^6.1.1"
2933
},
3034
"devDependencies": {
31-
"@tiptap/extension-dropcursor": "^3.22.4",
32-
"@tiptap/extension-image": "^3.22.4",
33-
"@tiptap/extension-placeholder": "^3.22.4",
34-
"@tiptap/starter-kit": "^3.22.4",
35-
"@tiptap/vue-3": "^3.22.4",
3635
"@types/dompurify": "^3.2.0"
3736
},
3837
"peerDependencies": {
39-
"vue": "^3.5.0"
38+
"vue": "^3.5.38"
4039
}
4140
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"chalk": "^5.6.2",
2424
"ink": "^7.0.1",
2525
"ink-spinner": "^5.0.0",
26-
"marked": "^18.0.2",
26+
"marked": "catalog:",
2727
"marked-terminal": "^7.3.0",
2828
"react": "^19.2.5",
2929
"sbot.commons": "workspace:*",

packages/docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"vitepress": "^1.6.3",
12-
"vue": "^3.5.33"
12+
"vue": "catalog:"
1313
}
1414
}

packages/helper/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"linux:build": "tauri build"
1212
},
1313
"dependencies": {
14-
"@tauri-apps/api": "^2",
15-
"@tauri-apps/plugin-dialog": "^2",
16-
"@tauri-apps/plugin-process": "^2",
17-
"@tauri-apps/plugin-updater": "^2",
18-
"vue": "^3.5.33",
19-
"vue-router": "^4.4.5"
14+
"@tauri-apps/api": "^2.11.0",
15+
"@tauri-apps/plugin-dialog": "^2.7.1",
16+
"@tauri-apps/plugin-process": "catalog:",
17+
"@tauri-apps/plugin-updater": "catalog:",
18+
"vue": "catalog:",
19+
"vue-router": "catalog:"
2020
},
2121
"devDependencies": {
22-
"@tauri-apps/cli": "^2",
23-
"@vitejs/plugin-vue": "^6.0.6",
22+
"@tauri-apps/cli": "catalog:",
23+
"@vitejs/plugin-vue": "catalog:",
2424
"typescript": "catalog:",
25-
"vite": "^8.0.9"
25+
"vite": "catalog:"
2626
}
2727
}

packages/sbot-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"./tokens/*": "./src/tokens/*"
1212
},
1313
"peerDependencies": {
14-
"vue": "^3.5.0"
14+
"vue": "^3.5.38"
1515
}
1616
}

0 commit comments

Comments
 (0)