From f0618fcbf1d7a219e73b15f97cbc28906b134b17 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sun, 10 Jul 2022 15:04:18 +0200 Subject: [PATCH] Allow usage with react 18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dce20ce62..a0c786885 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "license": "MIT", "peerDependencies": { "moment": "^2.16.0", - "react": "^16.5.0 || ^17.0.0" + "react": "^16.5.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "7.7.4",