Skip to content

Commit 8f698e2

Browse files
committed
Make dependencies stricter
By depending on elm/bytes and elm/file, the ranges for elm/json and elm/core are stricter in practice. So this just tightens them up to match.
1 parent 93ae048 commit 8f698e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"elm-version": "0.19.0 <= v < 0.20.0",
1111
"dependencies": {
1212
"elm/bytes": "1.0.0 <= v < 2.0.0",
13-
"elm/core": "1.0.0 <= v < 2.0.0",
13+
"elm/core": "1.0.1 <= v < 2.0.0",
1414
"elm/file": "1.0.0 <= v < 2.0.0",
15-
"elm/json": "1.0.0 <= v < 2.0.0"
15+
"elm/json": "1.1.0 <= v < 2.0.0"
1616
},
1717
"test-dependencies": {}
1818
}

0 commit comments

Comments
 (0)