Skip to content

Commit

Permalink
🔧 Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleigh-dot-dev committed Oct 8, 2024
1 parent ae26673 commit f72d9dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "lustre_dev_tools"
version = "1.5.9"
version = "1.6.0"
target = "erlang"
gleam = ">= 1.1.0"

Expand All @@ -16,24 +16,24 @@ internal_modules = ["lustre_dev_tools", "lustre_dev_tools/*"]
[dependencies]
argv = "~> 1.0"
filepath = "~> 1.0"
fs = "~> 8.6"
gleam_community_ansi = "~> 1.4"
gleam_crypto = ">= 1.3.0 and < 2.0.0"
gleam_erlang = "~> 0.25"
gleam_http = "~> 3.6"
gleam_httpc = "~> 3.0"
gleam_json = "~> 1.0 or ~> 2.0"
gleam_otp = "~> 0.10"
gleam_package_interface = "~> 1.0"
gleam_stdlib = "~> 0.34 or ~> 1.0"
glint = ">=1.0.0 and < 2.0.0"
glisten = "~> 5.0"
mist = "~> 2.0"
glisten = ">= 5.0.0 and < 6.0.0"
mist = ">= 1.2.0 and < 4.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
spinner = "~> 1.1"
wisp = "~> 1.0"
fs = "~> 8.6"
gleam_httpc = "~> 3.0"
term_size = ">= 1.0.1 and < 2.0.0"
gleam_crypto = ">= 1.3.0 and < 2.0.0"
tom = ">= 1.0.1 and < 2.0.0"
wisp = "~> 1.1"

[dev-dependencies]
gleeunit = "~> 1.0"
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ gleam_package_interface = { version = "~> 1.0" }
gleam_stdlib = { version = "~> 0.34 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
glint = { version = ">=1.0.0 and < 2.0.0" }
glisten = { version = "~> 5.0" }
mist = { version = "~> 2.0" }
glisten = { version = ">= 5.0.0 and < 6.0.0" }
mist = { version = ">= 1.2.0 and < 4.0.0" }
simplifile = { version = ">= 2.2.0 and < 3.0.0" }
spinner = { version = "~> 1.1" }
term_size = { version = ">= 1.0.1 and < 2.0.0" }
tom = { version = ">= 1.0.1 and < 2.0.0" }
wisp = { version = "~> 1.0" }
wisp = { version = "~> 1.1" }

0 comments on commit f72d9dc

Please sign in to comment.