From 8228fdd71c52f42329579b66eacdddc12c2ff448 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 16 Apr 2022 16:05:08 +0430 Subject: [PATCH] update 6 files --- package.json | 6 ++- public/index.html | 3 ++ src/App.js | 4 +- src/components/TestComponentNew/index.js | 25 ++++++++++++ src/components/TestComponentNew/index.scss | 4 ++ yarn.lock | 46 ++++++++++++++-------- 6 files changed, 68 insertions(+), 20 deletions(-) create mode 100644 src/components/TestComponentNew/index.scss diff --git a/package.json b/package.json index d2a4ed1..2efe095 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,15 @@ "apexcharts": "^3.33.1", "axios": "^0.26.0", "date-fns": "^2.28.0", - "react": "^17.0.2", + "leaflet": "^1.7.1", + "react": "^18.0.0", "react-apexcharts": "^1.3.9", "react-beautiful-dnd": "^13.1.0", - "react-dom": "^17.0.2", + "react-dom": "^18.0.0", "react-icons": "^4.3.1", "react-indiana-drag-scroll": "^2.1.0", "react-input-range": "^1.3.0", + "react-leaflet": "^3.2.5", "react-redux": "^7.2.6", "react-scripts": "5.0.0", "react-table": "^7.7.0", diff --git a/public/index.html b/public/index.html index aa069f2..94cf676 100644 --- a/public/index.html +++ b/public/index.html @@ -9,12 +9,15 @@ name="description" content="Web site created using create-react-app" /> + + +