From 055d6e1672e14197d9054264660367daff1fe544 Mon Sep 17 00:00:00 2001 From: richardgaunt <57734756+richardgaunt@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:20:38 +1100 Subject: [PATCH] Updated tags for development. (#1318) --- web/themes/contrib/civictheme/package-lock.json | 8 ++++---- web/themes/contrib/civictheme/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/themes/contrib/civictheme/package-lock.json b/web/themes/contrib/civictheme/package-lock.json index adb3da93f..266bb6767 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#v1.9.0" + "@civictheme/uikit": "github:civictheme/uikit#main" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1", @@ -2241,7 +2241,7 @@ }, "node_modules/@civictheme/uikit": { "version": "1.9.0", - "resolved": "git+ssh://git@github.com/civictheme/uikit.git#2217e3fdf1c9c53e4ea21067eea9e7bae01c6805", + "resolved": "git+ssh://git@github.com/civictheme/uikit.git#7abb623230fcd418bcde8fc31ceaa8bd424caad7", "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { @@ -24420,8 +24420,8 @@ } }, "@civictheme/uikit": { - "version": "git+ssh://git@github.com/civictheme/uikit.git#2217e3fdf1c9c53e4ea21067eea9e7bae01c6805", - "from": "@civictheme/uikit@github:civictheme/uikit#v1.9.0", + "version": "git+ssh://git@github.com/civictheme/uikit.git#7abb623230fcd418bcde8fc31ceaa8bd424caad7", + "from": "@civictheme/uikit@github:civictheme/uikit#main", "requires": { "@popperjs/core": "^2.11.8" } diff --git a/web/themes/contrib/civictheme/package.json b/web/themes/contrib/civictheme/package.json index 42dab0c34..67e9b9b6e 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#v1.9.0" + "@civictheme/uikit": "github:civictheme/uikit#main" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1",