From 62a84232a1bcc3473b4746c13d172f905c133352 Mon Sep 17 00:00:00 2001 From: Xavier Carron <33637571+xav-car@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:43:42 +0100 Subject: [PATCH] chore: update package latest version --- package-lock.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38707c1..e2aca34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,13 +9,13 @@ "version": "5.0.2", "dependencies": { "@1024pix/stylelint-config-rational-order": ">=0.1.2", - "stylelint-config-standard-scss": ">=9.0.0" + "stylelint-config-standard-scss": "^12.0.0" }, "devDependencies": { "prettier": "^3.0.0" }, "peerDependencies": { - "stylelint": ">=15.0.0" + "stylelint": "^16.0.2" } }, "node_modules/@1024pix/stylelint-config-rational-order": { diff --git a/package.json b/package.json index d1efb7c..9dbb562 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "lint:fix": "prettier --write ." }, "peerDependencies": { - "stylelint": ">=15.0.0" + "stylelint": "^16.0.2" }, "dependencies": { - "stylelint-config-standard-scss": ">=9.0.0", - "@1024pix/stylelint-config-rational-order": ">=0.1.2" + "@1024pix/stylelint-config-rational-order": ">=0.1.2", + "stylelint-config-standard-scss": "^12.0.0" }, "devDependencies": { "prettier": "^3.0.0"