From 6df8db514df4736dc547ddc7972f5e240ed5f187 Mon Sep 17 00:00:00 2001 From: Richard Gaunt Date: Mon, 30 Sep 2024 16:15:11 +1000 Subject: [PATCH] Updated tag of uikit for release. --- web/themes/contrib/civictheme/package-lock.json | 4 ++-- web/themes/contrib/civictheme/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/themes/contrib/civictheme/package-lock.json b/web/themes/contrib/civictheme/package-lock.json index c0dbe543b..9183389ed 100644 --- a/web/themes/contrib/civictheme/package-lock.json +++ b/web/themes/contrib/civictheme/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { - "@civictheme/uikit": "github:civictheme/uikit#main" + "@civictheme/uikit": "github:civictheme/uikit#v1.8.2" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1", @@ -24418,7 +24418,7 @@ }, "@civictheme/uikit": { "version": "git+ssh://git@github.com/civictheme/uikit.git#343d1ff984bebd811d65b6c0ff6ab3637efc8d2a", - "from": "@civictheme/uikit@github:civictheme/uikit#main", + "from": "@civictheme/uikit@github:civictheme/uikit#v1.8.2", "requires": { "@popperjs/core": "^2.11.8", "breakpoint-sass": "^3.0.0", diff --git a/web/themes/contrib/civictheme/package.json b/web/themes/contrib/civictheme/package.json index 67e9b9b6e..9d4137bfa 100644 --- a/web/themes/contrib/civictheme/package.json +++ b/web/themes/contrib/civictheme/package.json @@ -25,7 +25,7 @@ "uikit-install": "rm -Rf lib/uikit > /dev/null 2>&1 && mkdir -p lib/uikit && cp -R node_modules/@civictheme/uikit lib && rm -Rf lib/uikit/dist lib/uikit/storybook-static > /dev/null 2>&1" }, "dependencies": { - "@civictheme/uikit": "github:civictheme/uikit#main" + "@civictheme/uikit": "github:civictheme/uikit#v1.8.2" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1",