Skip to content

Commit

Permalink
chore(web): Migrate Jotai to v2 (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpeDada authored Jul 24, 2024
1 parent 2ccc95a commit bac6779
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"graphql": "16.6.0",
"i18next": "22.4.15",
"i18next-browser-languagedetector": "7.0.1",
"jotai": "1.12.1",
"jotai": "2.9.0",
"js-file-download": "0.4.12",
"js-md5": "0.7.3",
"jsep": "1.3.8",
Expand Down Expand Up @@ -203,4 +203,4 @@
"uuid": "9.0.1",
"xstate": "4.38.2"
}
}
}
5 changes: 5 additions & 0 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14360,6 +14360,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/jotai/-/jotai-1.12.1.tgz#18808724c96f8c038f6ee8b75f3ac37e1ac35608"
integrity sha512-t6gsYM1WkQHMOazaZYLykCA+fh9KPDGrA+tDYzDeV0268QsCqmX6S4lO46uswgt1LGUeG0EDFGuMd9ac8cWNTA==

[email protected]:
version "2.9.0"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.9.0.tgz#240f37fb1bb8a8d4c8d178b423575f2da677814f"
integrity sha512-MioTpMvR78IGfJ+W8EwQj3kwTkb+u0reGnTyg3oJZMWK9rK9v8NBSC9Rhrg9jrrFYA6bGZtzJa96zsuAYF6W3w==

js-cookie@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.2.1.tgz#69e106dc5d5806894562902aa5baec3744e9b2b8"
Expand Down

0 comments on commit bac6779

Please sign in to comment.