From 132bf5dd82881ef3069357ba266e0edcd31aa68a Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 21 Sep 2023 13:57:04 +0200 Subject: [PATCH] chore(leaflet-js-intg): refactor --- leaflet-js-intg/app/components/map-array.jsx | 1 + leaflet-js-intg/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/leaflet-js-intg/app/components/map-array.jsx b/leaflet-js-intg/app/components/map-array.jsx index a8fc8be..e286ae2 100644 --- a/leaflet-js-intg/app/components/map-array.jsx +++ b/leaflet-js-intg/app/components/map-array.jsx @@ -1,5 +1,6 @@ import React, { useEffect, useRef, useState } from 'react' import L from 'leaflet' + import "leaflet/dist/leaflet.css"; import icon from "leaflet/dist/images/marker-icon.png"; import iconShadow from "leaflet/dist/images/marker-shadow.png"; diff --git a/leaflet-js-intg/package.json b/leaflet-js-intg/package.json index c102e92..9e7d51f 100644 --- a/leaflet-js-intg/package.json +++ b/leaflet-js-intg/package.json @@ -18,7 +18,7 @@ "build": "webpack --config config/webpack.prod.js" }, "devDependencies": { - "@babel/core": "7.21.4", + "@babel/core": "7.22.10", "@babel/preset-env": "7.21.4", "@babel/preset-react": "7.18.6", "babel-loader": "9.1.2",