From f477e725ca3dba401d414b2bde0d9c813b9b756d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 5 Mar 2019 15:05:35 -0600 Subject: [PATCH] Updated deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9b7a8d3..f712b52 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,12 @@ }, "description": "Styling for shared components across LBRY properties", "devDependencies": { - "@inc/sasslint-config": "^1.1.3", + "@inc/sasslint-config": "^1.2.0", "husky": "^1.3.1", "npm-run-all": "^4.1.5", - "sass": "^1.17.0", + "sass": "^1.17.2", "sass-lint": "^1.12.1", - "updates": "^7.0.0" + "updates": "^7.2.0" }, "files": [ "dist/style.css", @@ -37,7 +37,7 @@ "sass:prod": "sass --load-path=node_modules --update sass:dist --style compressed", "test": "run-s test:*", "test:dependencies": "updates --update ./", - "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit", + "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose", "watch": "npm run sass:dev" }, "version": "2.2.5"