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",