Skip to content

Commit 43b4d2c

Browse files
authored
Fix tray status on macOS and other improvements (#777)
1 parent 852af82 commit 43b4d2c

23 files changed

Lines changed: 1160 additions & 1042 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
}
5252
},
5353
"dependencies": {
54-
"@floating-ui/react": "^0.27.16",
54+
"@floating-ui/react": "^0.27.17",
5555
"@hookform/resolvers": "^3.10.0",
5656
"@react-hook/resize-observer": "^2.0.2",
5757
"@stablelib/base64": "^2.0.1",
5858
"@stablelib/x25519": "^2.0.1",
5959
"@tanstack/query-core": "^5.90.20",
6060
"@tanstack/react-virtual": "3.13.13",
61-
"@tauri-apps/api": "^2.9.1",
61+
"@tauri-apps/api": "^2.10.1",
6262
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
6363
"@tauri-apps/plugin-deep-link": "^2.4.6",
6464
"@tauri-apps/plugin-dialog": "^2.6.0",
6565
"@tauri-apps/plugin-fs": "^2.4.5",
66-
"@tauri-apps/plugin-http": "^2.5.6",
66+
"@tauri-apps/plugin-http": "^2.5.7",
6767
"@tauri-apps/plugin-log": "^2.8.0",
6868
"@tauri-apps/plugin-notification": "^2.3.3",
6969
"@tauri-apps/plugin-opener": "^2.5.3",
@@ -82,22 +82,22 @@
8282
"fast-deep-equal": "^3.1.3",
8383
"file-saver": "^2.0.5",
8484
"get-text-width": "^1.0.3",
85-
"html-react-parser": "^5.2.12",
85+
"html-react-parser": "^5.2.16",
8686
"itertools": "^2.5.0",
8787
"js-base64": "^3.7.8",
8888
"lodash-es": "^4.17.23",
8989
"merge-refs": "^2.0.0",
9090
"millify": "^6.1.0",
91-
"motion": "^12.29.2",
91+
"motion": "^12.30.1",
9292
"p-timeout": "^6.1.4",
9393
"prop-types": "^15.8.1",
9494
"radash": "^12.1.1",
95-
"react": "^19.2.3",
95+
"react": "^19.2.4",
9696
"react-auth-code-input": "^3.2.1",
9797
"react-click-away-listener": "^2.4.0",
98-
"react-dom": "^19.2.3",
98+
"react-dom": "^19.2.4",
9999
"react-hook-form": "^7.71.1",
100-
"react-hotkeys-hook": "^5.2.3",
100+
"react-hotkeys-hook": "^5.2.4",
101101
"react-loading-skeleton": "^3.5.0",
102102
"react-markdown": "^10.1.0",
103103
"react-qr-code": "^2.0.18",
@@ -109,23 +109,23 @@
109109
"rxjs": "^7.8.2",
110110
"use-breakpoint": "^4.0.10",
111111
"zod": "^3.25.76",
112-
"zustand": "^5.0.10"
112+
"zustand": "^5.0.11"
113113
},
114114
"devDependencies": {
115115
"@biomejs/biome": "^2.3.13",
116116
"@hookform/devtools": "^4.4.0",
117117
"@svgr/cli": "^8.1.0",
118118
"@tanstack/react-query": "^5.90.20",
119-
"@tanstack/react-query-devtools": "^5.91.2",
120-
"@tauri-apps/cli": "^2.9.6",
119+
"@tanstack/react-query-devtools": "^5.91.3",
120+
"@tauri-apps/cli": "^2.10.0",
121121
"@types/file-saver": "^2.0.7",
122122
"@types/lodash-es": "^4.17.12",
123-
"@types/node": "^24.10.9",
124-
"@types/react": "^19.2.9",
123+
"@types/node": "^24.10.10",
124+
"@types/react": "^19.2.10",
125125
"@types/react-dom": "^19.2.3",
126-
"@vitejs/plugin-react": "^5.1.2",
127-
"@vitejs/plugin-react-swc": "^4.2.2",
128-
"autoprefixer": "^10.4.23",
126+
"@vitejs/plugin-react": "^5.1.3",
127+
"@vitejs/plugin-react-swc": "^4.2.3",
128+
"autoprefixer": "^10.4.24",
129129
"npm-run-all": "^4.1.5",
130130
"postcss": "^8.5.6",
131131
"prettier": "^3.8.1",

0 commit comments

Comments
 (0)