Skip to content

Commit

Permalink
Update elm-review dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Jul 10, 2024
1 parent 9b150cb commit da728f8
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 55 deletions.
10 changes: 5 additions & 5 deletions generator/dead-code-review/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1",
"jfmengels/elm-review": "2.14.0",
"stil4m/elm-syntax": "7.3.2"
},
"indirect": {
Expand All @@ -19,18 +19,18 @@
"elm/parser": "1.1.0",
"elm/project-metadata-utils": "1.0.2",
"elm/random": "1.0.0",
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-community/list-extra": "8.7.0",
"elm-explorations/test": "2.1.1",
"miniBill/elm-unicode": "1.0.3",
"elm-explorations/test": "2.2.0",
"miniBill/elm-unicode": "1.1.1",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.1"
"elm-explorations/test": "2.2.0"
},
"indirect": {}
}
Expand Down
12 changes: 6 additions & 6 deletions generator/review/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/regex": "1.0.0",
"jfmengels/elm-review": "2.13.1",
"mdgriffith/elm-codegen": "4.1.1",
"jfmengels/elm-review": "2.14.0",
"mdgriffith/elm-codegen": "4.2.2",
"stil4m/elm-syntax": "7.3.2",
"the-sett/elm-syntax-dsl": "6.0.2"
"the-sett/elm-syntax-dsl": "6.0.3"
},
"indirect": {
"Chadtech/elm-bool-extra": "2.4.2",
Expand All @@ -26,16 +26,16 @@
"elm/virtual-dom": "1.0.3",
"elm-community/basics-extra": "4.1.0",
"elm-community/maybe-extra": "5.3.0",
"elm-explorations/test": "2.1.2",
"miniBill/elm-unicode": "1.1.0",
"elm-explorations/test": "2.2.0",
"miniBill/elm-unicode": "1.1.1",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3",
"the-sett/elm-pretty-printer": "3.1.0"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.2"
"elm-explorations/test": "2.2.0"
},
"indirect": {}
}
Expand Down
4 changes: 2 additions & 2 deletions generator/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"elm-codegen": "^0.5.3",
"elm-optimize-level-2": "^0.3.5",
"elm-pages": "^3.0.14",
"elm-review": "^2.11.1",
"elm-review": "^2.12.0",
"elm-tooling": "^1.15.1",
"lamdera": "^0.19.1-1.2.1-1",
"vite": "^5.2.10"
"vite": "^5.3.3"
},
"dependencies": {
"@netlify/functions": "^2.4.1"
Expand Down
169 changes: 132 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cypress": "^13.6.2",
"elm-codegen": "^0.5.0",
"elm-optimize-level-2": "^0.3.5",
"elm-review": "^2.10.3",
"elm-review": "^2.12.0",
"elm-test": "^0.19.1-revision12",
"elm-tooling": "^1.15.0",
"elm-verify-examples": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions review/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"elm/core": "1.0.5",
"elm/json": "1.1.3",
"elm/project-metadata-utils": "1.0.2",
"jfmengels/elm-review": "2.13.1",
"jfmengels/elm-review": "2.14.0",
"jfmengels/elm-review-common": "1.3.3",
"jfmengels/elm-review-debug": "1.0.8",
"jfmengels/elm-review-documentation": "2.0.4",
"jfmengels/elm-review-performance": "1.0.2",
"jfmengels/elm-review-unused": "1.2.0",
"jfmengels/elm-review-unused": "1.2.3",
"mthadley/elm-review-unit": "2.0.2",
"sparksp/elm-review-imports": "1.0.2",
"stil4m/elm-syntax": "7.3.2"
Expand All @@ -28,8 +28,8 @@
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-explorations/test": "2.1.2",
"miniBill/elm-unicode": "1.1.0",
"elm-explorations/test": "2.2.0",
"miniBill/elm-unicode": "1.1.1",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3"
}
Expand Down

0 comments on commit da728f8

Please sign in to comment.