-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vscode: migrate from Recoil to Jotai
Summary: This is the last Recoil user in the workspace. Reviewed By: evangrayk Differential Revision: D53785997 fbshipit-source-id: 8eae53316a45a52a4c831b77cc1333f6935e9ce4
- Loading branch information
1 parent
27b776e
commit 547b205
Showing
2 changed files
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4532,11 +4532,6 @@ graphql@^16.8.1: | |
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" | ||
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== | ||
|
||
[email protected]: | ||
version "1.0.2" | ||
resolved "https://registry.npmjs.org/hamt_plus/-/hamt_plus-1.0.2.tgz" | ||
integrity sha512-t2JXKaehnMb9paaYA7J0BX8QQAY8lwfQ9Gjf4pg/mk4krt+cmwmU652HOoWonf+7+EQV97ARPMhhVgU1ra2GhA== | ||
|
||
has-bigints@^1.0.1, has-bigints@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz" | ||
|
@@ -6569,13 +6564,6 @@ readdirp@~3.6.0: | |
dependencies: | ||
picomatch "^2.2.1" | ||
|
||
recoil@^0.7.5: | ||
version "0.7.5" | ||
resolved "https://registry.npmjs.org/recoil/-/recoil-0.7.5.tgz" | ||
integrity sha512-GVShsj5+M/2GULWBs5WBJGcsNis/d3YvDiaKjYh3mLKXftjtmk9kfaQ8jwjoIXySCwn8/RhgJ4Sshwgzj2UpFA== | ||
dependencies: | ||
hamt_plus "1.0.2" | ||
|
||
redent@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" | ||
|