Skip to content

Commit

Permalink
fix(deps): update tauri monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent a8fb732 commit bc21905
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 63 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@rive-app/canvas": "^2.15.6",
"@tauri-apps/api": "^1.5.6",
"@tauri-apps/api": "^2.1.1",
"overlayscrollbars": "^2.8.0",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart",
"worker-timers": "^7.1.8"
Expand All @@ -28,7 +28,7 @@
"@sveltejs/adapter-vercel": "^5.3.0",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tauri-apps/cli": "^1.5.14",
"@tauri-apps/cli": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^9.3.0",
Expand Down
126 changes: 67 additions & 59 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ rust-version = "1.59"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.2", features = [] }
tauri-build = { version = "2.0.3", features = [] }

[dependencies]
devtools = "0.3.1"
serde_json = "1.0.117"
serde = { version = "1.0.202", features = ["derive"] }
tauri = { version = "1.6.6", features = [ "system-tray", "os-all", "notification-all", "shell-open", "updater", "window-start-dragging", "icon-png"] }
tauri = { version = "2.1.0", features = [ "system-tray", "os-all", "notification-all", "shell-open", "updater", "window-start-dragging", "icon-png"] }
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-deep-link = "0.1.2"
tauri-plugin-positioner = { version = "1.0.5", features = ["system-tray"] }
Expand Down

0 comments on commit bc21905

Please sign in to comment.