mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/errors to v0.2.0
This commit is contained in:
parent
3bdce9686d
commit
4bb413a7c7
2 changed files with 10 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
"@nexes/nql": "0.3.0",
|
||||
"@sentry/node": "5.15.5",
|
||||
"@tryghost/adapter-manager": "0.1.5",
|
||||
"@tryghost/errors": "0.1.3",
|
||||
"@tryghost/errors": "0.2.0",
|
||||
"@tryghost/helpers": "1.1.27",
|
||||
"@tryghost/image-transform": "0.2.3",
|
||||
"@tryghost/kg-card-factory": "1.0.3",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -352,7 +352,15 @@
|
|||
dependencies:
|
||||
"@tryghost/errors" "^0.1.3"
|
||||
|
||||
"@tryghost/errors@0.1.3", "@tryghost/errors@^0.1.3":
|
||||
"@tryghost/errors@0.2.0":
|
||||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.0.tgz#850fe93db8aceadfe1f9e21b8c3a42599de17808"
|
||||
integrity sha512-zYCsJMeNdmNBcJwsFJ4bILGuixGAFdIhzc/TpxFGmzWjordLKWDzL8mnIWvWb5EVeuk0BQnYDg0/V+soodCCBA==
|
||||
dependencies:
|
||||
ghost-ignition "4.2.1"
|
||||
lodash "4.17.15"
|
||||
|
||||
"@tryghost/errors@^0.1.3":
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.1.3.tgz#2a5920314925a37c01afadb7e6ba8dbbe1fa91db"
|
||||
integrity sha512-ctdZADhZNADQ+5vbJ3AuksrgnxrI3cRpo8M1nm6xPuPAJa04RKnPOF4IR7tOOIHirx2vHtqve2Yv/3f3WFLQ3g==
|
||||
|
|
Loading…
Add table
Reference in a new issue