Skip to content

Commit

Permalink
upgrade move into upgrade/2.0.0, dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Mar 4, 2024
1 parent eccf07e commit c2cc53d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
File renamed without changes.
13 changes: 8 additions & 5 deletions upgrade/elm.json → upgrade/2.0.0/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"direct": {
"elm/core": "1.0.5",
"jfmengels/elm-review": "2.13.1",
"lue-bird/elm-review-upgrade": "1.0.0"
"lue-bird/elm-review-upgrade": "1.0.1"
},
"indirect": {
"Chadtech/elm-bool-extra": "2.4.2",
"elm/bytes": "1.0.8",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
Expand All @@ -19,19 +20,21 @@
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-explorations/test": "2.1.1",
"elm-community/basics-extra": "4.1.0",
"elm-community/maybe-extra": "5.3.0",
"elm-explorations/test": "2.2.0",
"miniBill/elm-rope": "1.0.0",
"miniBill/elm-unicode": "1.0.3",
"miniBill/elm-unicode": "1.1.0",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/elm-syntax": "7.3.1",
"stil4m/elm-syntax": "7.3.2",
"stil4m/structured-writer": "1.0.3",
"the-sett/elm-pretty-printer": "3.1.0",
"the-sett/elm-syntax-dsl": "6.0.2"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.1"
"elm-explorations/test": "2.2.0"
},
"indirect": {}
}
Expand Down
File renamed without changes.

0 comments on commit c2cc53d

Please sign in to comment.