Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Feb 26, 2023
1 parent f92b4ae commit 9ec55e8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,20 @@
},
"homepage": "https://github.com/DanielJDufour/geo-extent#readme",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/helper-compilation-targets": "^7.20.7",
"@babel/helper-validator-option": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"flug": "^2.3.1",
"@babel/helper-validator-option": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"flug": "^2.5.0",
"global-jsdom": "^8.7.0",
"jsdom": "^21.0.0",
"jsdom": "^21.1.0",
"leaflet": "^1.9.3"
},
"dependencies": {
"bbox-fns": "^0.2.0",
"get-epsg-code": "^0.1.0",
"preciso": "^0.8.0",
"preciso": "^0.10.0",
"reproject-bbox": "^0.5.0",
"reproject-geojson": "^0.3.0"
}
Expand Down

0 comments on commit 9ec55e8

Please sign in to comment.