Skip to content

Commit

Permalink
chore(deps): update tauri monorepo (#1760)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 253ae66 commit 3715f3c
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 91 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = { version = "2.0.0-rc.10", default-features = false }
tauri-build = "2.0.0-rc.9"
tauri-plugin = "2.0.0-rc.9"
tauri-utils = "2.0.0-rc.9"
tauri = { version = "2.0.0-rc.11", default-features = false }
tauri-build = "2.0.0-rc.10"
tauri-plugin = "2.0.0-rc.10"
tauri-utils = "2.0.0-rc.10"
serde_json = "1"
thiserror = "1"
url = "2"
Expand Down
2 changes: 1 addition & 1 deletion examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@iconify-json/codicon": "^1.1.37",
"@iconify-json/ph": "^1.1.8",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tauri-apps/cli": "2.0.0-rc.12",
"@tauri-apps/cli": "2.0.0-rc.13",
"@unocss/extractor-svelte": "^0.62.0",
"svelte": "^4.2.19",
"unocss": "^0.62.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/deep-link/examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tauri-apps/plugin-deep-link": "2.0.0-rc.2"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.12",
"@tauri-apps/cli": "2.0.0-rc.13",
"typescript": "^5.2.2",
"vite": "^5.0.13"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/single-instance/examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.12"
"@tauri-apps/cli": "2.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion plugins/store/examples/AppSettingsManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.12",
"@tauri-apps/cli": "2.0.0-rc.13",
"vite": "^5.0.12",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/websocket/examples/tauri-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.12",
"@tauri-apps/cli": "2.0.0-rc.13",
"typescript": "^5.3.3",
"vite": "^5.0.13"
},
Expand Down
Loading

0 comments on commit 3715f3c

Please sign in to comment.