From 86c4164584c1ead08a77875e1596c928517ea57a Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Fri, 19 Feb 2021 10:36:38 -0300 Subject: [PATCH] chore(package.json): fix peer dependency with react@17 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3d34ff9..0aeaa518 100644 --- a/package.json +++ b/package.json @@ -116,8 +116,8 @@ "@types/googlemaps": "^3.0.0", "@types/markerclustererplus": "^2.1.29", "@types/react": "^15.0.0 || ^16.0.0", - "react": "^15.0.0 || ^16.0.0", - "react-dom": "^15.0.0 || ^16.0.0" + "react": "^15.0.0 || ^16.0.0 || ^17.0.0", + "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" }, "devDependencies": { "@types/googlemaps": "^3.29.2",