Skip to content

Commit

Permalink
vscode: migrate from Recoil to Jotai
Browse files Browse the repository at this point in the history
Summary: This is the last Recoil user in the workspace.

Reviewed By: evangrayk

Differential Revision: D53785997

fbshipit-source-id: 8eae53316a45a52a4c831b77cc1333f6935e9ce4
  • Loading branch information
quark-zju authored and facebook-github-bot committed Feb 15, 2024
1 parent 27b776e commit 547b205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion addons/vscode/package.json
Expand Up @@ -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",
Expand Down
12 changes: 0 additions & 12 deletions addons/yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 547b205

Please sign in to comment.