Skip to content

Commit 84fe038

Browse files
committed
Add new dependencies to elm.json
Fix #128 Fix #129
1 parent b6b4c90 commit 84fe038

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

elm.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
"dependencies": {
88
"direct": {
99
"elm/browser": "1.0.0",
10-
"elm/core": "1.0.0",
10+
"elm/core": "1.0.1",
1111
"elm/html": "1.0.0",
12-
"elm/http": "1.0.0",
13-
"elm/json": "1.0.0",
12+
"elm/http": "2.0.0",
13+
"elm/json": "1.1.1",
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.1",
20+
"elm/file": "1.0.0",
1921
"elm/virtual-dom": "1.0.0"
2022
}
2123
},

0 commit comments

Comments
 (0)