Skip to content

Commit

Permalink
elm-json upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 17, 2024
1 parent f14fb5a commit c55c7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implement/alternate-ui/source/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"direct": {
"danfishgold/base64-bytes": "1.1.0",
"dillonkearns/elm-markdown": "1.1.3",
"dillonkearns/elm-markdown": "7.0.1",
"elm/browser": "1.0.2",
"elm/bytes": "1.0.8",
"elm/core": "1.0.5",
Expand All @@ -33,7 +33,7 @@
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.1"
"elm-explorations/test": "2.2.0"
},
"indirect": {
"elm/random": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion implement/alternate-ui/source/src/Common/App.elm
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module Common.App exposing (versionId)

versionId : String
versionId =
"2024-01-03"
"2024-04-17"

0 comments on commit c55c7e7

Please sign in to comment.