Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:elm-in-elm/compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Janiczek committed Oct 5, 2024
2 parents 2ca6d0b + 0822d42 commit d74bcad
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 72 deletions.
8 changes: 4 additions & 4 deletions cli/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"Janiczek/transform": "1.1.0",
"Janiczek/transform": "1.1.1",
"dmy/elm-pratt-parser": "2.0.0",
"elm/core": "1.0.5",
"elm/json": "1.1.3",
Expand All @@ -18,11 +18,11 @@
"elm-community/maybe-extra": "5.3.0",
"elm-community/result-extra": "2.4.0",
"elm-community/string-extra": "4.0.1",
"erlandsona/assoc-set": "1.1.0",
"erlandsona/assoc-set": "1.1.3",
"pzp1997/assoc-list": "1.0.0",
"robinheghan/fnv1a": "1.0.0",
"rtfeldman/elm-hex": "1.0.0",
"turboMaCk/non-empty-list-alias": "1.3.1"
"turboMaCk/non-empty-list-alias": "1.4.0"
},
"indirect": {
"avh4/elm-fifo": "1.0.4",
Expand All @@ -34,7 +34,7 @@
"test-dependencies": {
"direct": {
"elm-community/random-extra": "3.2.0",
"elm-explorations/test": "2.0.1"
"elm-explorations/test": "2.2.0"
},
"indirect": {
"elm/bytes": "1.0.8",
Expand Down
4 changes: 2 additions & 2 deletions example-library-usages/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"Janiczek/transform": "1.1.0",
"Janiczek/transform": "1.1.1",
"dmy/elm-pratt-parser": "2.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
Expand All @@ -18,7 +18,7 @@
"elm-community/dict-extra": "2.4.0",
"elm-community/maybe-extra": "5.3.0",
"elm-community/result-extra": "2.4.0",
"erlandsona/assoc-set": "1.1.0",
"erlandsona/assoc-set": "1.1.3",
"pzp1997/assoc-list": "1.0.0",
"rtfeldman/elm-hex": "1.0.0"
},
Expand Down
Loading

0 comments on commit d74bcad

Please sign in to comment.