mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
🐛 Fixed new member count helpers not included in GScan helpers
- this was due to GScan not being published and bumped before the member count helpers were merged into Ghost and released
This commit is contained in:
parent
309ead6108
commit
445d5b4da2
@ -144,7 +144,7 @@
|
||||
"ghost-storage-base": "1.0.0",
|
||||
"glob": "8.0.3",
|
||||
"got": "9.6.0",
|
||||
"gscan": "4.31.2",
|
||||
"gscan": "4.32.0",
|
||||
"html-to-text": "8.2.0",
|
||||
"human-number": "2.0.0",
|
||||
"image-size": "1.0.2",
|
||||
|
@ -6213,10 +6213,10 @@ grunt@1.5.3:
|
||||
nopt "~3.0.6"
|
||||
rimraf "~3.0.2"
|
||||
|
||||
gscan@4.31.2:
|
||||
version "4.31.2"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.31.2.tgz#d8dd1f156f7a59f655625c3422cfd89bb42df8ac"
|
||||
integrity sha512-NuFcXRbSUSWOl6FuGPKT24dcepI/oMiUF6EGzMEGbY5ndl6Ba/BZrK9dT7hMHeyaJCn+T4fpxTPQqfXHkM2qcg==
|
||||
gscan@4.32.0:
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.32.0.tgz#eb3211d7dd9c3b1cc3e9da883fe69283fb3bcbc8"
|
||||
integrity sha512-ntNUO3J7Rc9KLnaJQ+QoPrrPWfoWa+8AiuYfynu7QWTq/YebC5zmuYgZMyPVvRc7C669E5A0U3VOxyBEbeth8w==
|
||||
dependencies:
|
||||
"@sentry/node" "6.19.7"
|
||||
"@tryghost/config" "0.2.9"
|
||||
|
Loading…
Reference in New Issue
Block a user