Skip to content

Commit 7ea4af2

Browse files
committed
update version
1 parent 301fff1 commit 7ea4af2

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
files: |
3232
dist/ai-tools-*.exe
33-
dist/ai-tools-*.deb
33+
dist/ai-tools-*.AppImage

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-tools",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "A LLM client with shortcut",
55
"main": "./out/main/index.js",
66
"author": "elsejj",
@@ -22,38 +22,38 @@
2222
"dependencies": {
2323
"@electron-toolkit/preload": "^3.0.2",
2424
"@electron-toolkit/utils": "^4.0.0",
25-
"katex": "^0.16.23",
25+
"katex": "^0.16.25",
2626
"marked-katex-extension": "^5.1.5",
2727
"sendkey": "./sendkey/dist"
2828
},
2929
"devDependencies": {
3030
"@electron-toolkit/tsconfig": "^2.0.0",
3131
"@iconify-json/lucide-lab": "^1.2.3",
3232
"@iconify/tailwind4": "^1.0.6",
33-
"@modelcontextprotocol/sdk": "^1.18.1",
34-
"@primeuix/themes": "^1.2.3",
35-
"@primevue/auto-import-resolver": "^4.3.9",
36-
"@tailwindcss/vite": "^4.1.13",
37-
"@types/node": "^24.5.2",
33+
"@modelcontextprotocol/sdk": "^1.20.2",
34+
"@primeuix/themes": "^1.2.5",
35+
"@primevue/auto-import-resolver": "^4.4.1",
36+
"@tailwindcss/vite": "^4.1.16",
37+
"@types/node": "^24.9.1",
3838
"@vitejs/plugin-vue": "^6.0.1",
39-
"dexie": "^4.2.0",
40-
"electron": "^38.1.2",
39+
"dexie": "^4.2.1",
40+
"electron": "^38.4.0",
4141
"electron-builder": "^26.0.12",
4242
"electron-vite": "^4.0.1",
4343
"highlight.js": "^11.11.1",
4444
"html-to-image": "^1.11.13",
45-
"marked": "^16.3.0",
45+
"marked": "^16.4.1",
4646
"marked-highlight": "^2.2.2",
47-
"openai": "^5.23.0",
47+
"openai": "^5.23.2",
4848
"pinia": "^3.0.3",
49-
"primevue": "^4.3.9",
50-
"tailwindcss": "^4.1.13",
49+
"primevue": "^4.4.1",
50+
"tailwindcss": "^4.1.16",
5151
"tailwindcss-primeui": "^0.6.1",
52-
"typescript": "^5.9.2",
53-
"unplugin-vue-components": "^29.1.0",
54-
"vite": "^7.1.7",
52+
"typescript": "^5.9.3",
53+
"unplugin-vue-components": "^29.2.0",
54+
"vite": "^7.1.12",
5555
"vue": "^3.5.22",
56-
"vue-router": "^4.5.1",
57-
"vue-tsc": "^3.0.8"
56+
"vue-router": "^4.6.3",
57+
"vue-tsc": "^3.1.1"
5858
}
5959
}

0 commit comments

Comments
 (0)