Skip to content

Commit

Permalink
Update the elm visualization dependencies to remove invalid dateforma…
Browse files Browse the repository at this point in the history
…t package.
  • Loading branch information
torreyatcitty committed Jun 13, 2024
1 parent e4df0a8 commit 0946862
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"elm-community/list-extra": "8.2.4",
"elm-community/maybe-extra": "5.2.0",
"elm-community/typed-svg": "6.0.0",
"folkertdev/one-true-path-experiment": "4.0.3",
"gampleman/elm-visualization": "2.1.1",
"folkertdev/one-true-path-experiment": "6.0.0",
"hecrj/html-parser": "2.3.4",
"jinjor/elm-debounce": "3.0.0",
"justinmimbs/date": "3.1.2",
Expand All @@ -43,22 +42,23 @@
"torreyatcitty/the-best-decimal": "1.1.0"
},
"indirect": {
"elm/random": "1.0.0",
"elm/virtual-dom": "1.0.2",
"folkertdev/elm-deque": "3.0.1",
"folkertdev/svg-path-lowlevel": "3.0.0",
"folkertdev/svg-path-lowlevel": "4.0.1",
"ianmackenzie/elm-1d-parameter": "1.0.1",
"ianmackenzie/elm-float-extra": "1.1.0",
"ianmackenzie/elm-geometry": "1.2.1",
"ianmackenzie/elm-interval": "1.0.1",
"ianmackenzie/elm-triangular-mesh": "1.0.4",
"ryannhg/date-format": "2.3.0"
"ianmackenzie/elm-geometry": "3.11.0",
"ianmackenzie/elm-interval": "3.1.0",
"ianmackenzie/elm-triangular-mesh": "1.1.0",
"ianmackenzie/elm-units": "2.10.0",
"ianmackenzie/elm-units-interval": "3.2.0"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.1.0"
},
"indirect": {
"elm/random": "1.0.0"
}
"indirect": {}
}
}

0 comments on commit 0946862

Please sign in to comment.