adding recoil

This commit is contained in:
Arjun Patel
2022-01-30 22:06:28 -08:00
parent 3ed63f215a
commit b060a8dee2
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@
"react-hotkeys": "^2.0.0",
"react-icons": "^4.3.1",
"react-moment": "^1.1.1",
"recoil": "^0.6.1",
"uuid": "^8.3.2"
},
"devDependencies": {
+12
View File
@@ -3230,6 +3230,11 @@ gtoken@^5.0.4:
google-p12-pem "^3.0.3"
jws "^4.0.0"
hamt_plus@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/hamt_plus/-/hamt_plus-1.0.2.tgz#e21c252968c7e33b20f6a1b094cd85787a265601"
integrity sha1-4hwlKWjH4zsg9qGwlM2FeHomVgE=
has-bigints@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -5205,6 +5210,13 @@ readdirp@~3.6.0:
dependencies:
picomatch "^2.2.1"
recoil@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.6.1.tgz#6fdf1ba6cb20b5a2e54ec4abcbdaa287e8a03fa2"
integrity sha512-J7oT3LZl2vpyFClgSUpOQjpykz84VSX/NJE/PavAtR8n7Z+whEdVBPUtwc2TEWjONeL/lJmiac2XQ+qEOQA52Q==
dependencies:
hamt_plus "1.0.2"
regenerator-runtime@0.13.4:
version "0.13.4"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz#e96bf612a3362d12bb69f7e8f74ffeab25c7ac91"