Skip to content

Commit

Permalink
feat: use taurpc for IPC management (type safe)
Browse files Browse the repository at this point in the history
Close #33
  • Loading branch information
Kiyozz committed Dec 13, 2024
1 parent 6310b30 commit 8495fb7
Show file tree
Hide file tree
Showing 62 changed files with 1,782 additions and 1,156 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-plums-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ganymede-app": patch
---

Certains liens étaient marqués masqués par erreur. Ceci est désormais corrigé.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-router": "^1.57.8",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
"@tauri-apps/plugin-http": "2.0.1",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-shell": "2.0.1",
"@tauri-apps/plugin-updater": "~2",
"@tauri-apps/plugin-window-state": "2.0.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
"@tauri-apps/plugin-http": "^2.2.0",
"@tauri-apps/plugin-log": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.1",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.3.0",
"@tauri-apps/plugin-window-state": "^2.2.0",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -51,6 +51,7 @@
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-sentry-api": "^0.2.0",
"taurpc": "^1.6.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
118 changes: 64 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8495fb7

Please sign in to comment.