A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update elm dependencies

+10 -10
+10 -10
elm.json
··· 7 7 "elm-version": "0.19.1", 8 8 "dependencies": { 9 9 "direct": { 10 - "FabienHenon/elm-infinite-list-view": "3.1.1", 10 + "FabienHenon/elm-infinite-list-view": "3.2.0", 11 11 "Fresheyeball/elm-return": "7.1.0", 12 12 "Gizra/elm-all-set": "1.0.1", 13 13 "Gizra/elm-debouncer": "2.0.0", 14 - "Herteby/enum": "1.0.0", 14 + "Herteby/enum": "1.0.1", 15 15 "NoRedInk/elm-json-decode-pipeline": "1.0.0", 16 16 "Skinney/murmur3": "2.0.8", 17 - "arturopala/elm-monocle": "2.1.0", 17 + "arturopala/elm-monocle": "2.2.0", 18 18 "avh4/elm-color": "1.0.0", 19 19 "elm/browser": "1.0.2", 20 - "elm/core": "1.0.4", 20 + "elm/core": "1.0.5", 21 21 "elm/file": "1.0.5", 22 22 "elm/html": "1.0.0", 23 23 "elm/http": "2.0.0", ··· 29 29 "elm/url": "1.0.0", 30 30 "elm/virtual-dom": "1.0.2", 31 31 "elm-community/dict-extra": "2.4.0", 32 - "elm-community/html-extra": "3.3.0", 33 - "elm-community/list-extra": "8.2.3", 34 - "elm-community/maybe-extra": "5.1.0", 32 + "elm-community/html-extra": "3.4.0", 33 + "elm-community/list-extra": "8.2.4", 34 + "elm-community/maybe-extra": "5.2.0", 35 35 "elm-explorations/markdown": "1.0.0", 36 36 "icidasset/elm-binary": "2.1.0", 37 37 "icidasset/elm-material-icons": "3.1.0", 38 38 "icidasset/elm-sha": "2.0.2", 39 - "mpizenberg/elm-pointer-events": "4.0.1", 39 + "mpizenberg/elm-pointer-events": "4.0.2", 40 40 "newlandsvalley/elm-binary-base64": "1.0.3", 41 41 "noahzgordon/elm-color-extra": "1.0.2", 42 - "ohanhi/keyboard": "2.0.0", 42 + "ohanhi/keyboard": "2.0.1", 43 43 "rtfeldman/elm-css": "16.0.1", 44 44 "rtfeldman/elm-hex": "1.0.0", 45 45 "ryannhg/date-format": "2.3.0", 46 46 "truqu/elm-base64": "2.0.4", 47 47 "truqu/elm-md5": "1.1.0", 48 48 "wernerdegroot/listzipper": "4.0.0", 49 - "ymtszw/elm-xml-decode": "3.1.0" 49 + "ymtszw/elm-xml-decode": "3.2.1" 50 50 }, 51 51 "indirect": { 52 52 "elm/bytes": "1.0.8",