mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/limit-service to v1.2.1
- This adds proper number formatting to error messages
This commit is contained in:
parent
d51fcd072e
commit
e676e26442
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.2.0",
|
||||
"@tryghost/limit-service": "0.2.1",
|
||||
"@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.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==
|
||||
"@tryghost/limit-service@0.2.1":
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.2.1.tgz#9078cbbdd4a46013f353f9e73d757b9c455c9375"
|
||||
integrity sha512-tsT3enJnBIPNxvDmut/2/PA2kvV/tzdMiJB20z5EhqqnmMjG4wQ2Tn8wnSz9/lNFf4d832JiKIkcMpjtTDfXWQ==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
|
||||
|
|
Loading…
Reference in a new issue