upgrade to the latest Elm packages in the component catalog

This commit is contained in:
Brian Hicks 2023-04-17 16:25:37 -05:00
parent 698c846fee
commit e1615d9171
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50
2 changed files with 7 additions and 7 deletions

View File

@ -28,10 +28,10 @@
"elm-community/string-extra": "4.0.1",
"myrho/elm-round": "1.0.5",
"pablohirafuji/elm-markdown": "2.0.5",
"rtfeldman/elm-css": "17.1.1",
"rtfeldman/elm-css": "18.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
"rtfeldman/elm-sorter-experiment": "2.1.1",
"tesk9/accessible-html-with-css": "4.1.0",
"rtfeldman/elm-sorter-experiment": "2.1.2",
"tesk9/accessible-html-with-css": "5.1.0",
"tesk9/palette": "3.0.1",
"wernerdegroot/listzipper": "4.0.0"
},
@ -48,9 +48,9 @@
},
"test-dependencies": {
"direct": {
"avh4/elm-program-test": "3.8.0",
"elm-explorations/test": "1.2.2",
"tesk9/accessible-html": "5.3.0"
"avh4/elm-program-test": "4.0.0",
"elm-explorations/test": "2.1.1",
"tesk9/accessible-html": "6.1.0"
},
"indirect": {
"avh4/elm-fifo": "1.0.4",

View File

@ -50,7 +50,7 @@ example =
, update = update
, subscriptions = \_ -> Sub.map HighlighterMsg subscriptions
, preview =
[ div [ css [ Fonts.baseFont, Css.lineHeight (Css.int 2), Css.Global.children [ Css.Global.p [ Css.margin Css.zero ] ] ] ]
[ div [ css [ Fonts.baseFont, Css.lineHeight (Css.num 2), Css.Global.children [ Css.Global.p [ Css.margin Css.zero ] ] ] ]
[ Highlighter.static
{ id = "highlight-preview"
, highlightables =