Skip to content

Commit

Permalink
feat: Replaced mobx with zustand (#4358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wishrem committed Nov 28, 2023
1 parent 30b47a8 commit e84a782
Show file tree
Hide file tree
Showing 27 changed files with 462 additions and 763 deletions.
6 changes: 2 additions & 4 deletions frontend/plugins/kubepanel/package.json
Expand Up @@ -30,9 +30,6 @@
"immer": "^10.0.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1",
"mobx-utils": "^6.0.8",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"next": "13.5.4",
Expand All @@ -46,7 +43,8 @@
"type-fest": "^4.4.0",
"typed-regex": "^0.0.8",
"uuid": "^9.0.1",
"zustand": "^4.3.9"
"zustand": "^4.3.9",
"zustand-computed": "^1.3.7"
},
"devDependencies": {
"@types/js-yaml": "^4.0.8",
Expand Down

0 comments on commit e84a782

Please sign in to comment.