Updated deps

This commit is contained in:
ポール ウェッブ 2019-03-05 15:05:35 -06:00
parent 6fb7c3e321
commit f477e725ca

View file

@ -8,12 +8,12 @@
}, },
"description": "Styling for shared components across LBRY properties", "description": "Styling for shared components across LBRY properties",
"devDependencies": { "devDependencies": {
"@inc/sasslint-config": "^1.1.3", "@inc/sasslint-config": "^1.2.0",
"husky": "^1.3.1", "husky": "^1.3.1",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"sass": "^1.17.0", "sass": "^1.17.2",
"sass-lint": "^1.12.1", "sass-lint": "^1.12.1",
"updates": "^7.0.0" "updates": "^7.2.0"
}, },
"files": [ "files": [
"dist/style.css", "dist/style.css",
@ -37,7 +37,7 @@
"sass:prod": "sass --load-path=node_modules --update sass:dist --style compressed", "sass:prod": "sass --load-path=node_modules --update sass:dist --style compressed",
"test": "run-s test:*", "test": "run-s test:*",
"test:dependencies": "updates --update ./", "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" "watch": "npm run sass:dev"
}, },
"version": "2.2.5" "version": "2.2.5"