Skip to content

Commit

Permalink
Migrate to Tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tranxuanthang committed Dec 24, 2024
1 parent 85a3b48 commit 4df5ebe
Show file tree
Hide file tree
Showing 52 changed files with 8,729 additions and 2,750 deletions.
277 changes: 178 additions & 99 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
},
"dependencies": {
"@tanstack/vue-virtual": "^3.1.2",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"codemirror": "^6.0.1",
"floating-vue": "^5.2.2",
"lodash": "^4.17.21",
Expand All @@ -25,7 +29,7 @@
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.2",
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
Expand Down
Loading

0 comments on commit 4df5ebe

Please sign in to comment.