Skip to content

Commit

Permalink
Upgrade core Elm package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Aug 18, 2021
1 parent 49a66e6 commit 37ee945
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skeleton/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.2",
"elm/json": "1.1.3",
"elm/url": "1.0.0",
"elm-explorations/markdown": "1.0.0"
},
"indirect": {
"elm/bytes": "1.0.7",
"elm/file": "1.0.1",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"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 37ee945

Please sign in to comment.