Skip to content

Commit 1d3948d

Browse files
authored
update elm.json for 0.19.1 and package patches
1 parent 67d7f7b commit 1d3948d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

elm.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"type": "application",
33
"source-directories": [
4-
"examples"
4+
"src"
55
],
6-
"elm-version": "0.19.0",
6+
"elm-version": "0.19.1",
77
"dependencies": {
88
"direct": {
9-
"elm/browser": "1.0.0",
10-
"elm/core": "1.0.2",
9+
"elm/browser": "1.0.2",
10+
"elm/core": "1.0.4",
1111
"elm/html": "1.0.0",
1212
"elm/http": "2.0.0",
13-
"elm/json": "1.1.1",
13+
"elm/json": "1.1.3",
1414
"elm/random": "1.0.0",
1515
"elm/time": "1.0.0",
1616
"elm/url": "1.0.0"
1717
},
1818
"indirect": {
19-
"elm/bytes": "1.0.3",
20-
"elm/file": "1.0.1",
21-
"elm/virtual-dom": "1.0.0"
19+
"elm/bytes": "1.0.8",
20+
"elm/file": "1.0.5",
21+
"elm/virtual-dom": "1.0.2"
2222
}
2323
},
2424
"test-dependencies": {
2525
"direct": {},
2626
"indirect": {}
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)