From e8bf4b813145b2f6a1a4403978dd8b4fb8d190b6 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:01:04 +0000 Subject: [PATCH] CI Update. --- .github/workflows/ci.yml | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7175509..67fd4c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: plugin diff --git a/package.json b/package.json index a534c8c..53ef596 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theme-foundation-tasks", - "version": "0.1.3", + "version": "0.1.5", "description": "Grunt tasks for Moodle Foundation theme.", "main": "Gruntfile.js", "author": { @@ -15,20 +15,20 @@ "url": "https://github.com/gjb2048/moodle-theme_foundation/issues" }, "devDependencies": { - "grunt": ">=1.5.3", + "grunt": "^1.6.1", "grunt-exec": "3.0.0", "grunt-sass": "^3.1.0", - "grunt-stylelint": "0.16.0", - "node-sass": "7.0.0", - "semver": "7.3.4", - "stylelint": "13.13.1", + "grunt-stylelint": "^0.19.0", + "node-sass": "9.0.0", + "semver": "7.3.5", + "stylelint": "^15.11.0", "stylelint-checkstyle-formatter": "0.1.2", - "stylelint-csstree-validator": "1.9.0", - "@xmldom/xmldom": ">=0.8.3", - "xpath": "0.0.32" + "stylelint-csstree-validator": "^3.0.0", + "@xmldom/xmldom": "^0.8.10", + "xpath": "0.0.34" }, "engines": { - "node": ">=14.15.0 <17" + "node": ">=20.11.0 <21" }, "license": "GPL-3.0" }