Skip to content

Commit 8b54ac9

Browse files
authored
Bug fixes (#739)
1 parent 773916f commit 8b54ac9

File tree

17 files changed

+220
-483
lines changed

17 files changed

+220
-483
lines changed

package.json

Lines changed: 3 additions & 3 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.90.12",
59+
"@tanstack/query-core": "^5.90.14",
6060
"@tanstack/react-virtual": "3.13.13",
6161
"@tauri-apps/api": "^2.9.1",
6262
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
@@ -115,8 +115,8 @@
115115
"@biomejs/biome": "^2.3.10",
116116
"@hookform/devtools": "^4.4.0",
117117
"@svgr/cli": "^8.1.0",
118-
"@tanstack/react-query": "^5.90.12",
119-
"@tanstack/react-query-devtools": "^5.91.1",
118+
"@tanstack/react-query": "^5.90.14",
119+
"@tanstack/react-query-devtools": "^5.91.2",
120120
"@tauri-apps/cli": "^2.9.6",
121121
"@types/file-saver": "^2.0.7",
122122
"@types/lodash-es": "^4.17.12",

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.lock

Lines changed: 42 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ windows = { version = "0.62", features = [
145145
"Win32_System_RemoteDesktop",
146146
] }
147147
windows-acl = "0.3"
148-
windows-service = "0.7"
148+
windows-service = "0.8"
149149
windows-sys = { version = "0.61", features = [
150150
# Core Win32 types
151151
"Win32_Foundation",

0 commit comments

Comments
 (0)