aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/gleam.toml b/gleam.toml
index 43b2689..ed874bb 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,6 +1,6 @@
name = "lustre"
version = "4.0.0-rc1"
-gleam = ">= 1.0.0"
+gleam = ">= 0.34"
description = "An Elm-inspired framework for building single page applications and server-rendered components in Gleam!"
repository = { type = "github", user = "lustre-labs", repo = "lustre" }
@@ -43,16 +43,16 @@ pages = [
argv = "~> 1.0"
filepath = "~> 0.1"
gleam_community_ansi = "~> 1.4"
-gleam_erlang = "~> 0.23"
-gleam_json = "~> 0.7"
-gleam_otp = "~> 0.8"
-gleam_stdlib = "~> 0.34"
-glint = "0.16.0-rc1"
+gleam_erlang = "~> 0.24"
+gleam_json = "~> 1.0"
+gleam_otp = "~> 0.9"
+gleam_stdlib = "~> 0.34 or ~> 1.0"
+glint = "0.16.0"
justin = "~> 1.0"
-shellout = "~> 1.5"
+shellout = "~> 1.6"
simplifile = "~> 1.4"
-tom = "~> 0.3"
spinner = "~> 1.1"
+tom = "~> 0.3"
[dev-dependencies]
birdie = "~> 1.0"