File tree Expand file tree Collapse file tree 3 files changed +22
-13
lines changed
Expand file tree Collapse file tree 3 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vocechat-desktop" ,
3- "version" : " 0.7.3 " ,
3+ "version" : " 0.7.4 " ,
44 "main" : " dist-electron/main/index.js" ,
55 "description" : " vocechat desktop version" ,
66 "author" : " Tristan <yanggc888@163.com>" ,
4949 "eslint-plugin-react" : " ^7.33.0" ,
5050 "eslint-plugin-react-hooks" : " ^4.6.0" ,
5151 "patch-package" : " ^7.0.2" ,
52- "postcss" : " ^8.4.26 " ,
52+ "postcss" : " ^8.4.27 " ,
5353 "prettier" : " ^3.0.0" ,
5454 "prettier-plugin-tailwindcss" : " ^0.4.1" ,
5555 "react" : " ^18.2.0" ,
5656 "react-dom" : " ^18.2.0" ,
5757 "tailwindcss" : " ^3.3.3" ,
5858 "typescript" : " ^5.1.6" ,
59- "vite" : " ^4.4.5 " ,
59+ "vite" : " ^4.4.6 " ,
6060 "vite-plugin-electron" : " ^0.12.0" ,
6161 "vite-plugin-electron-renderer" : " ^0.14.5" ,
6262 "vite-plugin-svgr" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -155,12 +155,12 @@ const Layout = () => {
155155 } ) }
156156 </ ul >
157157 < ServerTip content = { "Add server" } >
158- < div className = "app-no-drag group flex h-9 w-9 cursor-pointer items-center justify-center rounded hover:bg-gray-500/50" >
159- < IconAdd
160- role = "button"
161- className = "cursor-pointer outline-none group- hover:fill-white "
162- onClick = { handleAddServer }
163- />
158+ < div
159+ role = "button"
160+ onClick = { handleAddServer }
161+ className = "app-no-drag group flex h-9 w-9 cursor-pointer items-center justify-center rounded hover:bg-gray-500/50 "
162+ >
163+ < IconAdd className = "outline-none group-hover:fill-white" />
164164 </ div >
165165 </ ServerTip >
166166 </ aside >
Original file line number Diff line number Diff line change @@ -4211,6 +4211,15 @@ postcss@^8.4.26:
42114211 picocolors "^1.0.0"
42124212 source-map-js "^1.0.2"
42134213
4214+ postcss@^8.4.27 :
4215+ version "8.4.27"
4216+ resolved "https://mirrors.cloud.tencent.com/npm/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
4217+ integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
4218+ dependencies :
4219+ nanoid "^3.3.6"
4220+ picocolors "^1.0.0"
4221+ source-map-js "^1.0.2"
4222+
42144223prelude-ls@^1.2.1 :
42154224 version "1.2.1"
42164225 resolved "https://mirrors.cloud.tencent.com/npm/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -5252,10 +5261,10 @@ vite-svg-loader@^4.0.0:
52525261 " @vue/compiler-sfc" " ^3.2.20"
52535262 svgo "^3.0.2"
52545263
5255- vite@^4.4.5 :
5256- version "4.4.5 "
5257- resolved "https://mirrors.cloud.tencent.com/npm/vite/-/vite-4.4.5 .tgz#ce9ae1a03841d2ec90f560744712495bf914f698 "
5258- integrity sha512-4m5kEtAWHYr0O1Fu7rZp64CfO1PsRGZlD3TAB32UmQlpd7qg15VF7ROqGN5CyqN7HFuwr7ICNM2+fDWRqFEKaA ==
5264+ vite@^4.4.6 :
5265+ version "4.4.6 "
5266+ resolved "https://mirrors.cloud.tencent.com/npm/vite/-/vite-4.4.6 .tgz#97a0a43868ec773fd88980d7c323c80233521cf1 "
5267+ integrity sha512-EY6Mm8vJ++S3D4tNAckaZfw3JwG3wa794Vt70M6cNJ6NxT87yhq7EC8Rcap3ahyHdo8AhCmV9PTk+vG1HiYn1A ==
52595268 dependencies :
52605269 esbuild "^0.18.10"
52615270 postcss "^8.4.26"
You can’t perform that action at this time.
0 commit comments