Skip to content

Commit b077c7f

Browse files
committed
Bumped minimum version of @tryghost/errors
- we decreased the bundle size at some point by changing the use of a subdependency, so bumping the requirement here means we can force it elsewhere too
1 parent 3143553 commit b077c7f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/admin-api-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"sinon": "15.0.4"
2626
},
2727
"dependencies": {
28-
"@tryghost/errors": "^1.0.0",
28+
"@tryghost/errors": "^1.2.26",
2929
"ajv": "^6.12.6",
3030
"lodash": "^4.17.11"
3131
}

packages/image-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"sinon": "15.0.4"
2626
},
2727
"dependencies": {
28-
"@tryghost/errors": "^1.2.1",
28+
"@tryghost/errors": "^1.2.26",
2929
"fs-extra": "^11.0.0"
3030
},
3131
"optionalDependencies": {

packages/limit-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"sinon": "15.0.4"
2727
},
2828
"dependencies": {
29-
"@tryghost/errors": "^1.2.1",
29+
"@tryghost/errors": "^1.2.26",
3030
"lodash": "^4.17.21",
3131
"luxon": "^1.26.0"
3232
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@
28052805
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
28062806
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
28072807

2808-
"@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1":
2808+
"@tryghost/errors@^1.2.26":
28092809
version "1.2.26"
28102810
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.26.tgz#0d0503a51e681998421548fbddbdd7376384c457"
28112811
integrity sha512-s/eynvVUiAhHP0HB7CPQs7qH7Pm1quJ2iUMTCuH7HV8LqiGoQFNc21/5R4lRv+2Jt3yf69UPCs/6G+kAgZipNw==

0 commit comments

Comments
 (0)