Skip to content

Commit

Permalink
Update Zustand 5
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Oct 29, 2024
1 parent ba5204c commit b7bf68d
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"upgrade": true,
"reject": ["@headlessui/react", "eslint", "@typescript-eslint/eslint-plugin","zustand"]
"reject": ["@headlessui/react", "eslint", "@typescript-eslint/eslint-plugin"]
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tailwind.config.js"
],
"dependencies": {
"@fluentui/react-icons": "^2.0.262",
"@fluentui/react-icons": "^2.0.263",
"@headlessui/react": "0.0.0-insiders.ce17c6d",
"@tremor/react": "^3.18.3",
"react": "^18.3.1",
Expand All @@ -19,20 +19,20 @@
"tailwind-merge": "^2.5.4",
"tailwind-styled-components": "^2.2.0",
"uno-js": "^3.127.0",
"uuid": "^11.0.1",
"zustand": "4.5.5"
"uuid": "^11.0.2",
"zustand": "5.0.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.18",
"@rsbuild/plugin-react": "1.0.5",
"@rsbuild/core": "1.0.19",
"@rsbuild/plugin-react": "1.0.6",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/uuid": "^10.0.0",
"@types/react-dom": "^18.3.1",
"@types/recharts": "1.8.29",
"@types/node": "^22.8.1",
"@types/node": "^22.8.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit b7bf68d

Please sign in to comment.