Skip to content

Commit

Permalink
Update dependencies for some patches
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Nov 15, 2018
1 parent cc2ba2b commit 4803e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.1",
Expand All @@ -16,8 +16,8 @@
"elm/url": "1.0.0"
},
"indirect": {
"elm/bytes": "1.0.2",
"elm/file": "1.0.0",
"elm/bytes": "1.0.3",
"elm/file": "1.0.1",
"elm/virtual-dom": "1.0.0"
}
},
Expand Down

0 comments on commit 4803e86

Please sign in to comment.