💻 My personal website blog.kacaii.dev/
blog gleam lustre

:arrow_up: upgrade jot

+60 -4
+1 -1
gleam.toml
··· 15 15 [dependencies] 16 16 gleam_stdlib = ">= 0.44.0 and < 2.0.0" 17 17 lustre = ">= 5.4.0 and < 6.0.0" 18 - jot = ">= 9.0.0 and < 10.0.0" 18 + jot = ">= 10.0.0 and < 11.0.0" 19 19 simplifile = ">= 2.3.1 and < 3.0.0" 20 20 frontmatter = ">= 1.0.1 and < 2.0.0" 21 21 tom = ">= 2.0.0 and < 3.0.0"
+3 -3
manifest.toml
··· 18 18 { name = "gleam_otp", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "gleam_otp", source = "hex", outer_checksum = "BA6A294E295E428EC1562DC1C11EA7530DCB981E8359134BEABC8493B7B2258E" }, 19 19 { name = "gleam_regexp", version = "1.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_regexp", source = "hex", outer_checksum = "9C215C6CA84A5B35BB934A9B61A9A306EC743153BE2B0425A0D032E477B062A9" }, 20 20 { name = "gleam_stdlib", version = "0.68.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "F7FAEBD8EF260664E86A46C8DBA23508D1D11BB3BCC6EE1B89B3BC3E5C83FF1E" }, 21 - { name = "gleam_time", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_time", source = "hex", outer_checksum = "0DF3834D20193F0A38D0EB21F0A78D48F2EC276C285969131B86DF8D4EF9E762" }, 21 + { name = "gleam_time", version = "1.7.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_time", source = "hex", outer_checksum = "56DB0EF9433826D3B99DB0B4AF7A2BFED13D09755EC64B1DAAB46F804A9AD47D" }, 22 22 { name = "gleam_yielder", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_yielder", source = "hex", outer_checksum = "8E4E4ECFA7982859F430C57F549200C7749823C106759F4A19A78AEA6687717A" }, 23 23 { name = "gleeunit", version = "1.9.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "DA9553CE58B67924B3C631F96FE3370C49EB6D6DC6B384EC4862CC4AAA718F3C" }, 24 24 { name = "glexer", version = "2.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "splitter"], otp_app = "glexer", source = "hex", outer_checksum = "40A1FB0919FA080AD6C5809B4C7DBA545841CAAC8168FACDFA0B0667C22475CC" }, ··· 26 26 { name = "gramps", version = "6.0.0", build_tools = ["gleam"], requirements = ["gleam_crypto", "gleam_erlang", "gleam_http", "gleam_stdlib"], otp_app = "gramps", source = "hex", outer_checksum = "8B7195978FBFD30B43DF791A8A272041B81E45D245314D7A41FC57237AA882A0" }, 27 27 { name = "houdini", version = "1.2.0", build_tools = ["gleam"], requirements = [], otp_app = "houdini", source = "hex", outer_checksum = "5DB1053F1AF828049C2B206D4403C18970ABEF5C18671CA3C2D2ED0DD64F6385" }, 28 28 { name = "hpack_erl", version = "0.3.0", build_tools = ["rebar3"], requirements = [], otp_app = "hpack", source = "hex", outer_checksum = "D6137D7079169D8C485C6962DFE261AF5B9EF60FBC557344511C1E65E3D95FB0" }, 29 - { name = "jot", version = "9.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "houdini", "splitter"], otp_app = "jot", source = "hex", outer_checksum = "CB2150EBD742649A925C300AD9969F70CF755ECA98C6AEB92D4058611BCEF594" }, 29 + { name = "jot", version = "10.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "houdini", "splitter"], otp_app = "jot", source = "hex", outer_checksum = "F1600D8ADA1631540778A6A39F7AD87AD8EE8763D8A6BEB988B4AE059884076A" }, 30 30 { name = "logging", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "logging", source = "hex", outer_checksum = "1098FBF10B54B44C2C7FDF0B01C1253CAFACDACABEFB4B0D027803246753E06D" }, 31 31 { name = "lustre", version = "5.5.2", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_json", "gleam_otp", "gleam_stdlib", "houdini"], otp_app = "lustre", source = "hex", outer_checksum = "2DC2973D81C12E63251B636773217B8E09C5C84590A729750F6BCF009420B38E" }, 32 32 { name = "marceau", version = "1.3.0", build_tools = ["gleam"], requirements = [], otp_app = "marceau", source = "hex", outer_checksum = "2D1C27504BEF45005F5DFB18591F8610FB4BFA91744878210BDC464412EC44E9" }, ··· 49 49 gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" } 50 50 gleam_time = { version = ">= 1.6.0 and < 2.0.0" } 51 51 gleeunit = { version = ">= 1.0.0 and < 2.0.0" } 52 - jot = { version = ">= 9.0.0 and < 10.0.0" } 52 + jot = { version = ">= 10.0.0 and < 11.0.0" } 53 53 lustre = { version = ">= 5.4.0 and < 6.0.0" } 54 54 mist = { version = ">= 5.0.3 and < 6.0.0" } 55 55 simplifile = { version = ">= 2.3.1 and < 3.0.0" }
+56
node_modules/.package-lock.json
··· 113 113 "url": "https://opencollective.com/parcel" 114 114 } 115 115 }, 116 + "node_modules/@parcel/watcher-linux-x64-musl": { 117 + "version": "2.5.1", 118 + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", 119 + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", 120 + "cpu": [ 121 + "x64" 122 + ], 123 + "license": "MIT", 124 + "optional": true, 125 + "os": [ 126 + "linux" 127 + ], 128 + "engines": { 129 + "node": ">= 10.0.0" 130 + }, 131 + "funding": { 132 + "type": "opencollective", 133 + "url": "https://opencollective.com/parcel" 134 + } 135 + }, 116 136 "node_modules/@tailwindcss/cli": { 117 137 "version": "4.1.18", 118 138 "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.18.tgz", ··· 173 193 "version": "4.1.18", 174 194 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz", 175 195 "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==", 196 + "cpu": [ 197 + "x64" 198 + ], 199 + "license": "MIT", 200 + "optional": true, 201 + "os": [ 202 + "linux" 203 + ], 204 + "engines": { 205 + "node": ">= 10" 206 + } 207 + }, 208 + "node_modules/@tailwindcss/oxide-linux-x64-musl": { 209 + "version": "4.1.18", 210 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz", 211 + "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==", 176 212 "cpu": [ 177 213 "x64" 178 214 ], ··· 312 348 "version": "1.30.2", 313 349 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", 314 350 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", 351 + "cpu": [ 352 + "x64" 353 + ], 354 + "license": "MPL-2.0", 355 + "optional": true, 356 + "os": [ 357 + "linux" 358 + ], 359 + "engines": { 360 + "node": ">= 12.0.0" 361 + }, 362 + "funding": { 363 + "type": "opencollective", 364 + "url": "https://opencollective.com/parcel" 365 + } 366 + }, 367 + "node_modules/lightningcss-linux-x64-musl": { 368 + "version": "1.30.2", 369 + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", 370 + "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", 315 371 "cpu": [ 316 372 "x64" 317 373 ],