From 78c44226157eb00fda60a697b03423c03834f39f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 22:57:49 +0100 Subject: [PATCH] Updated the product card rendering refs https://github.com/TryGhost/Team/issues/1245 - Updated the markup to make it easier to style the card --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b21a45fd3e..c725ac0077 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@tryghost/job-manager": "0.8.17", "@tryghost/kg-card-factory": "3.1.0", "@tryghost/kg-default-atoms": "3.1.0", - "@tryghost/kg-default-cards": "5.11.1", + "@tryghost/kg-default-cards": "5.11.2", "@tryghost/kg-markdown-html-renderer": "5.1.0", "@tryghost/kg-mobiledoc-html-renderer": "5.3.1", "@tryghost/limit-service": "1.0.6", diff --git a/yarn.lock b/yarn.lock index 3f5ab8f7fa..3a685fd9a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1442,10 +1442,10 @@ resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-3.1.0.tgz#4daff7104c1f261b1b816dd75ae4104009f9c1e6" integrity sha512-FfROzVgqJWqJ7cVdS9dcALz7rnzNfV8zcrymAJrDTHDsqzAdMfSLe1tNQRm8zas9pyZLsD8zBGmLxG9dr4WFSA== -"@tryghost/kg-default-cards@5.11.1": - version "5.11.1" - resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.11.1.tgz#8cd8fc4daa590c9bc7b6a791b50fe10913685cbb" - integrity sha512-ndXtNmH2pxwlmrx7VVmKTpNtl7mnLc7X1oOHZDHslIF4a0nIPQ0x95S2xjy2/75AiFxQNcdmnl+iGapRL0287w== +"@tryghost/kg-default-cards@5.11.2": + version "5.11.2" + resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.11.2.tgz#fa907a400da76f84f75bd7129793fb21c0d9b3ba" + integrity sha512-W74K7ZOVblXLZud+9qqgtJ1sZmg85LvYnjHOQiny4j7VvhrQj2Zothn3DymiGoz1emOkRkQLjK58YQI25FxzTQ== dependencies: "@tryghost/kg-markdown-html-renderer" "^5.1.0" "@tryghost/url-utils" "^2.0.0"