What problem does it solve?
This Skill simplifies the complex process of updating dependencies in Tauri projects, ensuring compatibility between JavaScript and Rust components and keeping your project current with the latest features and security patches.
Core Features & Use Cases
- Synchronized Updates: Guides users on maintaining matching minor versions between
@tauri-apps/api and the tauri Rust crate.
- Cross-Platform Dependency Management: Provides commands for npm, yarn, and pnpm for JavaScript dependencies, and
cargo commands for Rust dependencies.
- Plugin Management: Details how to update both the JavaScript and Rust sides of Tauri plugins.
- Use Case: A developer needs to upgrade their Tauri application to the latest stable version. This Skill provides the exact commands to update the CLI, API, Rust crates, and plugins, followed by instructions to verify the updates.
Quick Start
Use the updating-tauri-dependencies skill to update all JavaScript and Rust Tauri dependencies to their latest versions.