From ef6884642b03d71efaa603b9f3b87586bbefd463 Mon Sep 17 00:00:00 2001 From: Gabriel Santerre Date: Sun, 10 Apr 2022 22:37:47 -0400 Subject: [PATCH] feat(peer-deps): add react and react-dom v18.0.0 This will allow @react-forked/dnd to be installed using react v18 fix #319 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 15b010726..86857e1f5 100644 --- a/package.json +++ b/package.json @@ -200,8 +200,8 @@ "webpack": "5.72.0" }, "peerDependencies": { - "react": "^16.8.5 || ^17.0.0", - "react-dom": "^16.8.5 || ^17.0.0" + "react": "^16.8.5 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0" }, "license": "Apache-2.0", "jest-junit": {