Skip to content

Commit 3058642

Browse files
committed
Update deps, drop get_files open command
1 parent c1b3f23 commit 3058642

File tree

8 files changed

+815
-975
lines changed

8 files changed

+815
-975
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "initiative-tracker2",
33
"private": true,
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,16 +10,17 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@fortawesome/fontawesome-free": "^6.5.1",
13+
"@fortawesome/fontawesome-free": "^6.5.2",
1414
"@popperjs/core": "^2.11.8",
15-
"@tauri-apps/api": "^2.0.0-beta.3",
16-
"@tauri-apps/plugin-store": "^2.0.0-beta.1",
15+
"@tauri-apps/api": "^2.0.0-beta.7",
16+
"@tauri-apps/plugin-dialog": "^2.0.0-beta.2",
17+
"@tauri-apps/plugin-store": "^2.0.0-beta.2",
1718
"bootstrap": "^5.3.2"
1819
},
1920
"devDependencies": {
2021
"@sveltejs/vite-plugin-svelte": "^3.0.2",
2122
"@tauri-apps/cli": "2.0.0-beta.4",
2223
"svelte": "^4.2.11",
23-
"vite": "^5.1.3"
24+
"vite": "^5.2.8"
2425
}
2526
}

0 commit comments

Comments
 (0)