From 05c86f045b0ad33b8fd6d15a978580f94f1ba762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 21:52:18 +0000 Subject: [PATCH] Update dependency stylelint-high-performance-animation to v1.10.0 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba50a88..9c9994e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "stylelint-config-standard-scss": "^11.0.0", "stylelint-config-suitcss": "^20.0.0", - "stylelint-high-performance-animation": "1.9.0" + "stylelint-high-performance-animation": "1.10.0" }, "devDependencies": { "@stylelint/prettier-config": "3.0.0", @@ -8957,14 +8957,14 @@ } }, "node_modules/stylelint-high-performance-animation": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/stylelint-high-performance-animation/-/stylelint-high-performance-animation-1.9.0.tgz", - "integrity": "sha512-tUN8YqIRFRCsMLLI1wnyODP6+H5Lc63NEaUcOt1lqNaEEgd0tGgA4miY2JuL8eSHvgmGkmZPZTn1Dgek05O3uQ==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/stylelint-high-performance-animation/-/stylelint-high-performance-animation-1.10.0.tgz", + "integrity": "sha512-YzNI+E6taN8pwgaM0INazRg4tw23VA17KNMKUVdOeohpnpSyJLBnLVT9NkRcaCFLodK/67smS5VZK+Qe4Ohrvw==", "dependencies": { "postcss-value-parser": "^4.2.0" }, "peerDependencies": { - "stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" + "stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/stylelint-order": { diff --git a/package.json b/package.json index c175983..c06f068 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "stylelint-config-standard-scss": "^11.0.0", "stylelint-config-suitcss": "^20.0.0", - "stylelint-high-performance-animation": "1.9.0" + "stylelint-high-performance-animation": "1.10.0" }, "devDependencies": { "@stylelint/prettier-config": "3.0.0",