mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
v5.25.0
This commit is contained in:
parent
768ba2be50
commit
d9ed6bcdb8
2 changed files with 4 additions and 4 deletions
ghost
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost-admin",
|
||||
"version": "5.24.2",
|
||||
"version": "5.25.0",
|
||||
"description": "Ember.js admin client for Ghost",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "http://ghost.org",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"version": "5.24.2",
|
||||
"version": "5.25.0",
|
||||
"description": "The professional publishing platform",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "https://ghost.org",
|
||||
|
@ -204,6 +204,7 @@
|
|||
"cli-progress": "3.11.2",
|
||||
"cssnano": "5.1.14",
|
||||
"eslint": "8.28.0",
|
||||
"expect": "^28.1.3",
|
||||
"html-validate": "7.10.0",
|
||||
"inquirer": "8.2.5",
|
||||
"jwks-rsa": "3.0.0",
|
||||
|
@ -218,8 +219,7 @@
|
|||
"should": "13.2.3",
|
||||
"sinon": "14.0.2",
|
||||
"supertest": "6.3.1",
|
||||
"tmp": "0.2.1",
|
||||
"expect": "^28.1.3"
|
||||
"tmp": "0.2.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@tryghost/logging": "2.3.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue