returning to the latest version of react-map-gl, changing browserlist to exclude internet explorer entirely

This commit is contained in:
csawatzky 2025-05-07 16:22:58 -06:00
parent 5cce400de6
commit 3ab2e60cb9
7 changed files with 51 additions and 16 deletions

View file

@ -64,7 +64,7 @@
"react-horizontal-scrolling-menu": "^7.1.1",
"react-infinite-scroller": "^1.2.6",
"react-joyride": "^2.9.3",
"react-map-gl": "^7.1.9",
"react-map-gl": "^8.0.1",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^6.28.0",
"react-virtualized-auto-sizer": "^1.0.25",
@ -107,7 +107,7 @@
"not safari < 10",
"not chrome < 51",
"not android < 5",
"not ie < 12"
"not ie"
],
"development": [
"last 1 chrome version",