Skip to content

Commit

Permalink
Update boilerplate dependencies as well to get it working again
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriochaves committed Jul 27, 2020
1 parent bb78319 commit 6f4ba11
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 605 deletions.
10 changes: 5 additions & 5 deletions boilerplate/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"source-directories": [
"src"
],
"elm-version": "0.19.0",
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"Fresheyeball/elm-return": "7.0.0",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/core": "1.0.4",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
Expand All @@ -17,10 +17,10 @@
"mdgriffith/elm-ui": "1.1.0"
},
"indirect": {
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.0",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5"
"elm/file": "1.0.5",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.0"
}
},
"test-dependencies": {
Expand Down
Loading

0 comments on commit 6f4ba11

Please sign in to comment.