Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Ashton committed Feb 5, 2020
1 parent 1c87b2a commit ff39ab3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"src",
"tests/unit"
],
"elm-version": "0.19.0",
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.4",
"elm/html": "1.0.0",
"elm/parser": "1.1.0",
"elm/regex": "1.0.0",
"elm-explorations/test": "1.1.0",
"stil4m/elm-syntax": "6.1.0"
"elm-explorations/test": "1.2.2",
"stil4m/elm-syntax": "7.1.1"
},
"indirect": {
"elm/json": "1.0.0",
"elm/json": "1.1.3",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.0",
"elm-community/json-extra": "4.0.0",
"elm-community/list-extra": "8.0.0",
"elm/virtual-dom": "1.0.2",
"elm-community/json-extra": "4.2.0",
"elm-community/list-extra": "8.2.3",
"rtfeldman/elm-hex": "1.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2",
"rtfeldman/elm-iso8601-date-strings": "1.1.3",
"stil4m/structured-writer": "1.0.2"
}
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"commander": "^2.15.1",
"ejs": "^2.6.1",
"elm": "^0.19.0-bugfix2",
"elm": "^0.19.1",
"elm-format": "^0.8.0",
"jsdom": "^11.11.0",
"ncp": "^2.0.0",
Expand All @@ -28,8 +28,8 @@
"devDependencies": {
"cross-env": "^5.2.0",
"debug": "^3.1.0",
"elm-test": "^0.19.0-beta6",
"fs-extra": "^7.0.0",
"elm-test": "^0.19.1",
"fs-extra": "^8.1.0",
"jest": "^23.1.0",
"watch": "^1.0.2"
},
Expand Down

0 comments on commit ff39ab3

Please sign in to comment.