From 547b205eab16fc78d73ec8edb38b2b2bdc84ddf2 Mon Sep 17 00:00:00 2001 From: Jun Wu Date: Wed, 14 Feb 2024 17:48:12 -0800 Subject: [PATCH] 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 --- addons/vscode/package.json | 2 +- addons/yarn.lock | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/addons/vscode/package.json b/addons/vscode/package.json index 65a0d80eafe23..bb34ddefc696f 100644 --- a/addons/vscode/package.json +++ b/addons/vscode/package.json @@ -160,10 +160,10 @@ "cross-env": "7.0.3", "isl": "0.1.0", "jest": "27.5.1", + "jotai": "^2.6.2", "mini-css-extract-plugin": "^2.6.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "recoil": "^0.7.5", "ts-jest": "27", "ts-node": "^10.9.1", "typescript": "^4.7.2", diff --git a/addons/yarn.lock b/addons/yarn.lock index b2a0507157329..e92e9c06a8219 100644 --- a/addons/yarn.lock +++ b/addons/yarn.lock @@ -4532,11 +4532,6 @@ graphql@^16.8.1: resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== -hamt_plus@1.0.2: - 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"