Update to latest elm-review.

This commit is contained in:
Dillon Kearns 2023-03-24 11:53:48 -07:00
parent 0e93dd51bb
commit 0ecd29f0af
2 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
"elm/core": "1.0.5",
"elm/json": "1.1.3",
"elm-community/result-extra": "2.4.0",
"jfmengels/elm-review": "2.10.0",
"jfmengels/elm-review": "2.12.2",
"stil4m/elm-syntax": "7.2.9"
},
"indirect": {
@ -22,15 +22,15 @@
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-community/list-extra": "8.7.0",
"elm-explorations/test": "2.1.0",
"miniBill/elm-unicode": "1.0.2",
"elm-explorations/test": "2.1.1",
"miniBill/elm-unicode": "1.0.3",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.0"
"elm-explorations/test": "2.1.1"
},
"indirect": {}
}

View File

@ -11,8 +11,8 @@
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/regex": "1.0.0",
"jfmengels/elm-review": "2.10.0",
"mdgriffith/elm-codegen": "2.0.0",
"jfmengels/elm-review": "2.12.2",
"mdgriffith/elm-codegen": "3.0.0",
"stil4m/elm-syntax": "7.2.9",
"the-sett/elm-syntax-dsl": "6.0.2"
},
@ -27,8 +27,8 @@
"elm-community/basics-extra": "4.1.0",
"elm-community/list-extra": "8.7.0",
"elm-community/maybe-extra": "5.3.0",
"elm-explorations/test": "2.1.0",
"miniBill/elm-unicode": "1.0.2",
"elm-explorations/test": "2.1.1",
"miniBill/elm-unicode": "1.0.3",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3",
"the-sett/elm-pretty-printer": "3.0.0"
@ -36,7 +36,7 @@
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.0"
"elm-explorations/test": "2.1.1"
},
"indirect": {}
}