From 92a4ef5d31fd0e5e924533f9414842d606aa3b3c Mon Sep 17 00:00:00 2001 From: Nazar Gargol Date: Fri, 19 Jun 2020 18:02:13 +1200 Subject: [PATCH] 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 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8c8c68bd4e..1e1240ad8e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index b543059c8b..f18f1b7604 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==