mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed indescribable error in custom themes limit
refs f51c640fb0
- This should not affect any of the current code but should improve edge case errors related to "allowlist" types of limits
- See referenced commit for details when this edgecase was happening
This commit is contained in:
parent
48d5d4c93d
commit
01ac1acfcb
2 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@
|
|||
"@tryghost/kg-default-cards": "4.0.3",
|
||||
"@tryghost/kg-markdown-html-renderer": "4.0.2",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
|
||||
"@tryghost/limit-service": "0.5.0",
|
||||
"@tryghost/limit-service": "0.6.0",
|
||||
"@tryghost/magic-link": "1.0.2",
|
||||
"@tryghost/members-api": "1.10.0",
|
||||
"@tryghost/members-csv": "1.0.0",
|
||||
|
|
|
@ -714,10 +714,10 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^1.0.17"
|
||||
|
||||
"@tryghost/limit-service@0.5.0":
|
||||
version "0.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.5.0.tgz#b69eb70cd7e5d5b559b099be9dc8ea7dec854a59"
|
||||
integrity sha512-a2ai5WS7I+jWHYObVBn9NusQ0FAIwWkjYJoMpoaSGXDBAynaeLkf+uAT/86PGpuUcDFWvvBl4m79K/lSds5adw==
|
||||
"@tryghost/limit-service@0.6.0":
|
||||
version "0.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.6.0.tgz#f7167ad9e69bd8935369057f1639fa079252f0b6"
|
||||
integrity sha512-v7MnEMWGcFbllcmpYSbyAk3xNoqszFHAWm4SsN5CDMLju/ZNVvH9mL9Yzyv+5e4r1f8E/BZkd6gE0j7C1vijtQ==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
luxon "^1.26.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue