Upgrade dependencies

This commit is contained in:
Jeroen Engels 2019-07-31 09:48:03 +02:00
parent 5d297822ca
commit f102759274
2 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.2 <= v < 2.0.0",
"elm-community/list-extra": "8.2.0 <= v < 9.0.0",
"elm-community/list-extra": "8.2.1 <= v < 9.0.0",
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
"mgold/elm-nonempty-list": "4.0.1 <= v < 5.0.0",
"stil4m/elm-syntax": "7.1.0 <= v < 8.0.0"

View File

@ -9,15 +9,15 @@
"dependencies": {
"direct": {
"elm/browser": "1.0.1",
"elm/core": "1.0.0",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/regex": "1.0.0",
"elm-community/list-extra": "8.2.0",
"mgold/elm-nonempty-list": "4.0.0",
"stil4m/elm-syntax": "7.0.2"
"elm-community/list-extra": "8.2.1",
"mgold/elm-nonempty-list": "4.0.1",
"stil4m/elm-syntax": "7.1.0"
},
"indirect": {
"elm/json": "1.0.0",
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
@ -25,7 +25,7 @@
"elm/virtual-dom": "1.0.2",
"elm-community/json-extra": "4.0.0",
"rtfeldman/elm-hex": "1.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2",
"rtfeldman/elm-iso8601-date-strings": "1.1.3",
"stil4m/structured-writer": "1.0.2"
}
},