Merge pull request #10 from katbow/dependency-update
Update dependencies in test elm-package.json
This commit is contained in:
@@ -10,7 +10,7 @@ import Json.Decode exposing (Value)
|
|||||||
-- elm-test
|
-- elm-test
|
||||||
|
|
||||||
|
|
||||||
main : Program Value
|
main : Runner.TestProgram
|
||||||
main =
|
main =
|
||||||
Runner.run emit Tests.all
|
Runner.run emit Tests.all
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ all =
|
|||||||
-- TODO return True if the given Result is an Err of some sort,
|
-- TODO return True if the given Result is an Err of some sort,
|
||||||
-- and False if it is an Ok of some sort.
|
-- and False if it is an Ok of some sort.
|
||||||
--
|
--
|
||||||
-- Result docs: http://package.elm-lang.org/packages/elm-lang/core/4.0.1/Result
|
-- Result docs: http://package.elm-lang.org/packages/elm-lang/core/latest/Result
|
||||||
False
|
False
|
||||||
in
|
in
|
||||||
json
|
json
|
||||||
@@ -46,8 +46,8 @@ all =
|
|||||||
-- TODO convert this to a fuzz test that generates a random
|
-- TODO convert this to a fuzz test that generates a random
|
||||||
-- list of ids instead of this hardcoded list of three ids.
|
-- list of ids instead of this hardcoded list of three ids.
|
||||||
--
|
--
|
||||||
-- fuzz test docs: http://package.elm-lang.org/packages/project-fuzzball/test/2.0.1/Test#fuzz
|
-- fuzz test docs: http://package.elm-lang.org/packages/elm-community/elm-test/latest/Test#fuzz
|
||||||
-- Fuzzer docs: http://package.elm-lang.org/packages/project-fuzzball/test/2.0.1/Fuzz
|
-- Fuzzer docs: http://package.elm-lang.org/packages/project-fuzzball/test/6.0.0
|
||||||
ids =
|
ids =
|
||||||
[ 12, 5, 76 ]
|
[ 12, 5, 76 ]
|
||||||
|
|
||||||
|
|||||||
@@ -9,13 +9,13 @@
|
|||||||
],
|
],
|
||||||
"exposed-modules": [],
|
"exposed-modules": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NoRedInk/elm-decode-pipeline": "1.1.2 <= v < 2.0.0",
|
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
|
||||||
"elm-community/elm-test": "2.0.1 <= v < 3.0.0",
|
"elm-community/elm-test": "3.1.0 <= v < 4.0.0",
|
||||||
"elm-lang/core": "4.0.1 <= v < 5.0.0",
|
"elm-lang/core": "5.0.0 <= v < 6.0.0",
|
||||||
"elm-lang/html": "1.0.0 <= v < 2.0.0",
|
"elm-lang/html": "2.0.0 <= v < 3.0.0",
|
||||||
"evancz/elm-http": "3.0.1 <= v < 4.0.0",
|
"elm-lang/http": "1.0.0 <= v < 2.0.0",
|
||||||
"rtfeldman/html-test-runner": "1.0.0 <= v < 2.0.0",
|
"rtfeldman/html-test-runner": "2.0.0 <= v < 3.0.0",
|
||||||
"rtfeldman/node-test-runner": "2.0.0 <= v < 3.0.0"
|
"rtfeldman/node-test-runner": "3.0.0 <= v < 4.0.0"
|
||||||
},
|
},
|
||||||
"elm-version": "0.17.0 <= v < 0.18.0"
|
"elm-version": "0.18.0 <= v < 0.19.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user