From 8139c9709dd6441cea0339fa5b0c17ff18c7c335 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Wed, 8 May 2024 00:06:44 +0200 Subject: [PATCH] fix: bump peer dep for react 19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77669911..1a076164 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "stylis-rule-sheet": "0.0.10" }, "peerDependencies": { - "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" + "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" }, "peerDependenciesMeta": { "@babel/core": {