Skip to content

Commit

Permalink
Replace recoil package with jotai package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Dec 17, 2024
1 parent 2b05b4b commit 748ceca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 32 deletions.
57 changes: 27 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@uswds/uswds": "3.10.0",
"axios": "1.7.9",
"axios-mock-adapter": "2.1.0",
"jotai": "2.10.4",
"oidc-client-ts": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.54.1",
"react-oidc-context": "^3.2.0",
"react-router-dom": "7.0.2",
"recoil": "0.7.7"
"react-router-dom": "7.0.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
Expand Down

0 comments on commit 748ceca

Please sign in to comment.