mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Upgrade @tryghost/errors to use @tryghost/ignition-errors
no issue Part of the de-coupling project - takes us closer to an Ignition-free Ghost.
This commit is contained in:
parent
bdfac2524e
commit
44053553f5
2 changed files with 21 additions and 6 deletions
|
@ -50,7 +50,7 @@
|
|||
"@tryghost/debug": "0.1.1",
|
||||
"@tryghost/email-analytics-provider-mailgun": "1.0.0",
|
||||
"@tryghost/email-analytics-service": "1.0.0",
|
||||
"@tryghost/errors": "0.2.12",
|
||||
"@tryghost/errors": "0.2.13",
|
||||
"@tryghost/helpers": "1.1.46",
|
||||
"@tryghost/image-transform": "1.0.12",
|
||||
"@tryghost/job-manager": "0.8.7",
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -663,12 +663,12 @@
|
|||
ghost-ignition "^4.2.4"
|
||||
lodash "^4.17.20"
|
||||
|
||||
"@tryghost/errors@0.2.12", "@tryghost/errors@^0.2.12":
|
||||
version "0.2.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.12.tgz#b88c5e09c62f97db97d6f1ebdbbd5dc37829a572"
|
||||
integrity sha512-Ru/f66+PgnBGBvLtY74a/8iHkGjn/LOUM9u4nbHBHil3vB5FK4mGvPcD53Z7Ay6AeZkmt6bSGEnZHwhexJVdgg==
|
||||
"@tryghost/errors@0.2.13":
|
||||
version "0.2.13"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.13.tgz#819550c347f5634706b5a4834dd2db0e7cb0a6f2"
|
||||
integrity sha512-RXREWxDy69LC5t8sW6UuSnUNED1ZT9wKTNCJ2VDdrdS1CTaxmZroaWoKOrGjrQDx/M2IBHJSNZHbnRtkHoJ4hw==
|
||||
dependencies:
|
||||
ghost-ignition "^4.6.1"
|
||||
"@tryghost/ignition-errors" "^0.1.0"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@tryghost/errors@^0.2.10", "@tryghost/errors@^0.2.11", "@tryghost/errors@^0.2.9":
|
||||
|
@ -679,6 +679,14 @@
|
|||
ghost-ignition "^4.6.1"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@tryghost/errors@^0.2.12":
|
||||
version "0.2.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.12.tgz#b88c5e09c62f97db97d6f1ebdbbd5dc37829a572"
|
||||
integrity sha512-Ru/f66+PgnBGBvLtY74a/8iHkGjn/LOUM9u4nbHBHil3vB5FK4mGvPcD53Z7Ay6AeZkmt6bSGEnZHwhexJVdgg==
|
||||
dependencies:
|
||||
ghost-ignition "^4.6.1"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@tryghost/helpers@1.1.46":
|
||||
version "1.1.46"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.46.tgz#ffb0d3f048b1635f884eff48d1fb7fcbcce0b7bf"
|
||||
|
@ -695,6 +703,13 @@
|
|||
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"
|
||||
jsdom "^16.5.3"
|
||||
|
||||
"@tryghost/ignition-errors@^0.1.0":
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/ignition-errors/-/ignition-errors-0.1.0.tgz#90f619bfbbf2e349c42d485501f560c2e9ae0a07"
|
||||
integrity sha512-WY3gOusnv/C1cHxFte2pPW/tZKyetMUnuN3kDdj7FlClzhVOsszoEjXHSr+VU36d6a9NCFG/pQ4d3KLWfH0DXQ==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@tryghost/image-transform@1.0.12":
|
||||
version "1.0.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.0.12.tgz#a7bfb20fed0703c676f3cf37ce61039ced19d9fd"
|
||||
|
|
Loading…
Add table
Reference in a new issue