mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed package version to be exact
no issue - The convention is to keep versions exact in this repository. The change seems like an overlook and not something done with specific intention
This commit is contained in:
parent
5a6ce5abfe
commit
92a4ef5d31
2 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@
|
|||
"@tryghost/kg-default-cards": "2.2.1",
|
||||
"@tryghost/kg-markdown-html-renderer": "2.0.1",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "3.0.1",
|
||||
"@tryghost/magic-link": "^0.4.8",
|
||||
"@tryghost/magic-link": "0.4.8",
|
||||
"@tryghost/members-api": "0.23.0",
|
||||
"@tryghost/members-ssr": "0.8.1",
|
||||
"@tryghost/mw-session-from-token": "0.1.4",
|
||||
|
|
|
@ -476,9 +476,9 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^0.1.8"
|
||||
|
||||
"@tryghost/magic-link@^0.4.8":
|
||||
"@tryghost/magic-link@0.4.8":
|
||||
version "0.4.8"
|
||||
resolved "https://registry.npmjs.org/@tryghost/magic-link/-/magic-link-0.4.8.tgz#70cd6fa7aeb433a8bb09eefab68b35db6a8d85e8"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.8.tgz#70cd6fa7aeb433a8bb09eefab68b35db6a8d85e8"
|
||||
integrity sha512-WvaXzT0v0T6Au0HRQS5wcoeEqjKT+qHZi9Lo9yCOppxra7QqSywpxrv+SZI3GOQo8yjZ1moVcqF4T5YB0UH+dQ==
|
||||
dependencies:
|
||||
bluebird "^3.5.5"
|
||||
|
@ -496,7 +496,7 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@^0.23.0":
|
||||
"@tryghost/members-api@0.23.0":
|
||||
version "0.23.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.23.0.tgz#227a957b4d80fee928c4d91577b871c6b7d26b50"
|
||||
integrity sha512-ttDS9ZV6Z0iT7Zlig87pXUVI7PvCkVIiEZOQKUW7wA9isGNL800SJuXwTcBTW/KWfmY/AmqtKBXVMl8Ko4+Abw==
|
||||
|
|
Loading…
Add table
Reference in a new issue