From 6732ead51a7d1fecda248db34d720cd1c4fb9130 Mon Sep 17 00:00:00 2001 From: Arthur Denner Date: Fri, 8 Apr 2022 16:51:42 +0200 Subject: [PATCH] fix: support React 18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b073820b..bd54b193 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typescript": "4.6.3" }, "peerDependencies": { - "react": "^16.8 || ^17.0", + "react": "^16.8 || ^17.0 || ^18.0", "semantic-ui-react": ">=0.75.0" }, "resolutions": {