From 3273f2a2f336508442d04862dea0d10f36e46e91 Mon Sep 17 00:00:00 2001 From: Tokyo Date: Thu, 9 Feb 2023 16:37:11 +0000 Subject: [PATCH] :bookmark: 0.0.12 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e1188be..ec52cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-plural", - "version": "0.0.11", + "version": "0.0.12", "description": "🎨 How plural paints its styles.", "keywords": [ "stylelint", @@ -83,7 +83,7 @@ "stylelint-images": "^2.0.1", "stylelint-no-unresolved-module": "^2.0.0", "stylelint-order": "^6.0.1", - "stylelint-rem-over-px": "^0.0.2" + "stylelint-rem-over-px": "^0.0.4" }, "devDependencies": { "@stylelint/prettier-config": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 43dee4d..7601c44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6440,10 +6440,10 @@ stylelint-order@^6.0.1: postcss "^8.4.20" postcss-sorting "^8.0.1" -stylelint-rem-over-px@^0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/stylelint-rem-over-px/-/stylelint-rem-over-px-0.0.2.tgz#699241f9b109ac2d6bd4b52d6ac6d40779bc129b" - integrity sha512-RDL7Y89h7Km4QIyAnPxE+ARAqm3NnHuIR4krtjA7CTBr5H0zHgOW1T4d9hBFBwNujKCtIAsSfkHwVftmv5fkdQ== +stylelint-rem-over-px@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/stylelint-rem-over-px/-/stylelint-rem-over-px-0.0.4.tgz#a282927f09dd98cb3d9baaa43b1e9f6d5437facf" + integrity sha512-XNiJGjGeqvYfwu2DJvwy40urWbjkU/8iA2jF0Ax1JO+VJJyY09XlyLnGnTEiW74gOrMbdAmLN3XTklakNJnmGw== dependencies: postcss-value-parser "^3.3.0 || ^4.0.2"