Skip to content

Commit fbb8930

Browse files
committed
updated tauri par
1 parent 32a9963 commit fbb8930

3 files changed

Lines changed: 482 additions & 620 deletions

File tree

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@tauri-apps/api": "^2",
17-
"@tauri-apps/plugin-fs": "~2",
18-
"@tauri-apps/plugin-shell": "^2",
19-
"@tauri-apps/plugin-updater": "~2",
20-
"fast-xml-parser": "^4.5.0",
21-
"runed": "^0.36.0",
22-
"zod": "^3.23.8"
16+
"@tauri-apps/api": "^2.10.1",
17+
"@tauri-apps/plugin-fs": "~2.4.5",
18+
"@tauri-apps/plugin-shell": "^2.3.5",
19+
"@tauri-apps/plugin-updater": "~2.10.0",
20+
"fast-xml-parser": "^5.3.4",
21+
"runed": "^0.37.1",
22+
"zod": "^4.3.6"
2323
},
2424
"devDependencies": {
25-
"@sveltejs/adapter-static": "^3.0.6",
26-
"@sveltejs/kit": "^2.9.0",
27-
"@sveltejs/vite-plugin-svelte": "^5.0.0",
28-
"@tauri-apps/cli": "^2",
29-
"autoprefixer": "^10.4.20",
30-
"daisyui": "^4.12.14",
31-
"svelte": "^5.0.0",
32-
"svelte-check": "^4.0.0",
25+
"@sveltejs/adapter-static": "^3.0.10",
26+
"@sveltejs/kit": "^2.50.2",
27+
"@sveltejs/vite-plugin-svelte": "^6.2.4",
28+
"@tauri-apps/cli": "^2.10.0",
29+
"autoprefixer": "^10.4.24",
30+
"daisyui": "^5.5.17",
31+
"svelte": "^5.49.2",
32+
"svelte-check": "^4.3.6",
3333
"svelte-preprocess": "^6.0.3",
34-
"tailwindcss": "^3.4.9",
35-
"tslib": "^2.8.0",
36-
"typescript": "~5.6.2",
37-
"vite": "^6.0.3"
34+
"tailwindcss": "^4.1.18",
35+
"tslib": "^2.8.1",
36+
"typescript": "~5.9.3",
37+
"vite": "^7.3.1"
3838
}
3939
}

0 commit comments

Comments
 (0)