Skip to content

Commit

Permalink
Merge pull request #14 from joshuanianji/update-deps
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
joshuanianji authored Feb 9, 2024
2 parents b57a673 + 8349c55 commit ac27ac6
Show file tree
Hide file tree
Showing 5 changed files with 929 additions and 848 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
node-version: 18

- name: Download lamdera
run: curl https://static.lamdera.com/bin/linux/lamdera-next-alpine-musl -o /usr/local/bin/lamdera && chmod a+x /usr/local/bin/lamdera

- name: Install dependencies
run: npm ci

Expand Down Expand Up @@ -53,9 +50,6 @@ jobs:
with:
node-version: 18

- name: Download lamdera
run: curl https://static.lamdera.com/bin/linux/lamdera-next-alpine-musl -o /usr/local/bin/lamdera && chmod a+x /usr/local/bin/lamdera

- name: Install dependencies
run: npm ci

Expand Down
6 changes: 1 addition & 5 deletions app/Route/Index.elm
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,23 @@ module Route.Index exposing (Model, Msg, RouteParams, route, Data, ActionData)
import Backend.GetEnv
import Backend.GetExamplesTask exposing (Example, ExampleGroup)
import BackendTask exposing (BackendTask)
import Dict
import Effect
import Element exposing (Element)
import Element.Background as Background
import Element.Border as Border
import Element.Events as Events
import Element.Font as Font
import Element.Input as Input
import ErrorPage
import FatalError exposing (FatalError)
import FeatherIcons
import Head
import Html
import Html.Attributes
import LanguageTag.Country exposing (n_001)
import Lib.Colours as Colours
import Lib.LispAST as AST exposing (AST)
import Lib.Util as Util exposing (eachZero, eachZeroBorder)
import Lib.Views
import List.Nonempty exposing (Nonempty)
import Pages.PageUrl
import PagesMsg
import Ports
import RouteBuilder
Expand Down Expand Up @@ -458,7 +454,7 @@ descriptionWhatis =
, "SECD Notes from UAlberta CMPUT 325 - November 2004"
)
, ( "https://en.wikipedia.org/wiki/SECD_machine", "Wikipedia Article" )
, ( "https://github.com/zachallaun/secd", "Zachallaun's implementation" )
, ( "https://github.com/zachallaun/secd", "Zachallaun's Clojure implementation of an SECD Machine" )
]
]

Expand Down
18 changes: 9 additions & 9 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"avh4/elm-color": "1.0.0",
"danfishgold/base64-bytes": "1.1.0",
"danyx23/elm-mimetype": "4.0.1",
"dillonkearns/elm-bcp47-language-tag": "1.0.1",
"dillonkearns/elm-bcp47-language-tag": "2.0.0",
"dillonkearns/elm-form": "3.0.0",
"dillonkearns/elm-markdown": "7.0.1",
"dillonkearns/elm-pages": "10.0.1",
"dillonkearns/elm-pages": "10.0.3",
"elm/browser": "1.0.2",
"elm/bytes": "1.0.8",
"elm/core": "1.0.5",
Expand All @@ -33,17 +33,17 @@
"jluckyiv/elm-utc-date-strings": "1.0.0",
"justinmimbs/date": "4.0.1",
"lynn/elm-ordinal": "1.0.4",
"mdgriffith/elm-codegen": "3.0.0",
"mdgriffith/elm-codegen": "4.1.1",
"mdgriffith/elm-ui": "1.1.8",
"mgold/elm-nonempty-list": "4.2.0",
"miniBill/elm-codec": "2.0.0",
"miniBill/elm-codec": "2.1.0",
"noahzgordon/elm-color-extra": "1.0.2",
"ohanhi/keyboard": "2.0.1",
"pablohirafuji/elm-syntax-highlight": "3.5.0",
"robinheghan/fnv1a": "1.0.0",
"rtfeldman/elm-css": "18.0.0",
"the-sett/elm-syntax-dsl": "6.0.2",
"turboMaCk/non-empty-list-alias": "1.3.1",
"turboMaCk/non-empty-list-alias": "1.4.0",
"vito/elm-ansi": "10.0.1",
"wernerdegroot/listzipper": "4.0.0"
},
Expand All @@ -57,18 +57,18 @@
"elm-community/basics-extra": "4.1.0",
"elm-community/maybe-extra": "5.3.0",
"fredcy/elm-parseint": "2.0.1",
"miniBill/elm-unicode": "1.0.3",
"miniBill/elm-unicode": "1.1.0",
"robinheghan/murmur3": "1.0.0",
"rtfeldman/elm-hex": "1.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
"stil4m/elm-syntax": "7.2.9",
"stil4m/elm-syntax": "7.3.2",
"stil4m/structured-writer": "1.0.3",
"the-sett/elm-pretty-printer": "3.0.0"
"the-sett/elm-pretty-printer": "3.1.0"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.1"
"elm-explorations/test": "2.2.0"
},
"indirect": {}
}
Expand Down
Loading

0 comments on commit ac27ac6

Please sign in to comment.