0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Update @tryghost/logging in update-check-service

no issue

Prevents update check service from creating a separate logger. TODO: Ensure this is kept in sync with Ghost's version
This commit is contained in:
Sam Lord 2021-09-22 14:40:00 +01:00
parent 9725d5b3c0
commit 70f7dd500c

View file

@ -25,7 +25,7 @@
},
"dependencies": {
"@tryghost/errors": "^0.2.11",
"@tryghost/logging": "^0.1.3",
"@tryghost/logging": "0.1.7",
"@tryghost/tpl": "^0.1.3",
"bluebird": "3.7.2",
"lodash": "4.17.21",