diff --git a/package-lock.json b/package-lock.json index 39d8e8f..68bf6c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pressbooks-build-tools", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -12627,10 +12627,10 @@ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz", "integrity": "sha512-JgycdAgMlSzCDBCh3lydsyvEKy+utg6H8BI28lS4Q3W5HfKVN8HMLou1xnnaLtgk1H8uQ8FT34x+mpJSM41n7g==" }, - "stylelint-config-standard": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz", - "integrity": "sha1-DYcrQPr9zdz0GI+1tk3bOIforvw=", + "stylelint-config-recommended-scss": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.0.0.tgz", + "integrity": "sha512-V/OzVPhzLIQWTG+C+4FaUSflvWlmVXd0QE9z2sAcQDuuWubDKmybPzegwwlhCKuSonH0Rlaim3gFSOCkhVyl2Q==", "requires": { "stylelint-config-recommended": "2.0.0" } diff --git a/package.json b/package.json index 96db4c9..e54304c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pressbooks-build-tools", - "version": "0.3.1", + "version": "0.4.0", "description": "NPM package which includes all asset linting and build tools for Pressbooks projects.", "main": "index.js", "scripts": { @@ -35,7 +35,7 @@ "prettier-stylelint": "^0.4.2", "rimraf": "~2.6", "stylelint": "^8.3.1", - "stylelint-config-standard": "^18.0.0", + "stylelint-config-recommended-scss": "^3.0.0", "stylelint-webpack-plugin": "^0.9.0", "wp-pot-cli": "^1.0.1" } diff --git a/yarn.lock b/yarn.lock index e8322e9..e65caf9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7432,16 +7432,16 @@ style-search@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" +stylelint-config-recommended-scss@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.0.0.tgz#1604a7c5774acee202bf2cedbcbde8ee5efbdecd" + dependencies: + stylelint-config-recommended "^2.0.0" + stylelint-config-recommended@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz#560a028e81ea3ca8894b9a8eef4c0e05ac60e090" -stylelint-config-standard@^18.0.0: - version "18.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc" - dependencies: - stylelint-config-recommended "^2.0.0" - stylelint-webpack-plugin@^0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.9.0.tgz#acc27351751dfa0113ad0eb8919946dcfc0922e2"