Skip to content

Commit

Permalink
update base-cms/marko-web-inquiry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Miller committed Jul 17, 2020
1 parent d30269a commit 64186e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down
2 changes: 1 addition & 1 deletion packages/lazarus-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 64186e7

Please sign in to comment.