#73 - List view

This commit is contained in:
Elio Struyf
2021-09-03 16:45:22 +02:00
parent 3b6a7e9b71
commit b8dee7a5c9
14 changed files with 235 additions and 35 deletions
+15
View File
@@ -2638,6 +2638,12 @@
"strip-bom-string": "^1.0.0"
}
},
"hamt_plus": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/hamt_plus/-/hamt_plus-1.0.2.tgz",
"integrity": "sha1-4hwlKWjH4zsg9qGwlM2FeHomVgE=",
"dev": true
},
"has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
@@ -4758,6 +4764,15 @@
"picomatch": "^2.2.1"
}
},
"recoil": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/recoil/-/recoil-0.4.1.tgz",
"integrity": "sha512-vp6KPwlHOjJ4bJofmdDchmgI9ilMTCoUisK8/WYLl8dThH7e7KmtZttiLgvDb2Em99dUfTEsk8vT8L1nUMgqXQ==",
"dev": true,
"requires": {
"hamt_plus": "1.0.2"
}
},
"reduce-css-calc": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-2.1.8.tgz",