diff --git a/config/.stylelintrc b/config/.stylelintrc index 5d23331..d8245e7 100644 --- a/config/.stylelintrc +++ b/config/.stylelintrc @@ -128,6 +128,7 @@ "selector-list-comma-newline-after": "always", "selector-list-comma-space-before": "never", "selector-max-empty-lines": 1, + "selector-max-pseudo-class": 2, "selector-pseudo-class-case": "lower", "selector-pseudo-element-case": "lower", "selector-pseudo-element-colon-notation": "double", diff --git a/package.json b/package.json index c84e5cc..d3344fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@speedy/build-tools", - "version": "0.7.0", + "version": "0.7.1", "description": "Node CLI/API for build tools and utilities such as linting (html, sass, ts), clean, compile, etc... in order to simplify building libraries and applications.", "main": "./dist/index.js", "bin": { @@ -39,19 +39,19 @@ "release": "npm publish" }, "dependencies": { - "@speedy/node-core": "^1.1.0", + "@speedy/node-core": "^1.4.0", "@speedy/require-cache": "^1.2.0", "@types/htmlhint": "^0.9.1", "@types/stylelint": "^7.11.0", - "@types/yargs": "^10.0.1", + "@types/yargs": "^11.0.0", "chalk": "^2.2.0", "htmlhint": "^0.9.13", "lodash": "^4.17.4", "rimraf": "^2.6.0", - "stylelint": "^8.4.0", - "stylelint-scss": "^2.2.0", + "stylelint": "^9.2.0", + "stylelint-scss": "^3.0.1", "tslint": "^5.0.0", - "yargs": "^10.0.3" + "yargs": "^11.0.0" }, "devDependencies": { "@speedy/commit-msg-hook": "^1.3.0", @@ -59,7 +59,7 @@ "@types/jasmine": "^2.5.41", "@types/lodash": "^4.14.51", "@types/mock-fs": "^3.6.30", - "@types/node": "^8.0.7", + "@types/node": "^9.6.6", "@types/rimraf": "^2.0.2", "conventional-changelog-cli": "^1.3.1", "cpx": "^1.5.0",