Skip to content

Commit

Permalink
Merge pull request #2668 from Turfjs/mf/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
mfedderly authored Aug 5, 2024
2 parents b2db49a + 77603a3 commit 66afc53
Show file tree
Hide file tree
Showing 4 changed files with 790 additions and 2,977 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"camelcase": "^8.0.0",
"d3-queue": "*",
"decamelize": "^6.0.0",
"dependency-tree": "^8.1.2",
"dependency-tree": "^11.0.0",
"documentation": "^14.0.3",
"es-check": "^7.1.1",
"eslint": "^8.53.0",
Expand All @@ -52,7 +52,7 @@
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"husky": "^8.0.0",
"lerna": "^8.1.3",
"lerna": "^8.1.7",
"lint-staged": "^10.5.4",
"load-json-file": "^7.0.1",
"meow": "^12.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@rollup/plugin-terser": "^0.4.4",
"@types/tape": "^4.2.32",
"camelcase": "^8.0.0",
"documentation": "^13.2.5",
"documentation": "^14.0.3",
"glob": "^10.3.10",
"rollup": "^2.79.1",
"rollup-plugin-polyfill-node": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fileURLToPath } from "url";
import { glob } from "glob";
import test from "tape";
import camelCase from "camelcase";
import documentation from "documentation";
import * as documentation from "documentation";
import * as turf from "./index.js";

const __dirname = path.dirname(fileURLToPath(import.meta.url));
Expand Down
Loading

0 comments on commit 66afc53

Please sign in to comment.