Skip to content

Commit 1b274f7

Browse files
committed
Update ui-core
1 parent 90b233a commit 1b274f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

elm-git.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"git-dependencies": {
33
"direct": {
4-
"https://github.com/unisonweb/ui-core": "02a4a7a5ee6ca6bd040474fa929fb5f4bce20c34"
4+
"https://github.com/unisonweb/ui-core": "445be2d414b3067d82b2d5e1f66a40ad57b096c0"
55
},
66
"indirect": {}
77
}

elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"NoRedInk/elm-json-decode-pipeline": "1.0.1",
1111
"NoRedInk/elm-simple-fuzzy": "1.0.3",
1212
"avh4/elm-color": "1.0.0",
13-
"danhandrea/elm-date-format": "2.0.2",
1413
"elm/browser": "1.0.2",
1514
"elm/core": "1.0.5",
1615
"elm/html": "1.0.0",
@@ -31,6 +30,7 @@
3130
"mgold/elm-nonempty-list": "4.2.0",
3231
"noahzgordon/elm-color-extra": "1.0.2",
3332
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
33+
"ryannhg/date-format": "2.3.0",
3434
"stoeffel/set-extra": "1.2.3",
3535
"wernerdegroot/listzipper": "4.0.0"
3636
},
@@ -48,4 +48,4 @@
4848
},
4949
"indirect": {}
5050
}
51-
}
51+
}

src/unisonLocal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "ui-core/css/code.css";
44

55
// Include web components
66
import "ui-core/UI/CopyOnClick";
7+
import "ui-core/UI/CopyrightYear";
78
import "ui-core/Lib/OnClickOutside";
89
import "ui-core/Lib/EmbedKatex";
910
import "ui-core/Lib/MermaidDiagram";

0 commit comments

Comments
 (0)