Skip to content

Commit

Permalink
upgrade lustre to v4.2.2 which fixes disabled property not working
Browse files Browse the repository at this point in the history
on hard refresh

lustre-labs/lustre#125
  • Loading branch information
MAHcodes committed May 12, 2024
1 parent f54ddb5 commit e0dfbf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plinth = ">= 0.2.0 and < 1.0.0"
gleam_javascript = ">= 0.8.0 and < 1.0.0"
kirala_markdown = ">= 1.0.2 and < 2.0.0"
lustre_http = ">= 0.5.2 and < 1.0.0"
lustre = ">= 4.2.0 and < 5.0.0"
lustre = ">= 4.2.2 and < 5.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions app/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [
{ name = "gleescript", version = "1.0.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_erlang", "gleam_stdlib", "simplifile", "snag", "tom"], otp_app = "gleescript", source = "hex", outer_checksum = "C7165DADC9B658CF30BCD57195FAAA2B2ED1749285EB0BE0129439C680572A56" },
{ name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" },
{ name = "kirala_markdown", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "kirala_markdown", source = "hex", outer_checksum = "A3E1578F5C33540087902BE54831F653AED2ABD2ACDDE498ADCA7AA3A7EEE7CC" },
{ name = "lustre", version = "4.2.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_json", "gleam_otp", "gleam_stdlib"], otp_app = "lustre", source = "hex", outer_checksum = "258F876CD7AB12C2C773F1A30F76DFC0A0ED989B720070DF32FC0717A6A0E60C" },
{ name = "lustre", version = "4.2.2", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_json", "gleam_otp", "gleam_stdlib"], otp_app = "lustre", source = "hex", outer_checksum = "927683F0F45D32A3C10449A8E85F0DAE383AADDB31AD7499670C998E73DA8D49" },
{ name = "lustre_http", version = "0.5.2", build_tools = ["gleam"], requirements = ["gleam_fetch", "gleam_http", "gleam_javascript", "gleam_json", "gleam_stdlib", "lustre"], otp_app = "lustre_http", source = "hex", outer_checksum = "FB0478CBFA6B16DBE8ECA326DAE2EC15645E04900595EF2C4F039ABFA0512ABA" },
{ name = "lustre_ui", version = "0.6.0", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_json", "gleam_stdlib", "lustre"], otp_app = "lustre_ui", source = "hex", outer_checksum = "FA1F9E89D89CDD5DF376ED86ABA8A38441CB2E664CD4D402F22A49DA4D7BB56D" },
{ name = "modem", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "lustre"], otp_app = "modem", source = "hex", outer_checksum = "584897B281E86458C513D9FB0D00C143507FA684042616A87BD4A4695B272FDE" },
Expand All @@ -31,7 +31,7 @@ gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleescript = { version = ">= 1.0.1 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
kirala_markdown = { version = ">= 1.0.2 and < 2.0.0" }
lustre = { version = ">= 4.2.0 and < 5.0.0" }
lustre = { version = ">= 4.2.2 and < 5.0.0"}
lustre_http = { version = ">= 0.5.2 and < 1.0.0" }
lustre_ui = { version = ">= 0.6.0 and < 1.0.0" }
modem = { version = ">= 1.0.0 and < 2.0.0" }
Expand Down
11 changes: 1 addition & 10 deletions app/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "class",
content: ["./src/**/*.{html,gleam,js,ts,css}"],
content: ["./src/**/*.{html,gleam,js,mjs,ts,css}"],
future: {
hoverOnlyWhenSupported: true,
},
purge: {
safelist: [
"animate-fade-in",
"animate-fade-out",
"hidden",
"opacity-0",
"invisible",
],
},
theme: {
container: {
center: true,
Expand Down

0 comments on commit e0dfbf5

Please sign in to comment.