Skip to content

Commit

Permalink
Update to tauri 2.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Oct 20, 2024
1 parent 4bec04f commit 4b93705
Show file tree
Hide file tree
Showing 8 changed files with 1,218 additions and 1,091 deletions.
2 changes: 1 addition & 1 deletion frontend
Submodule frontend updated 3 files
+5 −5 package.json
+10 −1 vite.config.ts
+90 −90 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dev": "cd frontend/ && yarn dev"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-rc.16"
"@tauri-apps/cli": "^2.0.3"
},
"dependencies": {
"@tauri-apps/plugin-process": "^2.0.0-rc.1",
"@tauri-apps/plugin-shell": "^2.0.0-rc.1",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"tauri-plugin-window-state-api": "https://github.com/tauri-apps/tauri-plugin-window-state#v2"
}
}
Loading

0 comments on commit 4b93705

Please sign in to comment.