Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Dec 24, 2023
1 parent dd57fde commit f860ac0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@
},
"homepage": "https://github.com/DanielJDufour/geo-extent#readme",
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.6",
"@babel/helper-compilation-targets": "^7.22.6",
"@babel/helper-validator-option": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"esbuild": "^0.18.11",
"flug": "^2.6.0",
"global-jsdom": "^9.0.1",
"jsdom": "^22.1.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/helper-compilation-targets": "^7.23.6",
"@babel/helper-validator-option": "^7.23.5",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"esbuild": "^0.19.10",
"flug": "^2.7.1",
"global-jsdom": "^9.2.0",
"jsdom": "^23.0.1",
"leaflet": "^1.9.4"
},
"dependencies": {
"bbox-fns": "^0.19.0",
"geography-markup-language": "^0.2.0",
"get-epsg-code": "1.1.0",
"get-epsg-code": "1.2.0",
"preciso": "^0.12.0",
"reproject-bbox": "^0.12.0",
"reproject-geojson": "^0.3.0"
"reproject-geojson": "^0.5.0"
}
}

0 comments on commit f860ac0

Please sign in to comment.