Skip to content

Commit 2924177

Browse files
committed
fix: add performance-now dep
1 parent 82d1240 commit 2924177

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"d3-delaunay": "^5.3.0",
4545
"d3-scale": "^3.2.1",
4646
"d3-scale-chromatic": "^1.5.0",
47-
"d3-shape": "^1.3.7"
47+
"d3-shape": "^1.3.7",
48+
"performance-now": "^2.1.0"
4849
},
4950
"peerDependencies": {
5051
"react": "^16.6.3"

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5615,7 +5615,7 @@ perf-regexes@^1.0.1:
56155615

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

56215621
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.2:

0 commit comments

Comments
 (0)