diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-26 00:34:56 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-26 00:34:56 +0000 |
commit | dd1ef3b2c60e5efa9619bf6e27d57204dc0eaefd (patch) | |
tree | 30b60f3f44007d906485336c98085eadbf48737a /examples/03-controlled-inputs/gleam.toml | |
parent | a5b1b935c3555173603181780f68da96bc00c197 (diff) | |
download | lustre-dd1ef3b2c60e5efa9619bf6e27d57204dc0eaefd.tar.gz lustre-dd1ef3b2c60e5efa9619bf6e27d57204dc0eaefd.zip |
:wrench: Update examples to use Lustre v4.0.0
Diffstat (limited to 'examples/03-controlled-inputs/gleam.toml')
-rw-r--r-- | examples/03-controlled-inputs/gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/03-controlled-inputs/gleam.toml b/examples/03-controlled-inputs/gleam.toml index da014ee..e8efd73 100644 --- a/examples/03-controlled-inputs/gleam.toml +++ b/examples/03-controlled-inputs/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] |