mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-26 09:11:01 +03:00
upgrade to the latest Elm packages in the component catalog
This commit is contained in:
parent
698c846fee
commit
e1615d9171
@ -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",
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user