diff --git a/composer.json b/composer.json index 115ff0a3..6dd85b5d 100644 --- a/composer.json +++ b/composer.json @@ -149,6 +149,7 @@ "drupal/webform": "^6.3", "drupal/workflow": "~2.1.13", "drush/drush": "^13", + "js-cookie/js-cookie": "*", "kint-php/kint": "^3.3", "politsin/jquery-ui-touch-punch": "^1", "smalot/pdfparser": "*", @@ -213,7 +214,8 @@ "merge-plugin": { "include": [ "web/profiles/d8-starterkit-profile/composer.json", - "web/modules/contrib/webform/composer.libraries.json" + "web/modules/contrib/webform/composer.libraries.json", + "web/modules/contrib/js_cookie/composer.libraries.json" ], "recurse": true, "replace": false, diff --git a/composer.lock b/composer.lock index 6863a1b6..91e27fb7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "85d0cffc7560e559907e02263d5833e4", + "content-hash": "829c4774582ddf65006e45de87cb6763", "packages": [ { "name": "asm89/stack-cors", @@ -13165,6 +13165,21 @@ "MIT" ] }, + { + "name": "js-cookie/js-cookie", + "version": "3.0.5", + "dist": { + "type": "tar", + "url": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz" + }, + "type": "drupal-library", + "extra": { + "installer-name": "js-cookie" + }, + "license": [ + "MIT" + ] + }, { "name": "justinrainbow/json-schema", "version": "6.8.2",