Skip to content

Commit

Permalink
Begin migration to Tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Nov 28, 2024
1 parent 4d48830 commit fea3b31
Show file tree
Hide file tree
Showing 19 changed files with 5,848 additions and 1,538 deletions.
143 changes: 90 additions & 53 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@tauri-apps/api": "1.6.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
Expand Down Expand Up @@ -44,7 +47,7 @@
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@tauri-apps/cli": "2.0.4",
"@tauri-apps/cli": "^2.1.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
Loading

0 comments on commit fea3b31

Please sign in to comment.