Skip to content

Commit

Permalink
Fixes #14584: port change-validation plugin to elm 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Elaad Furreedan committed Apr 3, 2019
1 parent 155abe5 commit 9130d5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions change-validation/src/main/elm/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
"ccapndave/elm-flat-map": "1.2.0",
"elm/browser": "1.0.1",
"elm/core": "1.0.0",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/http": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/regex": "1.0.0",
"elm-community/list-extra": "8.1.0",
"elm-community/list-extra": "8.2.0",
"pablen/toasty": "1.2.0"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
Expand Down

0 comments on commit 9130d5e

Please sign in to comment.