Skip to content

Commit

Permalink
deps: Upgrade elm-explorations/test to v2.2.0 (#2377)
Browse files Browse the repository at this point in the history
`elm-explorations/test` < v2.0.0 is not compatible with the new
`elm-test` version we recently upgraded to thus preventing us from
running elm tests.
  • Loading branch information
taratatach authored Feb 28, 2025
2 parents 775467f + fc7cfa4 commit 896dcb2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependencies": {
"direct": {
"cuducos/elm-format-number": "9.0.1",
"elm/browser": "1.0.1",
"elm/core": "1.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.0.0",
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/regex": "1.0.0",
"elm/svg": "1.0.1",
Expand All @@ -20,15 +20,16 @@
"mpizenberg/elm-pointer-events": "3.1.0"
},
"indirect": {
"elm/virtual-dom": "1.0.2",
"myrho/elm-round": "1.0.4"
"elm/virtual-dom": "1.0.3",
"myrho/elm-round": "1.0.5"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.2.0"
"elm-explorations/test": "2.2.0"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/random": "1.0.0"
}
}
Expand Down

0 comments on commit 896dcb2

Please sign in to comment.