Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/activitypub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/activitypub",
"version": "3.1.13",
"version": "3.1.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@tryghost/admin-x-framework": "workspace:*",
"@tryghost/shade": "workspace:*",
"clsx": "2.1.1",
"dompurify": "3.3.1",
"dompurify": "3.4.1",
"html2canvas-objectfit-fix": "1.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin-x-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@playwright/test": "1.59.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.3.1",
"@tryghost/koenig-lexical": "1.8.0",
"@tryghost/koenig-lexical": "1.8.1",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin-x-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@tanstack/react-query": "4.36.1",
"@tryghost/color-utils": "0.2.16",
"@tryghost/i18n": "workspace:*",
"@tryghost/kg-unsplash-selector": "0.4.0",
"@tryghost/kg-unsplash-selector": "0.4.1",
"@tryghost/limit-service": "1.5.2",
"@tryghost/nql": "0.12.10",
"@tryghost/timezone-data": "0.4.18",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@tryghost/activitypub": "workspace:*",
"@tryghost/admin-x-framework": "workspace:*",
"@tryghost/admin-x-settings": "workspace:*",
"@tryghost/koenig-lexical": "1.8.0",
"@tryghost/koenig-lexical": "1.8.1",
"@tryghost/posts": "workspace:*",
"@tryghost/shade": "workspace:*",
"@tryghost/stats": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion apps/announcement-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/announcement-bar",
"version": "1.1.17",
"version": "1.1.18",
"license": "MIT",
"repository": "https://github.com/TryGhost/Ghost",
"author": "Ghost Foundation",
Expand Down Expand Up @@ -82,6 +82,7 @@
"devDependencies": {
"@vitejs/plugin-react": "4.7.0",
"@vitest/coverage-v8": "~3.2.4",
"concurrently": "8.2.2",
"cross-fetch": "4.1.0",
"jsdom": "28.1.0",
"vite": "5.4.21",
Expand Down
4 changes: 2 additions & 2 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/portal",
"version": "2.68.18",
"version": "2.68.19",
"license": "MIT",
"repository": "https://github.com/TryGhost/Ghost",
"author": "Ghost Foundation",
Expand Down Expand Up @@ -121,7 +121,7 @@
"@vitest/ui": "3.2.4",
"concurrently": "8.2.2",
"cross-fetch": "4.1.0",
"dompurify": "3.3.1",
"dompurify": "3.4.1",
"eslint": "catalog:",
"eslint-plugin-i18next": "6.1.3",
"jsdom": "28.1.0",
Expand Down
3 changes: 2 additions & 1 deletion apps/sodo-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/sodo-search",
"version": "1.8.15",
"version": "1.8.16",
"license": "MIT",
"repository": "https://github.com/TryGhost/Ghost",
"author": "Ghost Foundation",
Expand Down Expand Up @@ -99,6 +99,7 @@
"@testing-library/react": "12.1.5",
"@vitejs/plugin-react": "4.7.0",
"@vitest/coverage-v8": "~3.2.4",
"concurrently": "8.2.2",
"cross-fetch": "4.1.0",
"jsdom": "28.1.0",
"nock": "13.5.6",
Expand Down
6 changes: 3 additions & 3 deletions ghost/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@tryghost/color-utils": "0.2.16",
"@tryghost/ember-promise-modals": "2.0.1",
"@tryghost/helpers": "1.1.103",
"@tryghost/kg-clean-basic-html": "4.3.0",
"@tryghost/kg-converters": "1.2.0",
"@tryghost/koenig-lexical": "1.8.0",
"@tryghost/kg-clean-basic-html": "4.3.1",
"@tryghost/kg-converters": "1.2.1",
"@tryghost/koenig-lexical": "1.8.1",
"@tryghost/limit-service": "1.5.2",
"@tryghost/members-csv": "2.0.5",
"@tryghost/nql": "0.12.10",
Expand Down
4 changes: 2 additions & 2 deletions ghost/core/core/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@ async function initServices() {
const urlUtils = require('./shared/url-utils');

// Initialize things that other services depend on first.
emailAddressService.init();
const apiUrl = urlUtils.urlFor('api', {type: 'admin'}, true);
const schedulerAdapter = createSchedulerAdapter();
const [schedulerIntegration] = await Promise.all([
getSchedulerIntegration(),
stripe.init(),
emailAddressService.init()
stripe.init()
]);

await Promise.all([
Expand Down
30 changes: 15 additions & 15 deletions ghost/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@
"@tryghost/i18n": "workspace:*",
"@tryghost/image-transform": "1.4.13",
"@tryghost/job-manager": "1.0.9",
"@tryghost/kg-card-factory": "5.2.0",
"@tryghost/kg-clean-basic-html": "4.3.0",
"@tryghost/kg-converters": "1.2.0",
"@tryghost/kg-default-atoms": "5.2.0",
"@tryghost/kg-default-cards": "10.3.0",
"@tryghost/kg-default-nodes": "2.1.0",
"@tryghost/kg-default-transforms": "1.3.0",
"@tryghost/kg-html-to-lexical": "1.3.0",
"@tryghost/kg-lexical-html-renderer": "1.4.0",
"@tryghost/kg-markdown-html-renderer": "7.2.0",
"@tryghost/kg-mobiledoc-html-renderer": "7.2.0",
"@tryghost/kg-card-factory": "5.2.1",
"@tryghost/kg-clean-basic-html": "4.3.1",
"@tryghost/kg-converters": "1.2.1",
"@tryghost/kg-default-atoms": "5.2.1",
"@tryghost/kg-default-cards": "10.3.1",
"@tryghost/kg-default-nodes": "2.1.1",
"@tryghost/kg-default-transforms": "1.3.1",
"@tryghost/kg-html-to-lexical": "1.3.1",
"@tryghost/kg-lexical-html-renderer": "1.4.1",
"@tryghost/kg-markdown-html-renderer": "7.2.1",
"@tryghost/kg-mobiledoc-html-renderer": "7.2.1",
"@tryghost/limit-service": "1.5.2",
"@tryghost/logging": "4.1.0",
"@tryghost/members-csv": "2.0.5",
Expand Down Expand Up @@ -165,7 +165,7 @@
"csso": "5.0.5",
"csv-writer": "1.6.0",
"date-fns": "2.30.0",
"dompurify": "3.3.0",
"dompurify": "3.4.1",
"downsize": "0.0.8",
"entities": "4.5.0",
"express": "4.21.2",
Expand Down Expand Up @@ -201,7 +201,7 @@
"knex": "2.4.2",
"knex-migrator": "5.3.2",
"leaky-bucket": "2.2.0",
"lodash": "4.17.23",
"lodash": "4.18.1",
"luxon": "3.7.2",
"mailgun.js": "10.4.0",
"metascraper": "5.45.15",
Expand All @@ -217,7 +217,7 @@
"mingo": "2.5.3",
"moment": "2.24.0",
"moment-timezone": "0.5.45",
"multer": "2.0.2",
"multer": "2.1.1",
"mysql2": "3.18.1",
"nconf": "0.13.0",
"node-fetch": "2.7.0",
Expand Down Expand Up @@ -246,7 +246,7 @@
"lodash.template": "4.5.0"
},
"optionalDependencies": {
"@tryghost/html-to-mobiledoc": "3.3.0",
"@tryghost/html-to-mobiledoc": "3.3.1",
"sqlite3": "5.1.7"
},
"devDependencies": {
Expand Down
Loading
Loading