diff --git a/docker-compose.yml b/docker-compose.yml index 2a9cae21..b5ed4423 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,6 +18,7 @@ x-env-defaults: &env NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY-(unset)} NODE_ENV: development # @todo the recaptcha values should be removed (?) once contact-us is moved to core. + RECAPTCHA_SITE_KEY: ${RECAPTCHA_SITE_KEY-(unset)} RECAPTCHA_SECRET_KEY: ${RECAPTCHA_SECRET_KEY-(unset)} # @todo the sendgrid values should be removed once the @base-cms/mailer service is created. SENDGRID_API_KEY: ${SENDGRID_API_KEY-(unset)} diff --git a/packages/lazarus-shared/package.json b/packages/lazarus-shared/package.json index a1c042b4..fcd40069 100644 --- a/packages/lazarus-shared/package.json +++ b/packages/lazarus-shared/package.json @@ -19,7 +19,7 @@ "@base-cms/marko-web-gtm": "^1.25.0", "@base-cms/marko-web-icons": "^1.29.6", "@base-cms/marko-web-identity-x": "^1.29.4", - "@base-cms/marko-web-inquiry": "^1.30.2", + "@base-cms/marko-web-inquiry": "^1.31.0", "@base-cms/marko-web-social-sharing": "^1.25.0", "@base-cms/marko-web-theme-default": "^1.30.1", "@base-cms/object-path": "^1.25.0", diff --git a/yarn.lock b/yarn.lock index 02adc907..91613c9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -860,10 +860,10 @@ moment "^2.24.0" node-fetch "^2.6.0" -"@base-cms/marko-web-inquiry@^1.30.2": - version "1.30.2" - resolved "https://registry.yarnpkg.com/@base-cms/marko-web-inquiry/-/marko-web-inquiry-1.30.2.tgz#aefbe4f0f6a7f7ac177ed49c0fc2eddfa2f564c3" - integrity sha512-xsDs9c+rg54DStMY8bxEQWgyMA3OnusYhdZyCtA3tqBe3mGU45MHyMo7lHUVqOMefeLSMzpNABTJTTcznm5o5g== +"@base-cms/marko-web-inquiry@^1.31.0": + version "1.31.0" + resolved "https://registry.yarnpkg.com/@base-cms/marko-web-inquiry/-/marko-web-inquiry-1.31.0.tgz#6a93752212c682946e6ae9f72d8fc3ff9b9ec7f1" + integrity sha512-AeuaXB1u5LFPc6aZrhn6o5ttUL/yfgC6oWneKFihOxgP8kvYTdicQeVLFRoFRKbfmjlg0niEGRTCHM6QtvPB3Q== dependencies: "@base-cms/env" "^1.0.0" "@base-cms/marko-core" "^1.30.2" @@ -877,6 +877,7 @@ graphql "^14.5.4" graphql-tag "^2.10.1" node-fetch "^2.6.0" + vue-recaptcha "^1.2.0" "@base-cms/marko-web-leaders@^1.29.5": version "1.29.5"