Skip to content

Commit

Permalink
delaunator v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Mar 26, 2021
1 parent 3d26401 commit 8618009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"unpkg": "dist/d3-delaunay.min.js",
"module": "src/index.js",
"dependencies": {
"delaunator": "mapbox/delaunator#v5"
"delaunator": "5"
},
"sideEffects": false,
"devDependencies": {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,10 @@ defined@~1.0.0:
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=

delaunator@mapbox/delaunator#v5:
version "4.0.1"
resolved "https://codeload.github.com/mapbox/delaunator/tar.gz/10dfd469787769ff9db0d81af0c856ee6fe7c2a7"
delaunator@5:
version "5.0.0"
resolved "https://registry.yarnpkg.com/delaunator/-/delaunator-5.0.0.tgz#60f052b28bd91c9b4566850ebf7756efe821d81b"
integrity sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==
dependencies:
robust-predicates "^3.0.0"

Expand Down

0 comments on commit 8618009

Please sign in to comment.