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

Commit d74bcad

Browse files
committed
Merge branch 'master' of github.com:elm-in-elm/compiler
2 parents 2ca6d0b + 0822d42 commit d74bcad

File tree

3 files changed

+191
-72
lines changed

3 files changed

+191
-72
lines changed

cli/elm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"elm-version": "0.19.1",
88
"dependencies": {
99
"direct": {
10-
"Janiczek/transform": "1.1.0",
10+
"Janiczek/transform": "1.1.1",
1111
"dmy/elm-pratt-parser": "2.0.0",
1212
"elm/core": "1.0.5",
1313
"elm/json": "1.1.3",
@@ -18,11 +18,11 @@
1818
"elm-community/maybe-extra": "5.3.0",
1919
"elm-community/result-extra": "2.4.0",
2020
"elm-community/string-extra": "4.0.1",
21-
"erlandsona/assoc-set": "1.1.0",
21+
"erlandsona/assoc-set": "1.1.3",
2222
"pzp1997/assoc-list": "1.0.0",
2323
"robinheghan/fnv1a": "1.0.0",
2424
"rtfeldman/elm-hex": "1.0.0",
25-
"turboMaCk/non-empty-list-alias": "1.3.1"
25+
"turboMaCk/non-empty-list-alias": "1.4.0"
2626
},
2727
"indirect": {
2828
"avh4/elm-fifo": "1.0.4",
@@ -34,7 +34,7 @@
3434
"test-dependencies": {
3535
"direct": {
3636
"elm-community/random-extra": "3.2.0",
37-
"elm-explorations/test": "2.0.1"
37+
"elm-explorations/test": "2.2.0"
3838
},
3939
"indirect": {
4040
"elm/bytes": "1.0.8",

example-library-usages/elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"elm-version": "0.19.0",
88
"dependencies": {
99
"direct": {
10-
"Janiczek/transform": "1.1.0",
10+
"Janiczek/transform": "1.1.1",
1111
"dmy/elm-pratt-parser": "2.0.0",
1212
"elm/browser": "1.0.2",
1313
"elm/core": "1.0.5",
@@ -18,7 +18,7 @@
1818
"elm-community/dict-extra": "2.4.0",
1919
"elm-community/maybe-extra": "5.3.0",
2020
"elm-community/result-extra": "2.4.0",
21-
"erlandsona/assoc-set": "1.1.0",
21+
"erlandsona/assoc-set": "1.1.3",
2222
"pzp1997/assoc-list": "1.0.0",
2323
"rtfeldman/elm-hex": "1.0.0"
2424
},

0 commit comments

Comments
 (0)