File tree Expand file tree Collapse file tree 11 files changed +16
-11
lines changed
Expand file tree Collapse file tree 11 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ console_error_panic_hook = "0.1.7"
2121console_log = " 1.0.0"
2222dyn_derive = " 0.3.4"
2323dyn_std = " 0.3.3"
24+ floating-ui-core = { path = " ./packages/core" , version = " 0.3.1" }
25+ floating-ui-dom = { path = " ./packages/dom" , version = " 0.3.1" }
26+ floating-ui-leptos = { path = " ./packages/leptos" , version = " 0.3.1" }
27+ floating-ui-utils = { path = " ./packages/utils" , version = " 0.3.1" }
28+ floating-ui-yew = { path = " ./packages/yew" , version = " 0.3.1" }
2429leptos = " 0.8.0"
2530leptos_router = " 0.8.0"
2631leptos-node-ref = " 0.2.0"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version.workspace = true
1313console_error_panic_hook.workspace = true
1414console_log.workspace = true
1515convert_case = " 0.8.0"
16- floating-ui-leptos = { path = " ../packages/leptos " }
16+ floating-ui-leptos.workspace = true
1717leptos = { workspace = true , features = [" csr" ] }
1818leptos-node-ref.workspace = true
1919log.workspace = true
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ version.workspace = true
1212[dependencies ]
1313dyn_derive.workspace = true
1414dyn_std.workspace = true
15- floating-ui-utils = { path = " ../utils " , version = " 0.3.0 " }
15+ floating-ui-utils.workspace = true
1616serde.workspace = true
1717serde_json.workspace = true
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ repository.workspace = true
1010version.workspace = true
1111
1212[dependencies ]
13- floating-ui-core = { path = " ../core " , version = " 0.3.0 " }
14- floating-ui-utils = { path = " ../utils " , version = " 0.3.0 " , features = [" dom" ] }
13+ floating-ui-core.workspace = true
14+ floating-ui-utils = { workspace = true , features = [" dom" ] }
1515web-sys.workspace = true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515[dependencies ]
1616console_error_panic_hook.workspace = true
1717console_log.workspace = true
18- floating-ui-dom = { path = " .. " }
18+ floating-ui-dom.workspace = true
1919log.workspace = true
2020wasm-bindgen.workspace = true
2121web-sys.workspace = true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version.workspace = true
1212[dependencies ]
1313dyn_derive.workspace = true
1414dyn_std.workspace = true
15- floating-ui-dom = { path = " ../dom " , version = " 0.3.0 " }
15+ floating-ui-dom.workspace = true
1616leptos.workspace = true
1717leptos-node-ref.workspace = true
1818send_wrapper.workspace = true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version.workspace = true
1212[dependencies ]
1313console_error_panic_hook.workspace = true
1414console_log.workspace = true
15- floating-ui-leptos = { path = " .. " }
15+ floating-ui-leptos.workspace = true
1616leptos = { workspace = true , features = [" csr" ] }
1717leptos-node-ref.workspace = true
1818log.workspace = true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version.workspace = true
1313console_error_panic_hook.workspace = true
1414console_log.workspace = true
1515convert_case = " 0.6.0"
16- floating-ui-leptos = { path = " ../.. " }
16+ floating-ui-leptos.workspace = true
1717leptos = { workspace = true , features = [" csr" ] }
1818leptos_router.workspace = true
1919leptos-node-ref.workspace = true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repository.workspace = true
1010version.workspace = true
1111
1212[dependencies ]
13- floating-ui-dom = { path = " ../dom " , version = " 0.3.0 " }
13+ floating-ui-dom.workspace = true
1414yew.workspace = true
1515web-sys.workspace = true
1616
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version.workspace = true
1212[dependencies ]
1313console_error_panic_hook.workspace = true
1414console_log.workspace = true
15- floating-ui-yew = { path = " .. " }
15+ floating-ui-yew.workspace = true
1616log.workspace = true
1717wasm-bindgen.workspace = true
1818web-sys.workspace = true
You can’t perform that action at this time.
0 commit comments