Skip to content

Commit

Permalink
Upgrade workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jul 1, 2024
1 parent 92c640d commit 9787636
Show file tree
Hide file tree
Showing 8 changed files with 1,015 additions and 910 deletions.
1,032 changes: 564 additions & 468 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tauri-specta-macros = { version = "=2.0.0-rc.5", path = "./macros" }
serde = "1"
serde_json = "1"
thiserror = "1"
tauri = { version = "=2.0.0-beta.22", no-default-features = true, features = [
tauri = { version = "=2.0.0-beta.22", default-features = false, features = [
"specta",
] }

Expand Down
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "next",
"typescript": "^5.4.5",
"vite": "^5.2.10"
"typescript": "^5.5.2",
"vite": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion examples/app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "=2.0.0-beta.22", features = [] }
tauri-specta = { path = "../../../", features = ["typescript", "javascript"] }
tauri-plugin-os = "2.0.0-beta.3"
thiserror = "1.0.60"
thiserror = "1"

[features]
default = ["custom-protocol"]
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-plugin/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "next",
"solid-js": "^1.8.17",
"solid-js": "^1.8.18",
"tauri-specta-custom-plugin": "workspace:*"
},
"devDependencies": {
"@tauri-apps/cli": "next",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/custom-plugin/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"codegen": "cargo test && pnpm build"
},
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
6 changes: 3 additions & 3 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ proc-macro = true

[dependencies]
heck = "0.5.0"
proc-macro2 = "1.0.81"
quote = "1.0.36"
syn = "2.0.60"
proc-macro2 = "1"
quote = "1"
syn = "2"
871 changes: 440 additions & 431 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 9787636

Please sign in to comment.