Skip to content

Commit

Permalink
fix: add performance-now dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Aug 19, 2020
1 parent 82d1240 commit 2924177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"d3-delaunay": "^5.3.0",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-shape": "^1.3.7"
"d3-shape": "^1.3.7",
"performance-now": "^2.1.0"
},
"peerDependencies": {
"react": "^16.6.3"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5615,7 +5615,7 @@ perf-regexes@^1.0.1:

performance-now@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.2:
Expand Down

0 comments on commit 2924177

Please sign in to comment.