diff --git a/elm.json b/elm.json index a9eb9968..a5d773a0 100644 --- a/elm.json +++ b/elm.json @@ -42,6 +42,7 @@ "elm/json": "1.1.3 <= v < 2.0.0", "elm/regex": "1.0.0 <= v < 2.0.0", "elm/url": "1.0.0 <= v < 2.0.0", + "elm/virtual-dom": "1.0.2 <= v < 2.0.0", "elm-community/dict-extra": "2.4.0 <= v < 3.0.0", "elm-community/list-extra": "8.3.0 <= v < 9.0.0", "jfmengels/elm-review": "2.5.0 <= v < 3.0.0", diff --git a/examples/docs/elm.json b/examples/docs/elm.json index 0a797e78..ff832fd1 100644 --- a/examples/docs/elm.json +++ b/examples/docs/elm.json @@ -25,6 +25,7 @@ "elm/regex": "1.0.0", "elm/time": "1.0.0", "elm/url": "1.0.0", + "elm/virtual-dom": "1.0.2", "elm-community/dict-extra": "2.4.0", "elm-community/list-extra": "8.3.0", "justinmimbs/date": "3.2.1", @@ -47,7 +48,6 @@ "elm/file": "1.0.5", "elm/parser": "1.1.0", "elm/random": "1.0.0", - "elm/virtual-dom": "1.0.2", "fredcy/elm-parseint": "2.0.1", "justinmimbs/time-extra": "1.1.0", "lazamar/dict-parser": "1.0.2", diff --git a/examples/end-to-end/elm.json b/examples/end-to-end/elm.json index bf9a5c08..620d098e 100644 --- a/examples/end-to-end/elm.json +++ b/examples/end-to-end/elm.json @@ -22,6 +22,7 @@ "elm/regex": "1.0.0", "elm/time": "1.0.0", "elm/url": "1.0.0", + "elm/virtual-dom": "1.0.2", "elm-community/dict-extra": "2.4.0", "elm-community/list-extra": "8.3.0", "matheus23/elm-default-tailwind-modules": "2.0.1", @@ -41,7 +42,6 @@ "elm/file": "1.0.5", "elm/parser": "1.1.0", "elm/random": "1.0.0", - "elm/virtual-dom": "1.0.2", "fredcy/elm-parseint": "2.0.1", "mgold/elm-nonempty-list": "4.2.0", "rtfeldman/elm-hex": "1.0.0" diff --git a/examples/escaping/dist/escaping/index.html b/examples/escaping/dist/escaping/index.html index 1292c4eb..f532b1e7 100644 --- a/examples/escaping/dist/escaping/index.html +++ b/examples/escaping/dist/escaping/index.html @@ -29,6 +29,7 @@ let prefetchedPages=[window.location.pathname],initialLocationHash=document.loca font-size:14px; color:rgb(255, 0, 0); }
Hello! 2 > 1