Skip to content

Commit

Permalink
Update elm-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Nov 8, 2024
1 parent 508dfc2 commit 191fb9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
10 changes: 4 additions & 6 deletions codegen/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@
"arowM/elm-multiline-string": "1.0.0",
"elm/core": "1.0.5",
"elm/json": "1.1.3",
"elmcraft/core-extra": "2.0.0",
"mdgriffith/elm-codegen": "5.0.0",
"elmcraft/core-extra": "2.1.0",
"mdgriffith/elm-codegen": "5.1.1",
"miniBill/elm-xml-parser": "1.0.1"
},
"indirect": {
"elm/parser": "1.1.0",
"elm/regex": "1.0.0",
"elm-community/basics-extra": "4.1.0",
"elm-community/list-extra": "8.6.0",
"miniBill/elm-unicode": "1.0.2",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/elm-syntax": "7.2.9",
"stil4m/elm-syntax": "7.3.7",
"stil4m/structured-writer": "1.0.3",
"the-sett/elm-pretty-printer": "3.0.0"
"the-sett/elm-pretty-printer": "3.1.0"
}
},
"test-dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/node": "18",
"chalk": "^4.1.2",
"elm": "^0.19.1-6",
"elm-codegen": "^0.6.0",
"elm-codegen": "^0.6.1",
"elm-format": "^0.8.7",
"svgson": "^5.2.1",
"typescript": "^5.4.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ deep-rename-keys@^0.2.1:
kind-of "^3.0.2"
rename-keys "^1.1.2"

elm-codegen@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/elm-codegen/-/elm-codegen-0.6.0.tgz#1d3445c06254ec1812df11b9e84141f50edaed88"
integrity sha512-zMe3KBsAwEyZSmMfnO+EBpEkEJzSEQZawTs5pob8LeLDmnl0VARl19VEENLvUI2v7x54mAmP20d1YIFO57CXkA==
elm-codegen@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/elm-codegen/-/elm-codegen-0.6.1.tgz#396bb401e05a0ea911ea289d688f247daa43b60a"
integrity sha512-mbVmK4fqW+wtYzTZhJSuT42KrQZMRTueYerCvo09sO5v7QdDGw3qeG/rL1vLH0q2GJF44lXhyBo4lv6azSBOQQ==
dependencies:
chalk "^4.1.1"
chokidar "^3.5.1"
Expand Down

0 comments on commit 191fb9b

Please sign in to comment.