all repos

onasty @ 00d1621a13f2d5cfc18ea9585223b5c0cbc413f6

a one-time notes service

onasty/web/elm.json (view raw)

dependabot[bot] dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
chore(deps): bump elm/html from 1.0.0 to 1.0.1 in /web (#241)..., 6 months ago
1
{
2
    "type": "application",
3
    "source-directories": [
4
        "src",
5
        ".elm-land/src"
6
    ],
7
    "elm-version": "0.19.1",
8
    "dependencies": {
9
        "direct": {
10
            "elm/browser": "1.0.2",
11
            "elm/core": "1.0.5",
12
            "elm/html": "1.0.1",
13
            "elm/http": "2.0.0",
14
            "elm/json": "1.1.4",
15
            "elm/time": "1.0.0",
16
            "elm/url": "1.0.0",
17
            "rtfeldman/elm-iso8601-date-strings": "1.1.4",
18
            "ryan-haskell/date-format": "1.0.0",
19
            "simonh1000/elm-jwt": "7.1.1"
20
        },
21
        "indirect": {
22
            "danfishgold/base64-bytes": "1.1.0",
23
            "elm/bytes": "1.0.8",
24
            "elm/file": "1.0.5",
25
            "elm/parser": "1.1.0",
26
            "elm/virtual-dom": "1.0.3"
27
        }
28
    },
29
    "test-dependencies": {
30
        "direct": {},
31
        "indirect": {}
32
    }
33
}