Skip to content

Commit

Permalink
Migrate to tauri v2 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucFauvel authored Aug 18, 2024
1 parent 771a7b4 commit 7009db8
Show file tree
Hide file tree
Showing 37 changed files with 23,221 additions and 1,852 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: matrix.settings.host == 'ubuntu-latest' && steps.changes.outputs.desktop == 'true'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
if: steps.changes.outputs.desktop == 'true'
run: pnpm install
Expand Down
16 changes: 12 additions & 4 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@
"@sentry/react": "^8.7.0",
"@sentry/vite-plugin": "^2.18.0",
"@tanstack/react-router": "0.0.1-beta.204",
"@tauri-apps/api": "^1.5.6",
"@tauri-apps/api": "^2.0.0-rc.0",
"@tauri-apps/plugin-updater": "^2.0.0-rc.0",
"@tauri-apps/plugin-process": "^2.0.0-rc.0",
"@tauri-apps/plugin-notification": "^2.0.0-rc.0",
"@tauri-apps/plugin-fs": "^2.0.0-rc.0",
"@tauri-apps/plugin-shell": "^2.0.0-rc.0",
"@tauri-apps/plugin-os": "^2.0.0-rc.0",
"@tauri-apps/plugin-http": "^2.0.0-rc.0",
"@tauri-apps/plugin-global-shortcut": "2.0.0-rc.0",
"@tauri-apps/plugin-websocket": "2.0.0-rc.0",
"@tauri-apps/plugin-window-state": "2.0.0-rc.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^2.30.0",
Expand All @@ -44,13 +54,11 @@
"react-router-dom": "^6.22.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket#v1",
"tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1",
"uuid": "^9.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"@tauri-apps/cli": "2.0.0-rc.4",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/uuid": "^9.0.8",
Expand Down
Loading

0 comments on commit 7009db8

Please sign in to comment.