Skip to content

Commit c863c0a

Browse files
committed
wip
1 parent 9cf8ea1 commit c863c0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3187
-2604
lines changed

.madgerc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"detectiveOptions": {
3+
"ts": {
4+
"skipTypeImports": true
5+
}
6+
}
7+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"react-router-dom": "6.16.0",
2222
"remeda": "^1.29.0",
2323
"rxjs": "^7.8.1",
24-
"zustand": "4.4.2",
25-
"zustand-rx": "^2.0.1"
24+
"zustand": "5.0.0-rc.2",
25+
"zustand-rx": "^2.1.0"
2626
},
2727
"devDependencies": {
2828
"@iconify-json/lucide": "1.1.131",

0 commit comments

Comments
 (0)