Skip to content

Commit 6bf6f8c

Browse files
authored
Windows: always register the deep-link (#827)
1 parent 44161e8 commit 6bf6f8c

5 files changed

Lines changed: 164 additions & 158 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.12/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@react-hook/resize-observer": "^2.0.2",
5757
"@stablelib/base64": "^2.0.1",
5858
"@stablelib/x25519": "^2.0.1",
59-
"@tanstack/query-core": "^5.99.2",
59+
"@tanstack/query-core": "^5.100.5",
6060
"@tanstack/react-virtual": "^3.13.24",
6161
"@tauri-apps/api": "^2.10.1",
6262
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
@@ -96,7 +96,7 @@
9696
"react-auth-code-input": "^3.2.1",
9797
"react-click-away-listener": "^2.4.1",
9898
"react-dom": "^19.2.5",
99-
"react-hook-form": "^7.72.1",
99+
"react-hook-form": "^7.74.0",
100100
"react-hotkeys-hook": "^5.2.4",
101101
"react-loading-skeleton": "^3.5.0",
102102
"react-markdown": "^10.1.0",
@@ -112,11 +112,11 @@
112112
"zustand": "^5.0.12"
113113
},
114114
"devDependencies": {
115-
"@biomejs/biome": "^2.4.12",
115+
"@biomejs/biome": "^2.4.13",
116116
"@hookform/devtools": "^4.4.0",
117117
"@svgr/cli": "^8.1.0",
118-
"@tanstack/react-query": "^5.99.2",
119-
"@tanstack/react-query-devtools": "^5.99.2",
118+
"@tanstack/react-query": "^5.100.5",
119+
"@tanstack/react-query-devtools": "^5.100.5",
120120
"@tauri-apps/cli": "^2.10.1",
121121
"@types/file-saver": "^2.0.7",
122122
"@types/lodash-es": "^4.17.12",
@@ -127,7 +127,7 @@
127127
"@vitejs/plugin-react-swc": "^4.3.0",
128128
"autoprefixer": "^10.5.0",
129129
"npm-run-all": "^4.1.5",
130-
"postcss": "^8.5.10",
130+
"postcss": "^8.5.12",
131131
"prettier": "^3.8.3",
132132
"sass": "~1.92.1",
133133
"typedoc": "^0.28.19",

0 commit comments

Comments
 (0)