Skip to content

Commit d833190

Browse files
And that required pprint!
1 parent db85df7 commit d833190

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/gleam.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gleam_http = ">= 3.7.0 and < 4.0.0"
2222
gleam_fetch = ">= 1.0.1 and < 2.0.0"
2323
gleam_javascript = ">= 0.13.0 and < 1.0.0"
2424
gleam_json = ">= 1.0.1 and < 2.0.0"
25+
pprint = ">= 1.0.4 and < 2.0.0"
2526

2627
[dev-dependencies]
2728
gleeunit = ">= 1.0.0 and < 2.0.0"

frontend/manifest.toml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
packages = [
55
{ name = "conversation", version = "1.4.3", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_javascript", "gleam_stdlib"], otp_app = "conversation", source = "hex", outer_checksum = "908B46F60444442785A495197D482558AD8B849C3714A38FAA1940358CC8CCCD" },
66
{ name = "envoy", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "envoy", source = "hex", outer_checksum = "95FD059345AA982E89A0B6E2A3BF1CF43E17A7048DCD85B5B65D3B9E4E39D359" },
7+
{ name = "glam", version = "2.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "glam", source = "hex", outer_checksum = "66EC3BCD632E51EED029678F8DF419659C1E57B1A93D874C5131FE220DFAD2B2" },
78
{ name = "gleam_community_colour", version = "1.4.1", build_tools = ["gleam"], requirements = ["gleam_json", "gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "386CB9B01B33371538672EEA8A6375A0A0ADEF41F17C86DDCB81C92AD00DA610" },
89
{ name = "gleam_fetch", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_javascript", "gleam_stdlib"], otp_app = "gleam_fetch", source = "hex", outer_checksum = "2FCFC0A85A6D5A83076889EEDD02D6779C02FEF6FDE0263C4D3B46D0785EAB7A" },
910
{ name = "gleam_http", version = "3.7.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "A9EE0722106FCCAB8AD3BF9D0A3EFF92BFE8561D59B83BAE96EB0BE1938D4E0F" },
@@ -13,6 +14,7 @@ packages = [
1314
{ name = "gleamy_lights", version = "2.3.0", build_tools = ["gleam"], requirements = ["envoy", "gleam_community_colour", "gleam_stdlib"], otp_app = "gleamy_lights", source = "hex", outer_checksum = "8A3D43BCA0D935F7CC787F4D0D1771F822B3366114C08B93CC8D00747618499A" },
1415
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
1516
{ name = "plinth", version = "0.5.3", build_tools = ["gleam"], requirements = ["conversation", "gleam_javascript", "gleam_json", "gleam_stdlib"], otp_app = "plinth", source = "hex", outer_checksum = "6EDE6EFE2EFB304DA32574A89A9088032278A346156E7C3D824B997378A8D44D" },
17+
{ name = "pprint", version = "1.0.4", build_tools = ["gleam"], requirements = ["glam", "gleam_stdlib"], otp_app = "pprint", source = "hex", outer_checksum = "C310A98BDC0995644847C3C8702DE19656D6BCD638B2A8A358B97824379ECAA1" },
1618
{ name = "shared", version = "1.0.0", build_tools = ["gleam"], requirements = [], source = "local", path = "../shared" },
1719
{ name = "thoas", version = "1.2.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "E38697EDFFD6E91BD12CEA41B155115282630075C2A727E7A6B2947F5408B86A" },
1820
]
@@ -26,4 +28,5 @@ gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
2628
gleamy_lights = { version = ">= 2.3.0 and < 3.0.0" }
2729
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
2830
plinth = { version = ">= 0.5.0 and < 1.0.0" }
31+
pprint = { version = ">= 1.0.4 and < 2.0.0" }
2932
shared = { path = "../shared/" }

0 commit comments

Comments
 (0)