Skip to content

Commit 0daa5e4

Browse files
committed
add table
1 parent 7050b48 commit 0daa5e4

File tree

2 files changed

+197
-2
lines changed

2 files changed

+197
-2
lines changed

packages/hedgehog-lab/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"react-plotly.js": "^2.4.0",
2727
"react-query": "^2.5.6",
2828
"react-resize-detector": "^6.7.2",
29+
"react-table": "^7.7.0",
30+
"styled-components": "^5.3.0",
2931
"worker-loader": "^2.0.0"
3032
},
3133
"devDependencies": {

yarn.lock

Lines changed: 195 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
dependencies:
2626
"@babel/highlight" "^7.10.4"
2727

28+
"@babel/code-frame@^7.14.5":
29+
version "7.14.5"
30+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
31+
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
32+
dependencies:
33+
"@babel/highlight" "^7.14.5"
34+
2835
"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.12.5", "@babel/compat-data@^7.9.0":
2936
version "7.12.5"
3037
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
@@ -83,6 +90,22 @@
8390
jsesc "^2.5.1"
8491
source-map "^0.5.0"
8592

93+
"@babel/generator@^7.14.5":
94+
version "7.14.5"
95+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
96+
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
97+
dependencies:
98+
"@babel/types" "^7.14.5"
99+
jsesc "^2.5.1"
100+
source-map "^0.5.0"
101+
102+
"@babel/helper-annotate-as-pure@^7.0.0":
103+
version "7.14.5"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
105+
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
106+
dependencies:
107+
"@babel/types" "^7.14.5"
108+
86109
"@babel/helper-annotate-as-pure@^7.10.4":
87110
version "7.10.4"
88111
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -186,27 +209,57 @@
186209
"@babel/template" "^7.10.4"
187210
"@babel/types" "^7.10.4"
188211

212+
"@babel/helper-function-name@^7.14.5":
213+
version "7.14.5"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
215+
integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
216+
dependencies:
217+
"@babel/helper-get-function-arity" "^7.14.5"
218+
"@babel/template" "^7.14.5"
219+
"@babel/types" "^7.14.5"
220+
189221
"@babel/helper-get-function-arity@^7.10.4":
190222
version "7.10.4"
191223
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
192224
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
193225
dependencies:
194226
"@babel/types" "^7.10.4"
195227

228+
"@babel/helper-get-function-arity@^7.14.5":
229+
version "7.14.5"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
231+
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
232+
dependencies:
233+
"@babel/types" "^7.14.5"
234+
196235
"@babel/helper-hoist-variables@^7.10.4":
197236
version "7.10.4"
198237
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
199238
integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==
200239
dependencies:
201240
"@babel/types" "^7.10.4"
202241

242+
"@babel/helper-hoist-variables@^7.14.5":
243+
version "7.14.5"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
245+
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
246+
dependencies:
247+
"@babel/types" "^7.14.5"
248+
203249
"@babel/helper-member-expression-to-functions@^7.12.1":
204250
version "7.12.1"
205251
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
206252
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
207253
dependencies:
208254
"@babel/types" "^7.12.1"
209255

256+
"@babel/helper-module-imports@^7.0.0":
257+
version "7.14.5"
258+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
259+
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
260+
dependencies:
261+
"@babel/types" "^7.14.5"
262+
210263
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5", "@babel/helper-module-imports@^7.8.3":
211264
version "7.12.5"
212265
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
@@ -288,11 +341,23 @@
288341
dependencies:
289342
"@babel/types" "^7.11.0"
290343

344+
"@babel/helper-split-export-declaration@^7.14.5":
345+
version "7.14.5"
346+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
347+
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
348+
dependencies:
349+
"@babel/types" "^7.14.5"
350+
291351
"@babel/helper-validator-identifier@^7.10.4":
292352
version "7.10.4"
293353
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
294354
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
295355

356+
"@babel/helper-validator-identifier@^7.14.5":
357+
version "7.14.5"
358+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
359+
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
360+
296361
"@babel/helper-validator-option@^7.12.1":
297362
version "7.12.1"
298363
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
@@ -326,11 +391,25 @@
326391
chalk "^2.0.0"
327392
js-tokens "^4.0.0"
328393

394+
"@babel/highlight@^7.14.5":
395+
version "7.14.5"
396+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
397+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
398+
dependencies:
399+
"@babel/helper-validator-identifier" "^7.14.5"
400+
chalk "^2.0.0"
401+
js-tokens "^4.0.0"
402+
329403
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.3", "@babel/parser@^7.12.5", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.0":
330404
version "7.12.5"
331405
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
332406
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
333407

408+
"@babel/parser@^7.14.5", "@babel/parser@^7.14.7":
409+
version "7.14.7"
410+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
411+
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
412+
334413
"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.8.3":
335414
version "7.12.1"
336415
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -1186,6 +1265,15 @@
11861265
"@babel/parser" "^7.10.4"
11871266
"@babel/types" "^7.10.4"
11881267

1268+
"@babel/template@^7.14.5":
1269+
version "7.14.5"
1270+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1271+
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
1272+
dependencies:
1273+
"@babel/code-frame" "^7.14.5"
1274+
"@babel/parser" "^7.14.5"
1275+
"@babel/types" "^7.14.5"
1276+
11891277
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.0":
11901278
version "7.12.5"
11911279
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
@@ -1201,6 +1289,21 @@
12011289
globals "^11.1.0"
12021290
lodash "^4.17.19"
12031291

1292+
"@babel/traverse@^7.4.5":
1293+
version "7.14.7"
1294+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
1295+
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
1296+
dependencies:
1297+
"@babel/code-frame" "^7.14.5"
1298+
"@babel/generator" "^7.14.5"
1299+
"@babel/helper-function-name" "^7.14.5"
1300+
"@babel/helper-hoist-variables" "^7.14.5"
1301+
"@babel/helper-split-export-declaration" "^7.14.5"
1302+
"@babel/parser" "^7.14.7"
1303+
"@babel/types" "^7.14.5"
1304+
debug "^4.1.0"
1305+
globals "^11.1.0"
1306+
12041307
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0":
12051308
version "7.12.6"
12061309
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
@@ -1219,6 +1322,14 @@
12191322
lodash "^4.17.19"
12201323
to-fast-properties "^2.0.0"
12211324

1325+
"@babel/types@^7.14.5":
1326+
version "7.14.5"
1327+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
1328+
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
1329+
dependencies:
1330+
"@babel/helper-validator-identifier" "^7.14.5"
1331+
to-fast-properties "^2.0.0"
1332+
12221333
"@choojs/findup@^0.2.0":
12231334
version "0.2.1"
12241335
resolved "https://registry.yarnpkg.com/@choojs/findup/-/findup-0.2.1.tgz#ac13c59ae7be6e1da64de0779a0a7f03d75615a3"
@@ -1254,6 +1365,28 @@
12541365
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
12551366
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
12561367

1368+
"@emotion/is-prop-valid@^0.8.8":
1369+
version "0.8.8"
1370+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
1371+
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
1372+
dependencies:
1373+
"@emotion/memoize" "0.7.4"
1374+
1375+
"@emotion/[email protected]":
1376+
version "0.7.4"
1377+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
1378+
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
1379+
1380+
"@emotion/stylis@^0.8.4":
1381+
version "0.8.5"
1382+
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
1383+
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
1384+
1385+
"@emotion/unitless@^0.7.4":
1386+
version "0.7.5"
1387+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
1388+
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
1389+
12571390
"@eslint/eslintrc@^0.2.1":
12581391
version "0.2.1"
12591392
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
@@ -4072,6 +4205,21 @@ babel-plugin-named-asset-import@^0.3.6:
40724205
resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz#156cd55d3f1228a5765774340937afc8398067dd"
40734206
integrity sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw==
40744207

4208+
"babel-plugin-styled-components@>= 1.12.0":
4209+
version "1.13.2"
4210+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.2.tgz#ebe0e6deff51d7f93fceda1819e9b96aeb88278d"
4211+
integrity sha512-Vb1R3d4g+MUfPQPVDMCGjm3cDocJEUTR7Xq7QS95JWWeksN1wdFRYpD2kulDgI3Huuaf1CZd+NK4KQmqUFh5dA==
4212+
dependencies:
4213+
"@babel/helper-annotate-as-pure" "^7.0.0"
4214+
"@babel/helper-module-imports" "^7.0.0"
4215+
babel-plugin-syntax-jsx "^6.18.0"
4216+
lodash "^4.17.11"
4217+
4218+
babel-plugin-syntax-jsx@^6.18.0:
4219+
version "6.18.0"
4220+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
4221+
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
4222+
40754223
babel-plugin-syntax-object-rest-spread@^6.8.0:
40764224
version "6.13.0"
40774225
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
@@ -4713,6 +4861,11 @@ camelcase@^4.1.0:
47134861
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
47144862
integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
47154863

4864+
camelize@^1.0.0:
4865+
version "1.0.0"
4866+
resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
4867+
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
4868+
47164869
caniuse-api@^3.0.0:
47174870
version "3.0.0"
47184871
resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0"
@@ -5701,6 +5854,11 @@ css-blank-pseudo@^0.1.4:
57015854
dependencies:
57025855
postcss "^7.0.5"
57035856

5857+
css-color-keywords@^1.0.0:
5858+
version "1.0.0"
5859+
resolved "https://registry.yarnpkg.com/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05"
5860+
integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=
5861+
57045862
[email protected], css-color-names@^0.0.4:
57055863
version "0.0.4"
57065864
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
@@ -5817,6 +5975,15 @@ css-system-font-keywords@^1.0.0:
58175975
resolved "https://registry.yarnpkg.com/css-system-font-keywords/-/css-system-font-keywords-1.0.0.tgz#85c6f086aba4eb32c571a3086affc434b84823ed"
58185976
integrity sha1-hcbwhquk6zLFcaMIav/ENLhII+0=
58195977

5978+
css-to-react-native@^3.0.0:
5979+
version "3.0.0"
5980+
resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
5981+
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
5982+
dependencies:
5983+
camelize "^1.0.0"
5984+
css-color-keywords "^1.0.0"
5985+
postcss-value-parser "^4.0.2"
5986+
58205987
58215988
version "1.0.0-alpha.37"
58225989
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22"
@@ -8944,7 +9111,7 @@ hmac-drbg@^1.0.0:
89449111
minimalistic-assert "^1.0.0"
89459112
minimalistic-crypto-utils "^1.0.1"
89469113

8947-
hoist-non-react-statics@^3.3.2:
9114+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.2:
89489115
version "3.3.2"
89499116
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
89509117
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -14438,6 +14605,11 @@ [email protected]:
1443814605
optionalDependencies:
1443914606
fsevents "2.1.2"
1444014607

14608+
react-table@^7.7.0:
14609+
version "7.7.0"
14610+
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.7.0.tgz#e2ce14d7fe3a559f7444e9ecfe8231ea8373f912"
14611+
integrity sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA==
14612+
1444114613
react-transition-group@^4.4.0:
1444214614
version "4.4.1"
1444314615
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9"
@@ -15561,6 +15733,11 @@ [email protected]:
1556115733
resolved "https://registry.yarnpkg.com/shallow-copy/-/shallow-copy-0.0.1.tgz#415f42702d73d810330292cc5ee86eae1a11a170"
1556215734
integrity sha1-QV9CcC1z2BAzApLMXuhurhoRoXA=
1556315735

15736+
shallowequal@^1.1.0:
15737+
version "1.1.0"
15738+
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
15739+
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
15740+
1556415741
shebang-command@^1.2.0:
1556515742
version "1.2.0"
1556615743
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -16319,6 +16496,22 @@ [email protected]:
1631916496
loader-utils "^1.1.0"
1632016497
schema-utils "^1.0.0"
1632116498

16499+
styled-components@^5.3.0:
16500+
version "5.3.0"
16501+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
16502+
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
16503+
dependencies:
16504+
"@babel/helper-module-imports" "^7.0.0"
16505+
"@babel/traverse" "^7.4.5"
16506+
"@emotion/is-prop-valid" "^0.8.8"
16507+
"@emotion/stylis" "^0.8.4"
16508+
"@emotion/unitless" "^0.7.4"
16509+
babel-plugin-styled-components ">= 1.12.0"
16510+
css-to-react-native "^3.0.0"
16511+
hoist-non-react-statics "^3.0.0"
16512+
shallowequal "^1.1.0"
16513+
supports-color "^5.5.0"
16514+
1632216515
stylehacks@^4.0.0:
1632316516
version "4.0.3"
1632416517
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5"
@@ -16345,7 +16538,7 @@ supports-color@^2.0.0:
1634516538
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
1634616539
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
1634716540

16348-
supports-color@^5.3.0:
16541+
supports-color@^5.3.0, supports-color@^5.5.0:
1634916542
version "5.5.0"
1635016543
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
1635116544
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==

0 commit comments

Comments
 (0)