Skip to content

Commit

Permalink
map: minor package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemoon committed Sep 9, 2023
1 parent c4eff35 commit 2cc614b
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 351 deletions.
20 changes: 10 additions & 10 deletions map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keadatabase-map",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"homepage": "https://map.keadatabase.nz",
"scripts": {
Expand All @@ -13,26 +13,26 @@
},
"dependencies": {
"@turf/turf": "^6.5.0",
"axios": "^1.1.3",
"bootstrap": "^5.2.3",
"formik": "^2.2.9",
"leaflet": "^1.9.2",
"axios": "^1.5.0",
"bootstrap": "^5.3.1",
"formik": "^2.4.4",
"leaflet": "^1.9.4",
"next": "13.4.1",
"qs": "^6.11.0",
"qs": "^6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.1.0",
"react-leaflet": "^4.2.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/geojson": "^7946.0.10",
"@types/leaflet": "^1.9.0",
"@types/leaflet": "^1.9.4",
"@types/node": "18.11.8",
"@types/qs": "^6.9.7",
"@types/qs": "^6.9.8",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/react-leaflet": "^2.8.2",
"@types/react-leaflet": "^2.8.3",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"typescript": "4.8.4"
Expand Down
Loading

0 comments on commit 2cc614b

Please sign in to comment.