mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated @tryghost/errors
1.2.21 to 1.2.24
- we have this set as a higher resolution anyway, but I think having some hardcoded lower versions causes some weird yarn issues - at the very least, this removes any mention of 1.2.21 from our yarn.lock
This commit is contained in:
parent
f2a5da3209
commit
841fb1f5c9
3 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,6 @@
|
||||||
"sinon": "15.2.0"
|
"sinon": "15.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "1.2.21"
|
"@tryghost/errors": "1.2.24"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,6 @@
|
||||||
"sinon": "15.2.0"
|
"sinon": "15.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "1.2.21"
|
"@tryghost/errors": "1.2.24"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7730,7 +7730,7 @@
|
||||||
focus-trap "^6.7.2"
|
focus-trap "^6.7.2"
|
||||||
postcss-preset-env "^7.3.1"
|
postcss-preset-env "^7.3.1"
|
||||||
|
|
||||||
"@tryghost/errors@1.2.21", "@tryghost/errors@1.2.24", "@tryghost/errors@1.2.25", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.24", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3":
|
"@tryghost/errors@1.2.24", "@tryghost/errors@1.2.25", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.24", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3":
|
||||||
version "1.2.24"
|
version "1.2.24"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.24.tgz#5daceff6cdee9421297849474fd885857c4bfe3f"
|
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.24.tgz#5daceff6cdee9421297849474fd885857c4bfe3f"
|
||||||
integrity sha512-5iRF8dl2wirb/1gQA2dv8MtxK204vnjbWvmb3fULNZoVlmuHY1ZUgwRJRquClfUEFyl2qGmNDuoxGoTvur8JKA==
|
integrity sha512-5iRF8dl2wirb/1gQA2dv8MtxK204vnjbWvmb3fULNZoVlmuHY1ZUgwRJRquClfUEFyl2qGmNDuoxGoTvur8JKA==
|
||||||
|
|
Loading…
Add table
Reference in a new issue