From ff39ab3baf6b9aa76cb904fda547c69c020e4cc6 Mon Sep 17 00:00:00 2001 From: Matheus Ashton Date: Wed, 5 Feb 2020 17:51:11 -0300 Subject: [PATCH] updating dependencies --- elm.json | 20 ++++++++++---------- package.json | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/elm.json b/elm.json index bbc7433..a0c6c06 100644 --- a/elm.json +++ b/elm.json @@ -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" } }, diff --git a/package.json b/package.json index 5348daf..13b00bd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },