diff --git a/packages/stylelint-config-wordpress/CHANGELOG.md b/packages/stylelint-config-wordpress/CHANGELOG.md index 9a7cf286bebda..5b6eca8317419 100644 --- a/packages/stylelint-config-wordpress/CHANGELOG.md +++ b/packages/stylelint-config-wordpress/CHANGELOG.md @@ -1,6 +1,6 @@ # HEAD -* Removed: `stylelint < 6.9.0` compatibility. +* Removed: `stylelint < 7.0.0` compatibility. * Removed: NodeJS 0.12.x support, `stylelint` and `stylelint-config-wordpress` now require NodeJS > 4.2.1 LTS or greater * Added: `selector-attribute-quotes` rule. * Added: `font-weight-notation` rule. diff --git a/packages/stylelint-config-wordpress/package.json b/packages/stylelint-config-wordpress/package.json index 4d1f1c90029c1..f7c8351116619 100644 --- a/packages/stylelint-config-wordpress/package.json +++ b/packages/stylelint-config-wordpress/package.json @@ -39,10 +39,10 @@ "eslint-plugin-ava": "^2.2.1", "eslint-config-stylelint": "^2.0.0", "npmpub": "^3.0.3", - "stylelint": "^6.9.0" + "stylelint": "^7.0.0" }, "peerDependencies": { - "stylelint": "^6.9.0" + "stylelint": "^7.0.0" }, "scripts": { "ava": "ava --verbose \"__tests__/**/*.js\"",