From 9f490beb3582e1925c4afc86309c586a4e5c5467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Henning=20Bruun=20J=C3=B8rgensen?= Date: Sat, 14 Dec 2024 15:06:48 +0100 Subject: [PATCH] Update package.json --- packages/react-snowfall/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-snowfall/package.json b/packages/react-snowfall/package.json index 7e61afd..fb58a80 100644 --- a/packages/react-snowfall/package.json +++ b/packages/react-snowfall/package.json @@ -33,8 +33,8 @@ "url": "https://github.com/cahilfoley/react-snowfall/issues" }, "peerDependencies": { - "react": "^16.8 || 17.x || 18.x", - "react-dom": "^16.8 || 17.x || 18.x" + "react": "^16.8 || 17.x || 18.x || 19.x", + "react-dom": "^16.8 || 17.x || 18.x || 19.x" }, "devDependencies": { "@types/node": "^20.11.6",