File tree Expand file tree Collapse file tree 7 files changed +13
-72
lines changed
Expand file tree Collapse file tree 7 files changed +13
-72
lines changed Original file line number Diff line number Diff line change 11{
22 "git-dependencies" : {
33 "direct" : {
4- "https://github.com/unisonweb/ui-core" : " 7c7f27ca49e837f272642aa24a25d1bdba57714b "
4+ "https://github.com/unisonweb/ui-core" : " 73ffa9d42290ce3d5deeb80acc19f4606b2f7685 "
55 },
66 "indirect" : {}
77 }
Original file line number Diff line number Diff line change 77 "elm-version" : " 0.19.1" ,
88 "dependencies" : {
99 "direct" : {
10+ "NoRedInk/elm-json-decode-pipeline" : " 1.0.1" ,
1011 "NoRedInk/elm-simple-fuzzy" : " 1.0.3" ,
1112 "avh4/elm-color" : " 1.0.0" ,
12- "danhandrea/elm-date-format" : " 2.0.1 " ,
13+ "danhandrea/elm-date-format" : " 2.0.2 " ,
1314 "elm/browser" : " 1.0.2" ,
1415 "elm/core" : " 1.0.5" ,
1516 "elm/html" : " 1.0.0" ,
1819 "elm/parser" : " 1.1.0" ,
1920 "elm/regex" : " 1.0.0" ,
2021 "elm/svg" : " 1.0.1" ,
22+ "elm/time" : " 1.0.0" ,
2123 "elm/url" : " 1.0.0" ,
2224 "elm-community/html-extra" : " 3.4.0" ,
2325 "elm-community/json-extra" : " 4.3.0" ,
3638 "elm/bytes" : " 1.0.8" ,
3739 "elm/file" : " 1.0.5" ,
3840 "elm/random" : " 1.0.0" ,
39- "elm/time" : " 1.0.0" ,
4041 "elm/virtual-dom" : " 1.0.2" ,
4142 "fredcy/elm-parseint" : " 2.0.1"
4243 }
Original file line number Diff line number Diff line change 1212 "start" : " webpack serve --mode development --port 1234 --config webpack.dev.js" ,
1313 "test" : " elm-test" ,
1414 "review" : " elm-review" ,
15+ "check" : " elm-test; elm-review; ui-core-check-css" ,
1516 "ui-core-check-css" : " ui-core-check-css" ,
1617 "ui-core-install" : " ui-core-install" ,
1718 "ui-core-update" : " ui-core-update" ,
Original file line number Diff line number Diff line change 33 "automatically created by" : " elm-review suppress" ,
44 "learn more" : " elm-review suppress --help" ,
55 "suppressions" : [
6- { "count" : 14 , "filePath" : " elm.json" }
6+ { "count" : 16 , "filePath" : " elm.json" }
77 ]
88}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import Http
1818import Lib.HttpApi as HttpApi
1919import Lib.OperatingSystem exposing (OperatingSystem (..) )
2020import Lib.Util as Util
21- import MermaidDiagram
2221import RemoteData
2322import UI
2423import UI.ActionMenu as ActionMenu
Original file line number Diff line number Diff line change 11import "ui-core/css/ui.css" ;
22import "ui-core/css/themes/unison-light.css" ;
33import "ui-core/css/code.css" ;
4- import "ui-core/UI/CopyOnClick" ; // Include web components
5- import "ui-core/Lib/OnClickOutside" ; // Include web components
6- import "ui-core/Lib/EmbedKatex" ; // Include web components
7- import "ui-core/Lib/MermaidDiagram" ; // Include web components
4+
5+ // Include web components
6+ import "ui-core/UI/CopyOnClick" ;
7+ import "ui-core/Lib/OnClickOutside" ;
8+ import "ui-core/Lib/EmbedKatex" ;
9+ import "ui-core/Lib/MermaidDiagram" ;
10+
811import detectOs from "ui-core/Lib/detectOs" ;
912import preventDefaultGlobalKeyboardEvents from "ui-core/Lib/preventDefaultGlobalKeyboardEvents" ;
1013
You can’t perform that action at this time.
0 commit comments