Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian committed May 30, 2018
1 parent ba1f68e commit 741d2e9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 35 deletions.
17 changes: 10 additions & 7 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@
"elm-community/json-extra": "2.6.0 <= v < 3.0.0",
"elm-community/list-extra": "7.0.1 <= v < 8.0.0",
"elm-community/string-extra": "1.4.0 <= v < 2.0.0",
"elm-lang/core": "6.0.0 <= v < 7.0.0",
"elm-lang/http": "2.0.0 <= v < 3.0.0",
"elm-lang/json": "1.0.0 <= v < 2.0.0",
"elm-lang/time": "1.0.0 <= v < 2.0.0",
"elm-lang/url": "1.0.0 <= v < 2.0.0",
"elm-lang/websocket": "1.0.3 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/http": "1.0.0 <= v < 2.0.0",
"elm/json": "1.0.0 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0",
"elm/websocket": "1.0.0 <= v < 2.0.0",
"lukewestby/elm-string-interpolate": "1.0.2 <= v < 2.0.0"
},
"test-dependencies": {}
"test-dependencies": {
"elm-explorations/test": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0"
}
}
12 changes: 6 additions & 6 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 @@ -38,7 +38,7 @@
"webpack": "^3.10.0"
},
"dependencies": {
"elm-format": "^0.8.0-alpha-elm019rc1-rc1",
"elm-format": "^0.8.0-alpha-elm019rc1-rc2",
"glob": "^7.1.2",
"graphql-request": "^1.4.0",
"minimist": "^1.2.0",
Expand Down
21 changes: 0 additions & 21 deletions tests/elm-package.json

This file was deleted.

0 comments on commit 741d2e9

Please sign in to comment.