From 930608a8e928737770bb77bc978513a41a5e5c81 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Mon, 26 Jun 2017 14:49:16 -0700 Subject: [PATCH] Forgot to add this to the test commit --- tests/elm-package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/elm-package.json b/tests/elm-package.json index e27c7df..83316a3 100644 --- a/tests/elm-package.json +++ b/tests/elm-package.json @@ -9,11 +9,11 @@ ], "exposed-modules": [], "dependencies": { - "elm-community/json-extra": "1.0.0 <= v < 2.0.0", - "elm-lang/html": "1.0.0 <= v < 2.0.0", - "mgold/elm-random-pcg": "3.0.0 <= v < 4.0.0", - "elm-lang/core": "5.0.0 <= v < 6.0.0", "elm-community/elm-test": "3.0.0 <= v < 4.0.0", + "elm-community/json-extra": "2.3.0 <= v < 3.0.0", + "elm-lang/core": "5.0.0 <= v < 6.0.0", + "elm-lang/html": "2.0.0 <= v < 3.0.0", + "mgold/elm-random-pcg": "5.0.0 <= v < 6.0.0", "rtfeldman/node-test-runner": "3.0.0 <= v < 4.0.0" }, "elm-version": "0.18.0 <= v < 0.19.0"