From 4c734d33a39a9cc5a2acb57d1cd2c54d02d0afb6 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Fri, 14 Jul 2023 11:32:22 +0200 Subject: [PATCH] Fix the upstream dependency conflict --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1f95190..7929a38 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ }, "peerDependencies": { "leaflet": "^1.7.1", - "react": "^15.0.0 || ^16.0.0 || ^17.0.0", - "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0", - "react-leaflet": "^3.0.5" + "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "react-leaflet": "^3.0.5 || ^4.0.0" }, "devDependencies": { "@babel/cli": "^7.14.3",