From 82814af40575f76ad853b1fccaf7616ec7393371 Mon Sep 17 00:00:00 2001 From: arielherself Date: Mon, 27 Nov 2023 08:01:18 +0800 Subject: [PATCH] chore: fix dependencies --- .idea/workspace.xml | 7 ++++--- package-lock.json | 3 +++ package.json | 3 +++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 41f14a2..cefebac 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,9 @@ - - - + + + diff --git a/package-lock.json b/package-lock.json index 252bb85..5463b6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,9 @@ "react-dom": "^18.2.0", "react-leaflet": "^4.2.1", "react-scripts": "5.0.1" + }, + "devDependencies": { + "@babel/plugin-proposal-private-property-in-object": "latest" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 72e387f..8466795 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "react-leaflet": "^4.2.1", "react-scripts": "5.0.1" }, + "devDependencies": { + "@babel/plugin-proposal-private-property-in-object": "latest" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build",