From 7a8ece97c8239bfa7f359683213c073c3f4cfeb5 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Fri, 22 Mar 2024 14:38:21 +1100 Subject: [PATCH] Switched UIKIt back to dev. --- web/themes/contrib/civictheme/package-lock.json | 11 +++++------ web/themes/contrib/civictheme/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/web/themes/contrib/civictheme/package-lock.json b/web/themes/contrib/civictheme/package-lock.json index ddccdb05d..291125980 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", "dependencies": { - "@civictheme/uikit": "^1.7.5" + "@civictheme/uikit": "github:civictheme/uikit#main" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1", @@ -2293,8 +2293,8 @@ }, "node_modules/@civictheme/uikit": { "version": "1.7.5", - "resolved": "https://registry.npmjs.org/@civictheme/uikit/-/uikit-1.7.5.tgz", - "integrity": "sha512-H47AP95yRYPy+Ttz2rDO0LgCfDI3oK8Xja1o2E4pGpWIEKeodtMvMck1BEkp2EjK9KPTXIvhKfGM+SUpxcUngA==", + "resolved": "git+ssh://git@github.com/civictheme/uikit.git#29d093c4fc67e299981ea95355c1cba4008c10c0", + "license": "GPL-2.0-or-later", "dependencies": { "@popperjs/core": "^2.11.6", "breakpoint-sass": "^3.0.0", @@ -24228,9 +24228,8 @@ } }, "@civictheme/uikit": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/@civictheme/uikit/-/uikit-1.7.5.tgz", - "integrity": "sha512-H47AP95yRYPy+Ttz2rDO0LgCfDI3oK8Xja1o2E4pGpWIEKeodtMvMck1BEkp2EjK9KPTXIvhKfGM+SUpxcUngA==", + "version": "git+ssh://git@github.com/civictheme/uikit.git#29d093c4fc67e299981ea95355c1cba4008c10c0", + "from": "@civictheme/uikit@civictheme/uikit#main", "requires": { "@popperjs/core": "^2.11.6", "breakpoint-sass": "^3.0.0", diff --git a/web/themes/contrib/civictheme/package.json b/web/themes/contrib/civictheme/package.json index 1ac9fef44..d832a727c 100644 --- a/web/themes/contrib/civictheme/package.json +++ b/web/themes/contrib/civictheme/package.json @@ -24,7 +24,7 @@ "postinstall": "npm run uikit-install && npm run add-lint-exclusions" }, "dependencies": { - "@civictheme/uikit": "1.7.5" + "@civictheme/uikit": "github:civictheme/uikit#main" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1",