Skip to content

Commit

Permalink
feat: add clsx, zustand deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Oct 25, 2023
1 parent b76210d commit 7b51a34
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 20 deletions.
72 changes: 53 additions & 19 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"axios": "^1.4.0",
"chain-registry": "^1.18.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"cosmjs-types": "^0.7.2",
"download": "^8.0.0",
"eslint-config-next": "13.4.1",
Expand All @@ -66,7 +67,8 @@
"tailwindcss": "3.3.2",
"usehooks-ts": "^2.9.1",
"viem": "^1.14.0",
"wagmi": "^1.4.3"
"wagmi": "^1.4.3",
"zustand": "^4.4.4"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
Expand Down

0 comments on commit 7b51a34

Please sign in to comment.