🔧 Fix test-utils version constraints in all component packages

This commit is contained in:
Peter Hanssens
2025-09-03 19:38:06 +10:00
parent b4eb66d581
commit f7b54f9cc7
33 changed files with 33 additions and 33 deletions

View File

@@ -24,5 +24,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 }