Skip to content

Commit 8c562df

Browse files
chore(deps): update tauri monorepo to v2
1 parent a76dad3 commit 8c562df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

storage/framework/core/desktop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"dependencies": {
5353
"@stacksjs/build": "workspace:*",
5454
"@stacksjs/server": "workspace:*",
55-
"@tauri-apps/api": "^1.6.0",
56-
"@tauri-apps/cli": "^1.6.3",
55+
"@tauri-apps/api": "^2.2.0",
56+
"@tauri-apps/cli": "^2.2.2",
5757
"unified-network": "^0.6.4",
5858
"vue": "^3.5.13"
5959
},

storage/framework/views/dashboard/src-tauri/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rust-version = "1.74.1"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[build-dependencies]
15-
tauri-build = { version = "1.5.5", features = [] }
15+
tauri-build = { version = "2.0.4", features = [] }
1616

1717
[dependencies]
1818
serde_json = "1.0.134"
1919
serde = { version = "1.0.217", features = [ "derive" ] }
20-
tauri = { version = "1.8.1", features = [] }
20+
tauri = { version = "2.2.0", features = [] }
2121

2222
[features]
2323
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.

storage/framework/views/desktop/src-tauri/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rust-version = "1.74.1"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[build-dependencies]
15-
tauri-build = { version = "1.5.5", features = [] }
15+
tauri-build = { version = "2.0.4", features = [] }
1616

1717
[dependencies]
1818
serde_json = "1.0.134"
1919
serde = { version = "1.0.217", features = [ "derive" ] }
20-
tauri = { version = "1.8.1", features = [] }
20+
tauri = { version = "2.2.0", features = [] }
2121

2222
[features]
2323
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.

0 commit comments

Comments
 (0)