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 dependencies

+6 -6
+6 -6
elm.json
··· 7 7 "elm-version": "0.19.1", 8 8 "dependencies": { 9 9 "direct": { 10 - "FabienHenon/elm-infinite-list-view": "3.0.0", 10 + "FabienHenon/elm-infinite-list-view": "3.1.1", 11 11 "Gizra/elm-all-set": "1.0.1", 12 12 "Gizra/elm-debouncer": "2.0.0", 13 13 "Herteby/enum": "1.0.0", 14 14 "NoRedInk/elm-json-decode-pipeline": "1.0.0", 15 15 "Skinney/murmur3": "2.0.8", 16 16 "avh4/elm-color": "1.0.0", 17 - "elm/browser": "1.0.1", 17 + "elm/browser": "1.0.2", 18 18 "elm/bytes": "1.0.8", 19 - "elm/core": "1.0.2", 19 + "elm/core": "1.0.4", 20 20 "elm/file": "1.0.5", 21 21 "elm/html": "1.0.0", 22 22 "elm/http": "2.0.0", ··· 28 28 "elm/url": "1.0.0", 29 29 "elm/virtual-dom": "1.0.2", 30 30 "elm-community/html-extra": "3.3.0", 31 - "elm-community/list-extra": "8.2.0", 32 - "elm-community/maybe-extra": "5.0.0", 31 + "elm-community/list-extra": "8.2.2", 32 + "elm-community/maybe-extra": "5.1.0", 33 33 "elm-explorations/markdown": "1.0.0", 34 34 "icidasset/elm-binary": "2.1.0", 35 35 "icidasset/elm-material-icons": "1.0.1", ··· 57 57 "direct": {}, 58 58 "indirect": {} 59 59 } 60 - } 60 + }