Skip to content

Commit

Permalink
Update deps, drop get_files open command
Browse files Browse the repository at this point in the history
  • Loading branch information
papodaca committed Apr 10, 2024
1 parent c1b3f23 commit 3058642
Show file tree
Hide file tree
Showing 8 changed files with 815 additions and 975 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "initiative-tracker2",
"private": true,
"version": "1.5.1",
"version": "1.5.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,16 +10,17 @@
"tauri": "tauri"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@popperjs/core": "^2.11.8",
"@tauri-apps/api": "^2.0.0-beta.3",
"@tauri-apps/plugin-store": "^2.0.0-beta.1",
"@tauri-apps/api": "^2.0.0-beta.7",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.2",
"@tauri-apps/plugin-store": "^2.0.0-beta.2",
"bootstrap": "^5.3.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/cli": "2.0.0-beta.4",
"svelte": "^4.2.11",
"vite": "^5.1.3"
"vite": "^5.2.8"
}
}
Loading

0 comments on commit 3058642

Please sign in to comment.