Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Jan 3, 2025
1 parent 9f4b201 commit ebd6b6c
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 255 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-alpha.11",
"@tauri-apps/api": "^2.0.0",
"tauri-plugin-{{ plugin_name }}-api": "file:../../"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"svelte": "^3.49.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"svelte": "^5.0.0",
"vite": "^6.0.0",
"@tauri-apps/cli": "^2.0.0-alpha.17"
"@tauri-apps/cli": "^2.0.0"
}
}
14 changes: 7 additions & 7 deletions examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@tauri-apps/api": "../../packages/api/dist"
},
"devDependencies": {
"@iconify-json/codicon": "^1.2.6",
"@iconify-json/ph": "^1.2.1",
"@sveltejs/vite-plugin-svelte": "5.0.1",
"@unocss/extractor-svelte": "0.65.1",
"svelte": "5.10.1",
"unocss": "0.65.1",
"vite": "6.0.3"
"@iconify-json/codicon": "^1.2.8",
"@iconify-json/ph": "^1.2.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@unocss/extractor-svelte": "^0.65.3",
"svelte": "^5.16.1",
"unocss": "^0.65.3",
"vite": "^6.0.7"
}
}
Loading

0 comments on commit ebd6b6c

Please sign in to comment.