mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
* chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"name": "deep-link-example",
|
|
"private": true,
|
|
"version": "2.2.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.6.0",
|
|
"@tauri-apps/plugin-deep-link": "2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.6.0",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.2.6"
|
|
}
|
|
}
|