mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/tpl to v0.1.4
This commit is contained in:
parent
40fd068229
commit
db2c7b64dd
2 changed files with 9 additions and 9 deletions
|
@ -88,7 +88,7 @@
|
||||||
"@tryghost/session-service": "0.1.24",
|
"@tryghost/session-service": "0.1.24",
|
||||||
"@tryghost/social-urls": "0.1.26",
|
"@tryghost/social-urls": "0.1.26",
|
||||||
"@tryghost/string": "0.1.20",
|
"@tryghost/string": "0.1.20",
|
||||||
"@tryghost/tpl": "0.1.3",
|
"@tryghost/tpl": "0.1.4",
|
||||||
"@tryghost/update-check-service": "0.2.2",
|
"@tryghost/update-check-service": "0.2.2",
|
||||||
"@tryghost/url-utils": "2.0.2",
|
"@tryghost/url-utils": "2.0.2",
|
||||||
"@tryghost/validator": "0.1.5",
|
"@tryghost/validator": "0.1.5",
|
||||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -1717,20 +1717,20 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
unidecode "^0.1.8"
|
unidecode "^0.1.8"
|
||||||
|
|
||||||
"@tryghost/tpl@0.1.3", "@tryghost/tpl@^0.1.1", "@tryghost/tpl@^0.1.2", "@tryghost/tpl@^0.1.3":
|
"@tryghost/tpl@0.1.4", "@tryghost/tpl@^0.1.4":
|
||||||
version "0.1.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.3.tgz#719e1161f7af1f9cfed055aeb8e1ba8058103d3f"
|
|
||||||
integrity sha512-RLuhgPIGhEO/eSYJ7VjjcLy18a4QMOqBb+e6ThKQloWgIZKjSuo2Z15zcqCu3pnFWyGEOyMBGTL/CFnSEhN74Q==
|
|
||||||
dependencies:
|
|
||||||
lodash.template "^4.5.0"
|
|
||||||
|
|
||||||
"@tryghost/tpl@^0.1.4":
|
|
||||||
version "0.1.4"
|
version "0.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.4.tgz#58eff86a1370f3290fc11092708ad4b6015df70d"
|
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.4.tgz#58eff86a1370f3290fc11092708ad4b6015df70d"
|
||||||
integrity sha512-5a7c9lx3dwN2s7FkhBmg+Hp4PpDiRLl4wJ37w9N+/pWYyqjkW+2j4lrYNEtS4RgcnOxoQ4mUSHZbJ8RoQbAjbQ==
|
integrity sha512-5a7c9lx3dwN2s7FkhBmg+Hp4PpDiRLl4wJ37w9N+/pWYyqjkW+2j4lrYNEtS4RgcnOxoQ4mUSHZbJ8RoQbAjbQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash.template "^4.5.0"
|
lodash.template "^4.5.0"
|
||||||
|
|
||||||
|
"@tryghost/tpl@^0.1.1", "@tryghost/tpl@^0.1.2", "@tryghost/tpl@^0.1.3":
|
||||||
|
version "0.1.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.3.tgz#719e1161f7af1f9cfed055aeb8e1ba8058103d3f"
|
||||||
|
integrity sha512-RLuhgPIGhEO/eSYJ7VjjcLy18a4QMOqBb+e6ThKQloWgIZKjSuo2Z15zcqCu3pnFWyGEOyMBGTL/CFnSEhN74Q==
|
||||||
|
dependencies:
|
||||||
|
lodash.template "^4.5.0"
|
||||||
|
|
||||||
"@tryghost/update-check-service@0.2.2":
|
"@tryghost/update-check-service@0.2.2":
|
||||||
version "0.2.2"
|
version "0.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.2.2.tgz#0de3bee6501305f3ffeeeae80f0d5068687ff847"
|
resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.2.2.tgz#0de3bee6501305f3ffeeeae80f0d5068687ff847"
|
||||||
|
|
Loading…
Reference in a new issue