mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Published new versions
- @tryghost/adapter-manager@0.2.21 - @tryghost/errors@1.0.2 - @tryghost/image-transform@1.0.21 - @tryghost/limit-service@1.0.3 - @tryghost/minifier@0.1.4 - @tryghost/package-json@1.0.9 - @tryghost/release-utils@0.7.4 - @tryghost/session-service@0.1.31
This commit is contained in:
parent
932ba4e969
commit
6576313a3b
8 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/adapter-manager",
|
||||
"version": "0.2.20",
|
||||
"version": "0.2.21",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -25,6 +25,6 @@
|
|||
"sinon": "11.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^1.0.1"
|
||||
"@tryghost/errors": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/errors",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/errors",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/image-transform",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.21",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"sinon": "11.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^1.0.1",
|
||||
"@tryghost/errors": "^1.0.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^9.1.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/limit-service",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"sinon": "11.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^1.0.1",
|
||||
"@tryghost/errors": "^1.0.2",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^1.26.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/minifier",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@tryghost/debug": "^0.1.8",
|
||||
"@tryghost/errors": "^1.0.1",
|
||||
"@tryghost/errors": "^1.0.2",
|
||||
"@tryghost/tpl": "^0.1.7",
|
||||
"csso": "4.2.0",
|
||||
"terser": "^5.9.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/package-json",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"tmp": "0.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^1.0.1",
|
||||
"@tryghost/errors": "^1.0.2",
|
||||
"@tryghost/tpl": "^0.1.5",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/release-utils",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"sinon": "11.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^1.0.1",
|
||||
"@tryghost/errors": "^1.0.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"execa": "^4.1.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/session-service",
|
||||
"version": "0.1.30",
|
||||
"version": "0.1.31",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -26,6 +26,6 @@
|
|||
"sinon": "11.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^1.0.1"
|
||||
"@tryghost/errors": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue