From aaec42e70856e1899a96e95fee5164a563e7b766 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2019 04:39:45 +0000 Subject: [PATCH] Bump @henris/grid from 0.0.5 to 0.0.6 Bumps [@henris/grid](https://github.com/henris-style/grid) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/henris-style/grid/releases) - [Commits](https://github.com/henris-style/grid/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++++++++--- package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b87ec25..4e24ddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -203,10 +203,22 @@ "flat": "^4.1.0" } }, + "@henris/default": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@henris/default/-/default-0.0.1.tgz", + "integrity": "sha512-Ws5KK1SdXKzHrXk8dnUQiKNEQA3rRj39XqL2hQZn08f1PtvLYJXe9pJ5eLKkqZckbCCEWd6bk5EKgAfVX7RJMQ==", + "requires": { + "@henris/output": "0.0.4", + "@henris/utils": "0.0.5" + } + }, "@henris/grid": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@henris/grid/-/grid-0.0.5.tgz", - "integrity": "sha512-lOfcf2HjOMpbptSiyK4mJtJLPtO6VsOjCUsrINYndppjdmrWzmIVgnfLTbwUOHCX7fHRnpzBzfWMaI1jbqEzuQ==" + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@henris/grid/-/grid-0.0.6.tgz", + "integrity": "sha512-WDfE93HGvH3jsOzHcFVjktMMN/TfTfG95loHPDzcobYeBaPa2Bw8B1BiBZ+9Cw6VHQkqPyBb59hqUi9y1iJJkA==", + "requires": { + "@henris/default": "0.0.1" + } }, "@henris/output": { "version": "0.0.4", diff --git a/package.json b/package.json index bc608bb..6b8cb3e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "stylelint-order": "^2.0.0" }, "dependencies": { - "@henris/grid": "^0.0.5", + "@henris/grid": "^0.0.6", "@henris/output": "^0.0.4", "@henris/utils": "^0.0.5" }