From 7e20c7b21cf4777add4b4c0f2d7c4883a2898817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:27:28 +0000 Subject: [PATCH] chore(deps): update dependency stylelint-config-standard to v34 --- packages/redux-devtools-ui/package.json | 2 +- pnpm-lock.yaml | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 87dcd020..39e4b946 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -98,7 +98,7 @@ "storybook": "^7.0.23", "styled-components": "^5.3.11", "stylelint": "^15.9.0", - "stylelint-config-standard": "^33.0.0", + "stylelint-config-standard": "^34.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^29.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e9914b23..356b0fbe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3222,8 +3222,8 @@ importers: specifier: ^15.9.0 version: 15.9.0 stylelint-config-standard: - specifier: ^33.0.0 - version: 33.0.0(stylelint@15.9.0) + specifier: ^34.0.0 + version: 34.0.0(stylelint@15.9.0) stylelint-config-styled-components: specifier: ^0.1.1 version: 0.1.1 @@ -16910,6 +16910,7 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -20715,21 +20716,23 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-recommended@12.0.0(stylelint@15.9.0): - resolution: {integrity: sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==} + /stylelint-config-recommended@13.0.0(stylelint@15.9.0): + resolution: {integrity: sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==} + engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: - stylelint: ^15.5.0 + stylelint: ^15.10.0 dependencies: stylelint: 15.9.0 dev: true - /stylelint-config-standard@33.0.0(stylelint@15.9.0): - resolution: {integrity: sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg==} + /stylelint-config-standard@34.0.0(stylelint@15.9.0): + resolution: {integrity: sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==} + engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: - stylelint: ^15.5.0 + stylelint: ^15.10.0 dependencies: stylelint: 15.9.0 - stylelint-config-recommended: 12.0.0(stylelint@15.9.0) + stylelint-config-recommended: 13.0.0(stylelint@15.9.0) dev: true /stylelint-config-styled-components@0.1.1: