mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
🔧 Fix remaining test-utils version constraints in all component packages
This commit is contained in:
3
.envrc
Normal file
3
.envrc
Normal file
@@ -0,0 +1,3 @@
|
||||
# Use the unified root flake with specialized environment
|
||||
# Project type: rust
|
||||
use flake ../../#rust
|
||||
767
Cargo.lock
generated
767
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -21,5 +21,5 @@ default = []
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
@@ -22,5 +22,5 @@ hydrate = ["leptos/hydrate"]
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
@@ -19,7 +19,7 @@ gloo-timers = "0.3"
|
||||
leptos-struct-component = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -23,5 +23,5 @@ hydrate = ["leptos/hydrate"]
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
@@ -18,9 +18,9 @@ tailwind_fuse.workspace = true
|
||||
web-sys.workspace = true
|
||||
js-sys.workspace = true
|
||||
lucide-leptos = "2.32.0"
|
||||
leptos-shadcn-calendar = { path = "../calendar" }
|
||||
leptos-shadcn-popover = { path = "../popover" }
|
||||
leptos-shadcn-button = { path = "../button" }
|
||||
leptos-shadcn-calendar = "0.2.0"
|
||||
leptos-shadcn-popover = "0.2.0"
|
||||
leptos-shadcn-button = "0.2.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -21,7 +21,7 @@ gloo-timers = "0.3"
|
||||
leptos-struct-component = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -24,5 +24,5 @@ hydrate = ["leptos/hydrate"]
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
@@ -22,5 +22,5 @@ default = []
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
@@ -17,7 +17,7 @@ leptos-style.workspace = true
|
||||
tailwind_fuse.workspace = true
|
||||
web-sys.workspace = true
|
||||
lucide-leptos = { version = "2.32.0", features = ["navigation"] }
|
||||
leptos-shadcn-button = { path = "../button" }
|
||||
leptos-shadcn-button = "0.2.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -22,5 +22,5 @@ default = []
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
@@ -22,5 +22,5 @@ default = []
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils", version = "0.2.0" }
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
||||
0
scripts/publish_v0.2.0_components.sh
Normal file → Executable file
0
scripts/publish_v0.2.0_components.sh
Normal file → Executable file
Reference in New Issue
Block a user