Update and remove dependencies

This commit is contained in:
Jeroen Engels 2019-06-03 00:05:11 +02:00
parent 9cd5b6f001
commit 7adba9b436

View File

@ -13,12 +13,10 @@
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"mgold/elm-nonempty-list": "4.0.0 <= v < 5.0.0",
"stil4m/elm-syntax": "7.0.2 <= v < 8.0.0"
"mgold/elm-nonempty-list": "4.0.1 <= v < 5.0.0",
"stil4m/elm-syntax": "7.1.0 <= v < 8.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.1.0 <= v < 2.0.0"
"elm-explorations/test": "1.2.1 <= v < 2.0.0"
}
}