Skip to content

Commit

Permalink
build(deps): removed lodash dep and updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alrico88 committed Mar 7, 2022
1 parent 2f4f92b commit 99ba1a7
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 237 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@
},
"sideEffects": false,
"devDependencies": {
"@types/dlv": "^1.1.2",
"@types/geojson": "^7946.0.7",
"@types/lodash": "^4.14.168",
"@types/ngeohash": "^0.6.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@types/ngeohash": "^0.6.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"c8": "^7.11.0",
"coveralls": "^3.1.1",
"eslint": "^7.22.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.25.2",
"geohash-to-geojson": "^4.1.0",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"geohash-to-geojson": "^4.2.1",
"husky": "^7.0.4",
"tslib": "^2.3.1",
"tsup": "^5.11.13",
"tsup": "^5.12.0",
"typedoc": "^0.20.37",
"typedoc-plugin-markdown": "^3.6.0",
"typescript": "^4.2.3",
"typedoc-plugin-markdown": "^3.11.14",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vitest": "^0.5.9"
"vitest": "^0.6.0"
},
"keywords": [
"bbox",
Expand All @@ -55,10 +55,10 @@
"wkt"
],
"dependencies": {
"@sindresorhus/is": "^4.2.0",
"@turf/bbox": "^6.0.1",
"@sindresorhus/is": "^4.6.0",
"@turf/bbox": "^6.5.0",
"dlv": "^1.1.3",
"geohashes-between": "^2.0.4",
"lodash": "^4.17.21",
"ngeohash": "^0.6.3",
"string-object-formatter": "^2.0.0",
"wkt-parser-helper": "^4.0.1"
Expand Down
Loading

0 comments on commit 99ba1a7

Please sign in to comment.