From 4299cd6c4aadb7aa63124ff99c991e7be407af3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 09:40:59 +1000 Subject: [PATCH] fix: hot-shots 8.x (#37) Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18e648f..c944699 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "module": "./lib/index.js", "name": "seek-koala", "peerDependencies": { - "hot-shots": "5.x || 6.x || 7.x", + "hot-shots": "5.x || 6.x || 7.x || 8.x", "koa": "2" }, "peerDependenciesMeta": {