From b060a8dee2982e1e727efac68ca2fd1c181b281d Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 30 Jan 2022 22:06:28 -0800 Subject: [PATCH] adding recoil --- packages/web/package.json | 1 + yarn.lock | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/packages/web/package.json b/packages/web/package.json index cb3a77f..bf811ec 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 38ab72f..5bc1e16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"