| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/login/elm.json')
| -rw-r--r-- | src/login/elm.json | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/src/login/elm.json b/src/login/elm.json index 00c115b..929038d 100644 --- a/src/login/elm.json +++ b/src/login/elm.json @@ -9,13 +9,15 @@          "direct": {              "NoRedInk/elm-json-decode-pipeline": "1.0.0",              "elm/browser": "1.0.1", -            "elm/core": "1.0.0", +            "elm/core": "1.0.2",              "elm/html": "1.0.0", -            "elm/http": "1.0.0", +            "elm/http": "2.0.0",              "elm/json": "1.1.2",              "elm/url": "1.0.0"          },          "indirect": { +            "elm/bytes": "1.0.7", +            "elm/file": "1.0.1",              "elm/time": "1.0.0",              "elm/virtual-dom": "1.0.2"          } @@ -24,4 +26,4 @@          "direct": {},          "indirect": {}      } -}
\ No newline at end of file +}  | 


