mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated default styles for accordion card
refs https://github.com/TryGhost/Team/issues/1209 - bumps kg default cards package to include accordion card changes
This commit is contained in:
parent
9c77abebb5
commit
df8273f995
2 changed files with 20 additions and 20 deletions
|
@ -73,7 +73,7 @@
|
|||
"@tryghost/job-manager": "0.8.13",
|
||||
"@tryghost/kg-card-factory": "3.1.0",
|
||||
"@tryghost/kg-default-atoms": "3.1.0",
|
||||
"@tryghost/kg-default-cards": "5.8.3",
|
||||
"@tryghost/kg-default-cards": "5.8.4",
|
||||
"@tryghost/kg-markdown-html-renderer": "5.1.0",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "5.2.0",
|
||||
"@tryghost/limit-service": "1.0.0",
|
||||
|
@ -173,7 +173,7 @@
|
|||
"xml": "1.0.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@tryghost/html-to-mobiledoc": "1.3.2",
|
||||
"@tryghost/html-to-mobiledoc": "1.3.3",
|
||||
"sqlite3": "5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
36
yarn.lock
36
yarn.lock
|
@ -1698,12 +1698,12 @@
|
|||
dependencies:
|
||||
lodash-es "^4.17.11"
|
||||
|
||||
"@tryghost/html-to-mobiledoc@1.3.2":
|
||||
version "1.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.3.2.tgz#2ca5e71e62d1a9a6930f2f688693f3942d77560c"
|
||||
integrity sha512-yWwyi2zKJURZF6nhgj6IxDLz3htoLh8PJOUDKE1oyUVDKlPzceN9ZEiCd4/X4ZpZ03d+zxtFL1abZJwj5ruWVg==
|
||||
"@tryghost/html-to-mobiledoc@1.3.3":
|
||||
version "1.3.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.3.3.tgz#37936c655ddf0ae2a5c72b7e4caf488a8e918a01"
|
||||
integrity sha512-k+8YBF3LmA1tYN08OB+kEBrcUUWB36GT+RmwdzqUeB6AtfYgOd8BGBeacSchhRTY/YT8q7w35XDk+zAqYHccbg==
|
||||
dependencies:
|
||||
"@tryghost/kg-parser-plugins" "^2.6.2"
|
||||
"@tryghost/kg-parser-plugins" "^2.6.3"
|
||||
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"
|
||||
jsdom "^16.5.3"
|
||||
|
||||
|
@ -1742,20 +1742,20 @@
|
|||
resolved "https://registry.yarnpkg.com/@tryghost/kg-card-factory/-/kg-card-factory-3.1.0.tgz#2a135754fabafa32074e6cddb28de0cc3a8d7e7d"
|
||||
integrity sha512-Y52DqAM/BahMumbX39mBwaSHJTyx/mwIsFVDNCNg0XBoM2ZqHjHLefNBEsUTdocP8LPpK4HYSOxKVugQOBAACA==
|
||||
|
||||
"@tryghost/kg-clean-basic-html@^2.2.1":
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.1.tgz#4e7ee5e3ac656487e3e1b3d1bf2ad8c46e19444f"
|
||||
integrity sha512-5mQYk+SnTUs5MptBZNdZGtvR8z0eS1bwoLZXP/AcoJL2Px3iK/TEhwoGzB+xG8Ef2WY5/CI3hvdZ0NfN+fRVdQ==
|
||||
"@tryghost/kg-clean-basic-html@^2.2.2":
|
||||
version "2.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.2.tgz#8a8aa53152415f96b3d8c729d4b13930eeee299f"
|
||||
integrity sha512-6P8tVefnpnZbNIAxXEcOmfHalMF5LylbsKAW31YKO5G54uR42Q+hz1aOvsy8szSdD1wAhKjn1pQ1wcQvL1PbIQ==
|
||||
|
||||
"@tryghost/kg-default-atoms@3.1.0":
|
||||
version "3.1.0"
|
||||
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.8.3":
|
||||
version "5.8.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.8.3.tgz#fb9eaf505deb3c42f16858493d7b4c2369abae55"
|
||||
integrity sha512-NEE84kXfJGCBC9kAHjrsEgD/1NhpIFmzZqhxdXr8VzgB5+jpT4SOaRmEwAk0V42TcAxAGFVTE6J0DggGqEtmWQ==
|
||||
"@tryghost/kg-default-cards@5.8.4":
|
||||
version "5.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.8.4.tgz#8ba1f4ae38de3555375e18648db9545d348149bc"
|
||||
integrity sha512-p6/WLYitdSznPdZ+tuiwnmDgfUGvVs4dh8EgGqsRUX4ZL3vdClUUm+sIFM7zgVmB8mNLnonwa0hKOHdaTYPKVw==
|
||||
dependencies:
|
||||
"@tryghost/kg-markdown-html-renderer" "^5.1.0"
|
||||
"@tryghost/url-utils" "^2.0.0"
|
||||
|
@ -1783,12 +1783,12 @@
|
|||
semver "^7.3.4"
|
||||
simple-dom "^1.4.0"
|
||||
|
||||
"@tryghost/kg-parser-plugins@^2.6.2":
|
||||
version "2.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.6.2.tgz#9086422ee7f257b4f36125cfa02942220d734fa0"
|
||||
integrity sha512-YZn9Uuee8F6iFYZZcVRwec3M9NP7xfnPgWiqlj9nX87AQvtPJnaM6MYr6hRv+1wp65blKFk9WgRXBLVsQ+RFpQ==
|
||||
"@tryghost/kg-parser-plugins@^2.6.3":
|
||||
version "2.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.6.3.tgz#bc8da5f7a5c35a803bc4953932f8a91b070b2c57"
|
||||
integrity sha512-fZXcznQjKG/TiN4G5DPq5fbU+QKnFjiGwecOacuGsmEm8PFiZCn0pDGLdKmSAyU9voNND9Ea3LJdCFRLwKO/qw==
|
||||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^2.2.1"
|
||||
"@tryghost/kg-clean-basic-html" "^2.2.2"
|
||||
|
||||
"@tryghost/limit-service@1.0.0":
|
||||
version "1.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue