diff --git a/web/themes/contrib/civictheme/package-lock.json b/web/themes/contrib/civictheme/package-lock.json index 291125980..ddccdb05d 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": "github:civictheme/uikit#main" + "@civictheme/uikit": "^1.7.5" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1", @@ -2293,8 +2293,8 @@ }, "node_modules/@civictheme/uikit": { "version": "1.7.5", - "resolved": "git+ssh://git@github.com/civictheme/uikit.git#29d093c4fc67e299981ea95355c1cba4008c10c0", - "license": "GPL-2.0-or-later", + "resolved": "https://registry.npmjs.org/@civictheme/uikit/-/uikit-1.7.5.tgz", + "integrity": "sha512-H47AP95yRYPy+Ttz2rDO0LgCfDI3oK8Xja1o2E4pGpWIEKeodtMvMck1BEkp2EjK9KPTXIvhKfGM+SUpxcUngA==", "dependencies": { "@popperjs/core": "^2.11.6", "breakpoint-sass": "^3.0.0", @@ -24228,8 +24228,9 @@ } }, "@civictheme/uikit": { - "version": "git+ssh://git@github.com/civictheme/uikit.git#29d093c4fc67e299981ea95355c1cba4008c10c0", - "from": "@civictheme/uikit@civictheme/uikit#main", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@civictheme/uikit/-/uikit-1.7.5.tgz", + "integrity": "sha512-H47AP95yRYPy+Ttz2rDO0LgCfDI3oK8Xja1o2E4pGpWIEKeodtMvMck1BEkp2EjK9KPTXIvhKfGM+SUpxcUngA==", "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 d832a727c..1ac9fef44 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": "github:civictheme/uikit#main" + "@civictheme/uikit": "1.7.5" }, "devDependencies": { "@alexskrypnyk/scss-variables-extractor": "^0.1.1",