mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency @tryghost/tpl to v0.1.8
This commit is contained in:
parent
c95ce4c685
commit
113e01c2c4
2 changed files with 12 additions and 5 deletions
|
@ -95,7 +95,7 @@
|
|||
"@tryghost/session-service": "0.1.27",
|
||||
"@tryghost/social-urls": "0.1.26",
|
||||
"@tryghost/string": "0.1.20",
|
||||
"@tryghost/tpl": "0.1.7",
|
||||
"@tryghost/tpl": "0.1.8",
|
||||
"@tryghost/update-check-service": "0.2.4",
|
||||
"@tryghost/url-utils": "2.0.2",
|
||||
"@tryghost/validator": "0.1.7",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -1724,10 +1724,10 @@
|
|||
dependencies:
|
||||
unidecode "^0.1.8"
|
||||
|
||||
"@tryghost/tpl@0.1.7", "@tryghost/tpl@^0.1.7":
|
||||
version "0.1.7"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.7.tgz#f3821c1b5a00acf04d98464794ba32df6d3c08df"
|
||||
integrity sha512-mQjRN+m7KTIO2PCU5ywfzxg3Wt0DKeyD2ZT2QFfFhdEO0gpDrLoEHVKDJp64xiqCxROe1aQa0QEOvHEZl5vUxA==
|
||||
"@tryghost/tpl@0.1.8":
|
||||
version "0.1.8"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.8.tgz#28acd930b11b71a23372f1855cb8b92282c20bdd"
|
||||
integrity sha512-0M02hZ3VNhlH9KeUXV75l3UUeNSRhmXUZfWn4vrosu8B3YCwIx+Q/cpWl5DiZ0QuIaVT7YwYDEHtFMgsKk0gXQ==
|
||||
dependencies:
|
||||
lodash.template "^4.5.0"
|
||||
|
||||
|
@ -1738,6 +1738,13 @@
|
|||
dependencies:
|
||||
lodash.template "^4.5.0"
|
||||
|
||||
"@tryghost/tpl@^0.1.7":
|
||||
version "0.1.7"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.7.tgz#f3821c1b5a00acf04d98464794ba32df6d3c08df"
|
||||
integrity sha512-mQjRN+m7KTIO2PCU5ywfzxg3Wt0DKeyD2ZT2QFfFhdEO0gpDrLoEHVKDJp64xiqCxROe1aQa0QEOvHEZl5vUxA==
|
||||
dependencies:
|
||||
lodash.template "^4.5.0"
|
||||
|
||||
"@tryghost/update-check-service@0.2.4":
|
||||
version "0.2.4"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.2.4.tgz#d335cf6ef073df015c74dfca5a3fb39e1742b364"
|
||||
|
|
Loading…
Add table
Reference in a new issue