got rid of a bunch of old material-ui references and fixed a map import

This commit is contained in:
Carter 2025-03-17 16:28:29 -06:00
parent b7c2354b83
commit c84f6194fa
25 changed files with 614 additions and 68 deletions

View file

@ -43,6 +43,7 @@
"notistack": "^3.0.1",
"protobuf-ts": "git+https://gitlab+deploy-token-50627:hv8mB4WkyvtjBpJKU1rN@gitlab.com/brandx/protobuf-ts.git#dev",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
@ -51,6 +52,7 @@
"react-image": "^4.1.0",
"react-infinite-scroller": "^1.2.6",
"react-joyride": "^2.9.3",
"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",
@ -63,9 +65,11 @@
"@types/jsonexport": "^3.0.5",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.10",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.0",
"@types/react-infinite-scroller": "^1.2.5",
"@types/react-map-gl": "^6.1.7",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",