diff options
Diffstat (limited to 'examples/02-interactivity/gleam.toml')
-rw-r--r-- | examples/02-interactivity/gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/02-interactivity/gleam.toml b/examples/02-interactivity/gleam.toml index da014ee..e8efd73 100644 --- a/examples/02-interactivity/gleam.toml +++ b/examples/02-interactivity/gleam.toml @@ -3,8 +3,8 @@ version = "1.0.0" target = "javascript" [dependencies] -gleam_stdlib = "~> 0.34 or ~> 1.0" -lustre = { path = "../../" } +gleam_stdlib = "~> 0.36" +lustre = "~> 4.0" lustre_ui = "~> 0.4" [dev-dependencies] |