From 8b639b0469a56d42187429b7a310a4bf19c26842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:59:12 +0000 Subject: [PATCH] Update elm-explorations/test requirement from 1.2.2 <= v < 2.0.0 to 1.2.2 <= v < 3.0.0 Updates the requirements on [elm-explorations/test](https://github.com/elm-explorations/test) to permit the latest version. - [Release notes](https://github.com/elm-explorations/test/releases) - [Changelog](https://github.com/elm-explorations/test/blob/master/CHANGELOG.md) - [Commits](https://github.com/elm-explorations/test/compare/1.2.2...2.0.1) --- updated-dependencies: - dependency-name: elm-explorations/test dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 37d9065..d30d249 100644 --- a/elm.json +++ b/elm.json @@ -15,6 +15,6 @@ "norpan/elm-json-patch": "1.0.1 <= v < 2.0.0" }, "test-dependencies": { - "elm-explorations/test": "1.2.2 <= v < 2.0.0" + "elm-explorations/test": "1.2.2 <= v < 3.0.0" } }