Skip to content

Commit a3efaff

Browse files
authored
Merge pull request #1076 from ThinkInAIXYZ/dev
Release 0.4.4
2 parents e51b5a4 + 6703f07 commit a3efaff

File tree

106 files changed

+15449
-11245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+15449
-11245
lines changed

.prettierrc.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@ singleQuote: true
22
semi: false
33
printWidth: 100
44
trailingComma: none
5+
overrides:
6+
- files:
7+
- "**/*.{js,mjs,cjs,jsx}"
8+
options:
9+
plugins:
10+
- "@prettier/plugin-oxc"
11+
parser: oxc
12+
- files:
13+
- "**/*.{ts,mts,cts,tsx}"
14+
options:
15+
plugins:
16+
- "@prettier/plugin-oxc"
17+
parser: oxc-ts

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DeepChat",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "DeepChat,一个简单易用的AI客户端",
55
"main": "./out/main/index.js",
66
"author": "ThinkInAIXYZ",
@@ -20,7 +20,7 @@
2020
"test:watch": "vitest --watch",
2121
"test:ui": "vitest --ui",
2222
"format:check": "prettier --check .",
23-
"format": "prettier --write .",
23+
"format": "prettier --cache --write .",
2424
"lint": "npx -y oxlint .",
2525
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
2626
"typecheck:web": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
@@ -103,12 +103,10 @@
103103
"@iconify-json/lucide": "^1.2.66",
104104
"@iconify-json/vscode-icons": "^1.2.30",
105105
"@iconify/vue": "^5.0.0",
106-
"@internationalized/date": "^3.9.0",
107106
"@lingual/i18n-check": "^0.8.6",
108-
"@radix-icons/vue": "^1.0.0",
107+
"@prettier/plugin-oxc": "^0.0.4",
109108
"@tailwindcss/typography": "^0.5.19",
110109
"@tailwindcss/vite": "^4.1.13",
111-
"@tanstack/vue-table": "^8.21.3",
112110
"@tiptap/core": "^2.11.7",
113111
"@tiptap/extension-code-block": "^2.11.9",
114112
"@tiptap/extension-document": "^2.11.7",
@@ -135,10 +133,9 @@
135133
"clsx": "^2.1.1",
136134
"cross-env": "^10.1.0",
137135
"dayjs": "^1.11.18",
138-
"electron": "^37.6.1",
136+
"electron": "^37.8.0",
139137
"electron-builder": "26.0.12",
140138
"electron-vite": "^4.0.1",
141-
"embla-carousel-vue": "^8.6.0",
142139
"jsdom": "^26.1.0",
143140
"katex": "^0.16.25",
144141
"lint-staged": "^16.1.6",
@@ -159,7 +156,6 @@
159156
"tippy.js": "^6.3.7",
160157
"tw-animate-css": "^1.4.0",
161158
"typescript": "^5.8.3",
162-
"vaul-vue": "^0.4.1",
163159
"vee-validate": "^4.15.1",
164160
"vite": "^7.1.11",
165161
"vite-plugin-monaco-editor-esm": "^2.0.2",
@@ -168,7 +164,7 @@
168164
"vitest": "^3.2.4",
169165
"vue": "^3.5.22",
170166
"vue-i18n": "^11.1.12",
171-
"vue-renderer-markdown": "0.0.60-beta.5",
167+
"vue-renderer-markdown": "0.0.61-beta.7",
172168
"vue-router": "4",
173169
"vue-sonner": "^2.0.9",
174170
"vue-tsc": "^2.2.12",

0 commit comments

Comments
 (0)