From 595371faf4846f8ac994817954971d4f47345a3a Mon Sep 17 00:00:00 2001 From: arunpriyadarshi Date: Thu, 22 Oct 2020 11:19:29 +0530 Subject: [PATCH] updating gatsby version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f726692..2285366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@draftbox-co/gatsby-plugin-smallchat-lazy", - "version": "0.0.2", + "version": "0.0.3", "main": "index.js", "license": "MIT", "devDependencies": { @@ -12,7 +12,7 @@ "@babel/runtime": "^7.10.5" }, "peerDependencies": { - "gatsby": "2.20.24", + "gatsby": "2.24.80", "react": "^16.4.2", "react-dom": "^16.4.2" },