From 75558dfcc6f5ca359dc4b02130a383c339d102d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:19:19 +0000 Subject: [PATCH] fix(deps): update dependency known-css-properties to ^0.30.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ee0223bd..93a9177aa 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "debug": "^4.3.4", "eslint-compat-utils": "^0.4.1", "esutils": "^2.0.3", - "known-css-properties": "^0.29.0", + "known-css-properties": "^0.30.0", "postcss": "^8.4.35", "postcss-load-config": "^3.1.4", "postcss-safe-parser": "^6.0.0",