mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Added complex object URL transform support for lexical card datasets
refs https://github.com/TryGhost/Team/issues/2722
- bumped `@tryghost/url-utils` with additional lexical card dataset support
- see 2154b26dd2
This commit is contained in:
parent
7409f9524a
commit
e2eba623dc
2 changed files with 5 additions and 5 deletions
|
@ -141,7 +141,7 @@
|
|||
"@tryghost/tiers": "0.0.0",
|
||||
"@tryghost/tpl": "0.1.22",
|
||||
"@tryghost/update-check-service": "0.0.0",
|
||||
"@tryghost/url-utils": "4.3.1",
|
||||
"@tryghost/url-utils": "4.4.0",
|
||||
"@tryghost/validator": "0.2.1",
|
||||
"@tryghost/verification-trigger": "0.0.0",
|
||||
"@tryghost/version": "0.1.20",
|
||||
|
|
|
@ -4931,10 +4931,10 @@
|
|||
dependencies:
|
||||
lodash.template "^4.5.0"
|
||||
|
||||
"@tryghost/url-utils@4.3.1", "@tryghost/url-utils@^4.0.0":
|
||||
version "4.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-4.3.1.tgz#e39fa70073e55f06fa58c23d95bb31e55e4bcfbf"
|
||||
integrity sha512-q4nM37OCPvvPXilWnWCrEjBPBDFHhferJ38XWKZG8CeRtvohd7YftaxVWCtSr1b/RJBGIfWZI07za4opoAWMPg==
|
||||
"@tryghost/url-utils@4.4.0", "@tryghost/url-utils@^4.0.0":
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-4.4.0.tgz#3f2e0c50ddec49f9c90f6d611eddce51185e6cad"
|
||||
integrity sha512-MS5K+fgPdjMpbuo1NMIE38x1DXotRsgJRxRBy1noiTjFV3o7VLQVd7PYC3KZY+N0qKFAzwPSaAPOzlumIK/UBA==
|
||||
dependencies:
|
||||
cheerio "^0.22.0"
|
||||
moment "^2.27.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue