Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Up elm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-king committed Mar 15, 2019
1 parent b919dda commit f2f1383
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@
"dependencies": {
"direct": {
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/http": "1.0.0",
"elm/json": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/url": "1.0.0",
"elm-explorations/test": "1.2.1"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.4",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.0"
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
Expand Down

0 comments on commit f2f1383

Please sign in to comment.