map height fixed

This commit is contained in:
Owen Rees
2023-06-07 16:34:08 +02:00
parent 3f2509d429
commit c5aac42344
11 changed files with 1353 additions and 51 deletions
+1 -1
View File
@@ -10,7 +10,6 @@
"test": "jest --watch"
},
"dependencies": {
"@tanstack/react-table": "^8.9.1",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
@@ -32,6 +31,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/leaflet": "^1.9.3",
"cypress": "^12.13.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}