From a984e22257c2a5e2f7badec2f8cfe4184b55f2af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 20:07:29 +0000 Subject: [PATCH] chore(deps): update dependency stylelint-config-recommended to v14 --- .../integration/stylelint-config-recommended-vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-fixtures/integration/stylelint-config-recommended-vue/package.json b/test-fixtures/integration/stylelint-config-recommended-vue/package.json index 5c54802..7a27a3c 100644 --- a/test-fixtures/integration/stylelint-config-recommended-vue/package.json +++ b/test-fixtures/integration/stylelint-config-recommended-vue/package.json @@ -5,7 +5,7 @@ "description": "", "devDependencies": { "stylelint": "^14.0.0", - "stylelint-config-recommended": "^10", + "stylelint-config-recommended": "^14.0.0", "stylelint-config-recommended-vue": ">=0.0.5", "postcss-html": "file:../../../" },