Skip to content

Commit

Permalink
feat(project): add Zustand dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed May 16, 2022
1 parent 6fcd9d8 commit ed9968e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"react-router-dom": "^5.2.0",
"react-virtualized": "^9.22.3",
"wicg-inert": "^3.1.1",
"yup": "^0.32.9"
"yup": "^0.32.9",
"zustand": "^3.6.9"
},
"devDependencies": {
"@codeceptjs/configure": "^0.8.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9643,6 +9643,11 @@ yup@^0.32.9:
property-expr "^2.0.4"
toposort "^2.0.2"

zustand@^3.6.9:
version "3.7.2"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.7.2.tgz#7b44c4f4a5bfd7a8296a3957b13e1c346f42514d"
integrity sha512-PIJDIZKtokhof+9+60cpockVOq05sJzHCriyvaLBmEJixseQ1a5Kdov6fWZfWOu5SK9c+FhH1jU0tntLxRJYMA==

zwitch@^1.0.0:
version "1.0.5"
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
Expand Down

0 comments on commit ed9968e

Please sign in to comment.