mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Enabled creating client side "max periodic" checks
refs https://github.com/TryGhost/Team/issues/588 - The bump is done to have the latest fixes in the upstream. The feature for checking the max periodic emails limit will be implemented once there's an apetite for it. Note, it might need some thinking around how to approach this problem (outlined in the referenced commit)
This commit is contained in:
parent
6b6f220300
commit
45bb8ef633
2 changed files with 11 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
|||
"@tryghost/helpers": "1.1.43",
|
||||
"@tryghost/kg-clean-basic-html": "1.0.17",
|
||||
"@tryghost/kg-parser-plugins": "1.1.7",
|
||||
"@tryghost/limit-service": "0.4.3",
|
||||
"@tryghost/limit-service": "0.5.0",
|
||||
"@tryghost/members-csv": "1.0.0",
|
||||
"@tryghost/mobiledoc-kit": "0.12.5-ghost.1",
|
||||
"@tryghost/string": "0.1.18",
|
||||
|
|
|
@ -2063,12 +2063,13 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^1.0.17"
|
||||
|
||||
"@tryghost/limit-service@0.4.3":
|
||||
version "0.4.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.4.3.tgz#2594941c14b14fc9e99846a13fd218ecbbe253b3"
|
||||
integrity sha512-ZdiT5irH6+EUXKw/8ie9CccDfhpS6CbnW0WtzvLbHWP7nPfbZ2iXasmdhNYugHeWHJcZyW41CrKBM/qIxvDUNQ==
|
||||
"@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==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
luxon "^1.26.0"
|
||||
|
||||
"@tryghost/members-csv@1.0.0":
|
||||
version "1.0.0"
|
||||
|
@ -11117,6 +11118,11 @@ lru-cache@^6.0.0:
|
|||
dependencies:
|
||||
yallist "^4.0.0"
|
||||
|
||||
luxon@^1.26.0:
|
||||
version "1.26.0"
|
||||
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.26.0.tgz#d3692361fda51473948252061d0f8561df02b578"
|
||||
integrity sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A==
|
||||
|
||||
magic-string@^0.24.0:
|
||||
version "0.24.1"
|
||||
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.24.1.tgz#7e38e5f126cae9f15e71f0cf8e450818ca7d5a8f"
|
||||
|
|
Loading…
Add table
Reference in a new issue