From 6feda8f1ca102d9492e9e189eb2afd333af47bcb Mon Sep 17 00:00:00 2001 From: Adrian Smijulj Date: Fri, 3 May 2019 08:52:37 +0200 Subject: [PATCH] fix: minimum react version must be 16.8.0 (the one with hooks) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 374b3cf..b29c82f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-syntax-highlighter": "^10.1.2" }, "peerDependencies": { - "react": ">=0.16.0" + "react": ">=16.8.0" }, "dependencies": { "@babel/runtime": "^7.2.0",