mirror of
https://github.com/maplibre/martin.git
synced 2024-12-30 02:11:48 +03:00
bump packages
This commit is contained in:
parent
2a42bd35f7
commit
8e5935a23b
@ -19,6 +19,7 @@
|
||||
}
|
||||
],
|
||||
"no-return-assign": "warn",
|
||||
"no-restricted-exports": "warn",
|
||||
"quotes": ["error", "single"],
|
||||
"react/button-has-type": "off",
|
||||
"react/destructuring-assignment": "off",
|
||||
@ -40,6 +41,7 @@
|
||||
"extensions": [".js", ".jsx"]
|
||||
}
|
||||
],
|
||||
"react/function-component-definition": "warn",
|
||||
"react/jsx-no-bind": "error",
|
||||
"react/sort-comp": [
|
||||
1,
|
||||
|
30098
frontend/package-lock.json
generated
Normal file
30098
frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,18 +13,18 @@
|
||||
"extends": "react-app"
|
||||
},
|
||||
"dependencies": {
|
||||
"debounce": "1.2.0",
|
||||
"mapbox-gl": "0.49.0",
|
||||
"normalize.css": "8.0.0",
|
||||
"react": "16.6.0",
|
||||
"debounce": "1.2.1",
|
||||
"mapbox-gl": "2.10.0",
|
||||
"normalize.css": "8.0.1",
|
||||
"react": "18.2.0",
|
||||
"react-day-picker": "7.2.4",
|
||||
"react-dom": "16.6.0",
|
||||
"react-scroll-parallax": "1.3.5",
|
||||
"styled-components": "4.0.3"
|
||||
"react-dom": "18.2.0",
|
||||
"react-scroll-parallax": "3.3.1",
|
||||
"styled-components": "5.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-airbnb": "17.1.0",
|
||||
"react-scripts": "2.1.1"
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"react-scripts": "5.0.1"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
|
@ -18,9 +18,7 @@ class Layers extends PureComponent {
|
||||
return (
|
||||
layers.map((layer) => {
|
||||
const isLayerVisible = visibleLayer === layer.id;
|
||||
const [fromColor, toColor] = getColorsFromLayer(
|
||||
layer.mapboxLayer, 'fill-extrusion-color'
|
||||
);
|
||||
const [fromColor, toColor] = getColorsFromLayer(layer.mapboxLayer, 'fill-extrusion-color');
|
||||
|
||||
return (
|
||||
<Layer
|
||||
|
15680
frontend/yarn.lock
15680
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user