mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Update dependency @tryghost/limit-service to v1.2.0
- The new version ensures that invites are counted when looking for staff users
This commit is contained in:
parent
4e18606942
commit
7e2da2adee
2 changed files with 5 additions and 5 deletions
|
@ -56,7 +56,7 @@
|
|||
"@tryghost/kg-default-cards": "4.0.0-rc.6",
|
||||
"@tryghost/kg-markdown-html-renderer": "4.0.0-rc.2",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0-rc.1",
|
||||
"@tryghost/limit-service": "0.1.1",
|
||||
"@tryghost/limit-service": "0.2.0",
|
||||
"@tryghost/magic-link": "0.6.7",
|
||||
"@tryghost/members-api": "1.0.0-rc.4",
|
||||
"@tryghost/members-csv": "0.4.5",
|
||||
|
|
|
@ -509,10 +509,10 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^1.0.11"
|
||||
|
||||
"@tryghost/limit-service@0.1.1":
|
||||
version "0.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.1.1.tgz#59c514f41551424d205d7e428e0e2974aff7d759"
|
||||
integrity sha512-ebG9hsa4fRCTAZcZ35S4uR7Ulyyd3qo55gb4wKB0CzJDcLhosqrcSgEDk3AGXCumGsELSsfnUt6kXN6lFGtxKw==
|
||||
"@tryghost/limit-service@0.2.0":
|
||||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.2.0.tgz#74ab6753ee89bc0c6e7995cda2cddee544d105e5"
|
||||
integrity sha512-vNwJscmDd2UqIkfUd+hSTktrI/ITR3qLrfAvj8MD8TGOvzcbmXXDhq8vxzLkcIC+0CCk8DLGIjXcXAjWwBc82A==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue