Skip to content

Commit

Permalink
Do not use Zustand 4.5.6 due to React 19 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Jan 21, 2025
1 parent a60d4b1 commit e4be0c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-pagoda/ui",
"version": "3.0.4",
"version": "3.1.0",
"description": "A React component library that implements the official NEAR design system.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"zustand": "^4"
"zustand": "<=4.5.5"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.5",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit e4be0c2

Please sign in to comment.