Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ohanhi committed Nov 21, 2024
2 parents ed09b44 + 5852587 commit 065506c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"NoRedInk/elm-json-decode-pipeline": "1.0.1",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.2",
"elm/json": "1.1.3",
"elm/svg": "1.0.1",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm-explorations/test": "2.2.0",
"krisajenkins/remotedata": "6.0.1",
"ohanhi/remotedata-http": "4.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2",
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
"ryan-haskell/date-format": "1.0.0",
"tesk9/accessible-html": "4.0.0"
"tesk9/accessible-html": "6.2.0"
},
"indirect": {
"elm/bytes": "1.0.7",
"elm/file": "1.0.1",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/parser": "1.1.0",
"elm/random": "1.0.0",
"elm/virtual-dom": "1.0.2"
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
Expand Down

0 comments on commit 065506c

Please sign in to comment.