diff options
author | Ian M. Jones <ian@ianmjones.com> | 2024-03-15 04:09:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 05:09:55 +0100 |
commit | 3bab5eb8d1d1f98742a34ad9ebb45e7e059024b5 (patch) | |
tree | d90741b67194987afa734063e9c83f4498f4c1e0 /examples/03-controlled-inputs/gleam.toml | |
parent | 99a9927609388e1ef1e6336ba70c57bbfbb1a450 (diff) | |
download | lustre-3bab5eb8d1d1f98742a34ad9ebb45e7e059024b5.tar.gz lustre-3bab5eb8d1d1f98742a34ad9ebb45e7e059024b5.zip |
🔀 Update dependencies for examples. (#60)
Diffstat (limited to 'examples/03-controlled-inputs/gleam.toml')
-rw-r--r-- | examples/03-controlled-inputs/gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/03-controlled-inputs/gleam.toml b/examples/03-controlled-inputs/gleam.toml index 4368c0c..a9666db 100644 --- a/examples/03-controlled-inputs/gleam.toml +++ b/examples/03-controlled-inputs/gleam.toml @@ -5,7 +5,7 @@ target = "javascript" [dependencies] gleam_stdlib = "~> 0.34 or ~> 1.0" lustre = { path = "../../" } -lustre_ui = "~> 0.3" +lustre_ui = "~> 0.4" [dev-dependencies] gleeunit = "~> 1.0" |