Skip to content

Commit

Permalink
add mutative library
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Feb 11, 2025
1 parent ec52681 commit 1f05b0d
Show file tree
Hide file tree
Showing 5 changed files with 2,642 additions and 3,143 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"i18next-browser-languagedetector": "^8.0.2",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"mutative": "^1.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
Expand All @@ -54,7 +55,8 @@
"react-router-dom": "^7.0.2",
"react-transition-group": "^4.4.5",
"simplebar-react": "^3.3.0",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"use-mutative": "^1.2.0"
},
"scripts": {
"dev": "tauri dev",
Expand Down Expand Up @@ -97,5 +99,6 @@
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-top-level-await": "^1.4.4"
},
"resolutions": {}
"resolutions": {},
"packageManager": "[email protected]+sha1.90f9b2bb3ed58632bcb7b13c3902d6873ee9501c"
}
Loading

0 comments on commit 1f05b0d

Please sign in to comment.