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"