From f6c4d5c43949b0ba00b6d91b86ec73039dc9fd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?netop=3A//=E3=82=A6=E3=82=A8=E3=83=8F?= Date: Mon, 10 Jun 2019 13:13:41 -0500 Subject: [PATCH] Updated deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d70d155..bd2dd4b 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "description": "Styling for shared components across LBRY properties", "devDependencies": { "@inc/sasslint-config": "^2019.5.7", - "husky": "^2.2.0", + "husky": "^2.4.0", "npm-run-all": "^4.1.5", - "sass": "^1.20.1", + "sass": "^1.21.0", "sass-lint": "^1.13.1", - "updates": "^8.0.2" + "updates": "^8.1.0" }, "files": [ "dist/style.css", @@ -40,5 +40,5 @@ "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose", "watch": "npm run sass:dev" }, - "version": "2.7.1" + "version": "2.7.2" }