From a4325b3b8ffeb766194bb9cb11af54898914e913 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Fri, 5 Aug 2022 09:23:18 -0700 Subject: [PATCH] Bump accessible html version --- elm.json | 2 +- styleguide/elm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 21e5c6ef..2c112116 100644 --- a/elm.json +++ b/elm.json @@ -85,7 +85,7 @@ "elm-community/string-extra": "4.0.1 <= v < 5.0.0", "pablohirafuji/elm-markdown": "2.0.5 <= v < 3.0.0", "rtfeldman/elm-css": "17.0.1 <= v < 18.0.0", - "tesk9/accessible-html-with-css": "3.0.0 <= v < 4.0.0", + "tesk9/accessible-html-with-css": "3.1.0 <= v < 4.0.0", "tesk9/palette": "3.0.1 <= v < 4.0.0" }, "test-dependencies": { diff --git a/styleguide/elm.json b/styleguide/elm.json index 9565f2c7..dea96987 100644 --- a/styleguide/elm.json +++ b/styleguide/elm.json @@ -25,7 +25,7 @@ "pablohirafuji/elm-markdown": "2.0.5", "rtfeldman/elm-css": "17.0.5", "rtfeldman/elm-sorter-experiment": "2.1.1", - "tesk9/accessible-html-with-css": "3.0.0", + "tesk9/accessible-html-with-css": "3.1.0", "tesk9/palette": "3.0.1", "wernerdegroot/listzipper": "4.0.0" },