From 28737e681eba29122587dc85cbe3ce50029b5816 Mon Sep 17 00:00:00 2001 From: Mark Conroy Date: Tue, 17 Dec 2024 12:26:56 +0000 Subject: [PATCH] updates package.json (#295) --- README.md | 8 ++++---- scripts/subtheme-items/package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8294f40..c067176 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # LocalGov Microsites Base -A sub-theme of LocalGov Base. Please read the README there also. +A sub-theme of LocalGov Base. Please read the README there also. ## Customising the appearance through the UI -A _Microsite Admin_ has the permission to set a number of css variables through the UI. These override the default variables set in /css/variables.css +A _Microsite Admin_ has the permission to set a number of css variables through the UI. These override the default variables set in /css/variables.css ## Creating a sub-theme of LocalGov Microsites Base -We recommend creating a sub-theme of LocalGov Microsites Base in order to create a custom theme for one or more of your microsites. A _Microsite controller_ is able to install and set a new theme for a microsite. +We recommend creating a sub-theme of LocalGov Microsites Base in order to create a custom theme for one or more of your microsites. A _Microsite controller_ is able to install and set a new theme for a microsite. ## Quick overview @@ -54,7 +54,7 @@ If you need to add any CSS overides, you can create custom CSS files for these a ## Maintainers -This project is currently maintained by: +This project is currently maintained by: - Mark Conroy https://github.com/markconroy - Maria Young https://github.com/msayoung diff --git a/scripts/subtheme-items/package.json b/scripts/subtheme-items/package.json index 2f0d19a..2047c0a 100644 --- a/scripts/subtheme-items/package.json +++ b/scripts/subtheme-items/package.json @@ -10,9 +10,9 @@ "author": "Mark Conroy", "license": "ISC", "devDependencies": { - "stylelint": "^14.0.1", + "stylelint": "^15.10.1", "stylelint-checkstyle-formatter": "^0.1.2", - "stylelint-config-standard": "^29.0.0", - "stylelint-order": "^5.0.0" + "stylelint-config-standard": "^34.0.0", + "stylelint-order": "^6.0.3" } }