Skip to content

Commit 869d21b

Browse files
committed
Pin drupaltheme to uikit release tag.
1 parent 865206a commit 869d21b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@civictheme/uikit": "github:civictheme/uikit#3505451--update-field-message-props"
3+
"@civictheme/uikit": "github:civictheme/uikit#main"
44
}
55
}

web/themes/contrib/civictheme/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/themes/contrib/civictheme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "civictheme-theme",
3-
"version": "1.8.0",
3+
"version": "1.10.0",
44
"private": true,
55
"description": "CivicTheme Drupal theme.",
66
"homepage": "https://github.com/civictheme/civictheme",
@@ -38,7 +38,7 @@
3838
"uikit-install": "rm -Rf components > /dev/null 2>&1 && cp -R node_modules/@civictheme/uikit/components components"
3939
},
4040
"dependencies": {
41-
"@civictheme/uikit": "github:civictheme/uikit#16aaff9a17a9b530168beeffb10a175450e4e20b",
41+
"@civictheme/uikit": "github:civictheme/uikit#v1.10.0",
4242
"@popperjs/core": "^2.11.8"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)