Skip to content

Commit 992238b

Browse files
Merge pull request #20 from Theqwertypusher/performancehover
Added DOM highlighting onHover functionality for non-recoil apps to Performance Tab
2 parents 2505a18 + 231301a commit 992238b

File tree

4 files changed

+210
-237
lines changed

4 files changed

+210
-237
lines changed

package-lock.json

Lines changed: 4 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@babel/preset-env": "^7.10.4",
6767
"@babel/preset-react": "^7.10.4",
6868
"@types/chrome": "^0.0.119",
69+
"@types/d3-scale-chromatic": "^2.0.0",
6970
"@types/jest": "^26.0.4",
7071
"@types/node": "^12.12.50",
7172
"@typescript-eslint/eslint-plugin": "^3.6.1",
@@ -118,13 +119,15 @@
118119
"@visx/responsive": "^1.0.0",
119120
"@visx/scale": "^1.0.0",
120121
"@visx/shape": "^1.0.0",
122+
"@visx/text": "^1.0.0",
121123
"@visx/tooltip": "^1.0.0",
122124
"@visx/zoom": "^1.0.0",
123125
"acorn": "^7.3.1",
124126
"acorn-jsx": "^5.2.0",
125127
"bower": "^1.8.8",
126128
"cookie": "^0.4.1",
127129
"d3": "^5.16.0",
130+
"d3-scale-chromatic": "^2.0.0",
128131
"d3-shape": "^2.0.0",
129132
"d3-zoom": "^1.8.3",
130133
"flatted": "^3.0.4",

0 commit comments

Comments
 (0)