aboutsummaryrefslogtreecommitdiff
path: root/examples/06-custom-effects/gleam.toml
diff options
context:
space:
mode:
authorIan M. Jones <ian@ianmjones.com>2024-03-15 04:09:55 +0000
committerGitHub <noreply@github.com>2024-03-15 05:09:55 +0100
commit3bab5eb8d1d1f98742a34ad9ebb45e7e059024b5 (patch)
treed90741b67194987afa734063e9c83f4498f4c1e0 /examples/06-custom-effects/gleam.toml
parent99a9927609388e1ef1e6336ba70c57bbfbb1a450 (diff)
downloadlustre-3bab5eb8d1d1f98742a34ad9ebb45e7e059024b5.tar.gz
lustre-3bab5eb8d1d1f98742a34ad9ebb45e7e059024b5.zip
🔀 Update dependencies for examples. (#60)
Diffstat (limited to 'examples/06-custom-effects/gleam.toml')
-rw-r--r--examples/06-custom-effects/gleam.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/06-custom-effects/gleam.toml b/examples/06-custom-effects/gleam.toml
index b84e394..96b9a10 100644
--- a/examples/06-custom-effects/gleam.toml
+++ b/examples/06-custom-effects/gleam.toml
@@ -5,8 +5,8 @@ target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
lustre = { path = "../../" }
-lustre_ui = "~> 0.3"
-lustre_http = "~> 0.4"
+lustre_ui = "~> 0.4"
+lustre_http = "~> 0.5"
[dev-dependencies]
gleeunit = "~> 1.0"