mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/members-auth-pages to v0.2.2
This commit is contained in:
parent
7638ca4d77
commit
82d146577c
2 changed files with 6 additions and 15 deletions
|
@ -42,7 +42,7 @@
|
|||
"@nexes/nql": "0.2.2",
|
||||
"@tryghost/helpers": "1.1.6",
|
||||
"@tryghost/members-api": "0.1.2",
|
||||
"@tryghost/members-auth-pages": "0.2.1",
|
||||
"@tryghost/members-auth-pages": "0.2.2",
|
||||
"@tryghost/members-ssr": "0.1.5",
|
||||
"@tryghost/members-theme-bindings": "0.2.1",
|
||||
"@tryghost/social-urls": "0.1.0",
|
||||
|
|
19
yarn.lock
19
yarn.lock
|
@ -147,12 +147,12 @@
|
|||
lodash "^4.17.11"
|
||||
node-jose "^1.1.3"
|
||||
|
||||
"@tryghost/members-auth-pages@0.2.1":
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-auth-pages/-/members-auth-pages-0.2.1.tgz#85c96ad5b5a20fc54e9ddfc07ca6b088921b4cb8"
|
||||
integrity sha512-GlfEH65Pat8NBYh5u39A/KVN6AiWLnio7z/m+SosrV2SgQo5GeFkvfGWaVtVngiQq52x/jfaKlyZsClKvIhBDw==
|
||||
"@tryghost/members-auth-pages@0.2.2":
|
||||
version "0.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-auth-pages/-/members-auth-pages-0.2.2.tgz#c26db5afc8fbe676b1b3e3425ad819c42ee12134"
|
||||
integrity sha512-Dbdz7KDG1cQAen5elNQr5+YwCmRbtAj6g6oGgIF6GjiBzMjtJp8E+Yx7fBAJ3stgkP3i5xLd3iQ+Bo/3h81IuA==
|
||||
dependencies:
|
||||
"@tryghost/members-gateway-protocol" "^0.1.0"
|
||||
"@tryghost/members-gateway-protocol" "^0.1.2"
|
||||
preact "^8.2.1"
|
||||
preact-compat "^3.17.0"
|
||||
react-stripe-elements "^2.0.3"
|
||||
|
@ -178,15 +178,6 @@
|
|||
lodash "^4.17.11"
|
||||
minivents "^2.2.0"
|
||||
|
||||
"@tryghost/members-gateway-protocol@^0.1.0":
|
||||
version "0.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-gateway-protocol/-/members-gateway-protocol-0.1.1.tgz#90fa1f5774ea5967c800fbbbce55cba310149a23"
|
||||
integrity sha512-dv5fjZs/L2vMIGdxOUSatVyMvAHoUwUlnFUNdd0SnZ2fBZt5+JpBCsxnDyP43AkxD5R+Lc1cuo4QipAN5Tn9ZA==
|
||||
dependencies:
|
||||
bluebird "^3.5.4"
|
||||
ghost-ignition "^3.1.0"
|
||||
lodash "^4.17.11"
|
||||
|
||||
"@tryghost/members-gateway-protocol@^0.1.2":
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-gateway-protocol/-/members-gateway-protocol-0.1.2.tgz#afd004bd91b5e403ebb9e130d3208046ce621bc2"
|
||||
|
|
Loading…
Reference in a new issue