Skip to content

Commit 433eb32

Browse files
Prepare 1.6.4 (#762)
* pnpm update * flake update and update hashes * update tauri plugin
1 parent 57a6e2a commit 433eb32

File tree

5 files changed

+356
-419
lines changed

5 files changed

+356
-419
lines changed

flake.lock

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

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ in
9090
;
9191

9292
fetcherVersion = 2;
93-
hash = "sha256-co5UK8FHDIO7bDRS4yxczz7VxGNWlPBd8h0PlmOQ3xM=";
93+
hash = "sha256-48qxI+sEoLyXpCSUu1OPtDt5XgJa1ohCU40q4J91btk=";
9494
};
9595

9696
buildPhase = ''

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
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.16",
59+
"@tanstack/query-core": "^5.90.17",
6060
"@tanstack/react-virtual": "3.13.13",
6161
"@tauri-apps/api": "^2.9.1",
6262
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
6363
"@tauri-apps/plugin-deep-link": "^2.4.6",
64-
"@tauri-apps/plugin-dialog": "^2.5.0",
64+
"@tauri-apps/plugin-dialog": "^2.6.0",
6565
"@tauri-apps/plugin-fs": "^2.4.5",
66-
"@tauri-apps/plugin-http": "^2.5.5",
66+
"@tauri-apps/plugin-http": "^2.5.6",
6767
"@tauri-apps/plugin-log": "^2.8.0",
6868
"@tauri-apps/plugin-notification": "^2.3.3",
6969
"@tauri-apps/plugin-opener": "^2.5.3",
@@ -88,16 +88,16 @@
8888
"lodash-es": "^4.17.22",
8989
"merge-refs": "^2.0.0",
9090
"millify": "^6.1.0",
91-
"motion": "^12.25.0",
91+
"motion": "^12.26.2",
9292
"p-timeout": "^6.1.4",
9393
"prop-types": "^15.8.1",
9494
"radash": "^12.1.1",
9595
"react": "^19.2.3",
9696
"react-auth-code-input": "^3.2.1",
9797
"react-click-away-listener": "^2.4.0",
9898
"react-dom": "^19.2.3",
99-
"react-hook-form": "^7.70.0",
100-
"react-hotkeys-hook": "^5.2.1",
99+
"react-hook-form": "^7.71.1",
100+
"react-hotkeys-hook": "^5.2.3",
101101
"react-loading-skeleton": "^3.5.0",
102102
"react-markdown": "^10.1.0",
103103
"react-qr-code": "^2.0.18",
@@ -109,28 +109,28 @@
109109
"rxjs": "^7.8.2",
110110
"use-breakpoint": "^4.0.10",
111111
"zod": "^3.25.76",
112-
"zustand": "^5.0.9"
112+
"zustand": "^5.0.10"
113113
},
114114
"devDependencies": {
115115
"@biomejs/biome": "^2.3.11",
116116
"@hookform/devtools": "^4.4.0",
117117
"@svgr/cli": "^8.1.0",
118-
"@tanstack/react-query": "^5.90.16",
118+
"@tanstack/react-query": "^5.90.17",
119119
"@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",
123-
"@types/node": "^24.10.4",
124-
"@types/react": "^19.2.7",
123+
"@types/node": "^24.10.9",
124+
"@types/react": "^19.2.8",
125125
"@types/react-dom": "^19.2.3",
126126
"@vitejs/plugin-react": "^5.1.2",
127127
"@vitejs/plugin-react-swc": "^4.2.2",
128128
"autoprefixer": "^10.4.23",
129129
"npm-run-all": "^4.1.5",
130130
"postcss": "^8.5.6",
131-
"prettier": "^3.7.4",
131+
"prettier": "^3.8.0",
132132
"sass": "~1.92.1",
133-
"typedoc": "^0.28.15",
133+
"typedoc": "^0.28.16",
134134
"typesafe-i18n": "^5.26.2",
135135
"typescript": "^5.9.3",
136136
"vite": "^7.3.1"

0 commit comments

Comments
 (0)