Update example/ dependencies

This commit is contained in:
Jeroen Engels 2018-11-05 19:12:38 +01:00
parent ef1316c9bd
commit 6cb6335e0e

View File

@ -10,12 +10,20 @@
"elm/core": "1.0.0",
"elm/html": "1.0.0",
"elm/json": "1.0.0",
"elm/regex": "1.0.0"
"elm/regex": "1.0.0",
"jfmengels/elm-lint": "3.0.0"
},
"indirect": {
"elm/parser": "1.1.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
"elm/virtual-dom": "1.0.2",
"elm-community/json-extra": "4.0.0",
"elm-community/list-extra": "8.1.0",
"rtfeldman/elm-hex": "1.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2",
"stil4m/elm-syntax": "7.0.2",
"stil4m/structured-writer": "1.0.2"
}
},
"test-dependencies": {