Skip to content

Commit 63b36e0

Browse files
committed
elm.json updates
1 parent 2ca2a1c commit 63b36e0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

elm.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"elm-version": "0.19.1",
99
"dependencies": {
1010
"direct": {
11-
"MaybeJustJames/yaml": "2.1.4",
11+
"MaybeJustJames/yaml": "2.1.5",
1212
"NoRedInk/elm-json-decode-pipeline": "1.0.1",
1313
"avh4/elm-color": "1.0.0",
1414
"danfishgold/base64-bytes": "1.1.0",
@@ -39,7 +39,7 @@
3939
"ianmackenzie/elm-triangular-mesh": "1.1.0",
4040
"ianmackenzie/elm-units": "2.10.0",
4141
"jluckyiv/elm-utc-date-strings": "1.0.0",
42-
"joshuanianji/github-language-colors": "3.0.0",
42+
"joshuanianji/github-language-colors": "4.0.0",
4343
"justinmimbs/date": "4.1.0",
4444
"mdgriffith/elm-codegen": "4.2.2",
4545
"miniBill/elm-codec": "2.2.0",
@@ -48,7 +48,7 @@
4848
"robinheghan/fnv1a": "1.0.0",
4949
"rtfeldman/elm-css": "18.0.0",
5050
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
51-
"the-sett/elm-syntax-dsl": "6.0.2",
51+
"the-sett/elm-syntax-dsl": "6.0.3",
5252
"turboMaCk/non-empty-list-alias": "1.4.0",
5353
"vito/elm-ansi": "10.0.1"
5454
},
@@ -70,10 +70,10 @@
7070
"ianmackenzie/elm-interval": "3.1.0",
7171
"ianmackenzie/elm-units-interval": "3.2.0",
7272
"mdgriffith/elm-ui": "1.1.8",
73-
"miniBill/elm-unicode": "1.1.0",
73+
"miniBill/elm-unicode": "1.1.1",
7474
"robinheghan/murmur3": "1.0.0",
7575
"rtfeldman/elm-hex": "1.0.0",
76-
"stil4m/elm-syntax": "7.3.2",
76+
"stil4m/elm-syntax": "7.3.8",
7777
"stil4m/structured-writer": "1.0.3",
7878
"the-sett/elm-pretty-printer": "3.1.0"
7979
}

src/Icosahedron.elm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Literally hardcoding an icosahedron for Elm-3d-scene to render
77
import Angle exposing (Angle)
88
import Browser.Events
99
import Camera3d
10-
import Colours
1110
import Color exposing (Color)
1211
import Duration exposing (Duration)
1312
import Html.Styled exposing (Html, fromUnstyled)

0 commit comments

Comments
 (0)