0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency @tryghost/limit-service to v1.1.1

- fixes a really weird unexpected token = error when using lodash templates in Ghost
- this was caused by _.templateSettings being global
- this fix ensures that the config of the limit-service stays in the limit-service!
This commit is contained in:
Hannah Wolfe 2021-03-03 17:57:30 +00:00
parent 40da54f123
commit 8f4e43a1fe
2 changed files with 5 additions and 5 deletions

View file

@ -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.0",
"@tryghost/limit-service": "0.1.1",
"@tryghost/magic-link": "0.6.7",
"@tryghost/members-api": "1.0.0-rc.4",
"@tryghost/members-csv": "0.4.5",

View file

@ -502,10 +502,10 @@
dependencies:
"@tryghost/kg-clean-basic-html" "^1.0.11"
"@tryghost/limit-service@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.1.0.tgz#df0b7c4a04858cf655640e1750ad6923da132de2"
integrity sha512-9BRAqjSNlqZAedSbry2lULvaCaY4ahAbv+7daRfCLu1ieZPBfQ1wc0pqfgdvGnK2pQRb6X/1WNRHkuaCQigPtg==
"@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==
dependencies:
lodash "^4.17.21"