Skip to content

Commit c23aebd

Browse files
committed
refactor: memo filter store
1 parent f12d7ae commit c23aebd

File tree

18 files changed

+1447
-1624
lines changed

18 files changed

+1447
-1624
lines changed

web/package.json

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,71 +12,70 @@
1212
"@dnd-kit/utilities": "^3.2.2",
1313
"@emotion/react": "^11.14.0",
1414
"@emotion/styled": "^11.14.0",
15-
"@github/relative-time-element": "^4.4.5",
15+
"@github/relative-time-element": "^4.4.8",
1616
"@matejmazur/react-katex": "^3.1.3",
1717
"@mui/joy": "5.0.0-beta.51",
18-
"@radix-ui/react-popover": "^1.1.6",
18+
"@radix-ui/react-popover": "^1.1.14",
1919
"@usememos/mui": "0.1.0-20250515140125",
2020
"clsx": "^2.1.1",
2121
"copy-to-clipboard": "^3.3.3",
2222
"dayjs": "^1.11.13",
2323
"fuse.js": "^7.1.0",
2424
"highlight.js": "^11.11.1",
2525
"i18next": "^24.2.3",
26-
"katex": "^0.16.21",
26+
"katex": "^0.16.22",
2727
"leaflet": "^1.9.4",
2828
"lodash-es": "^4.17.21",
2929
"lucide-react": "^0.486.0",
30-
"mermaid": "^11.4.1",
30+
"mermaid": "^11.6.0",
3131
"mobx": "^6.13.7",
3232
"mobx-react-lite": "^4.1.0",
3333
"react": "^18.3.1",
34-
"react-datepicker": "^8.2.1",
34+
"react-datepicker": "^8.4.0",
3535
"react-dom": "^18.3.1",
36-
"react-force-graph-2d": "^1.27.0",
36+
"react-force-graph-2d": "^1.27.1",
3737
"react-hot-toast": "^2.5.2",
38-
"react-i18next": "^15.4.1",
38+
"react-i18next": "^15.5.2",
3939
"react-leaflet": "^4.2.1",
40-
"react-router-dom": "^7.3.0",
40+
"react-router-dom": "^7.6.1",
4141
"react-simple-pull-to-refresh": "^1.3.3",
4242
"react-use": "^17.6.0",
4343
"tailwind-merge": "^2.6.0",
4444
"tailwindcss": "^3.4.17",
4545
"tailwindcss-animate": "^1.0.7",
4646
"textarea-caret": "^3.1.0",
47-
"uuid": "^11.1.0",
48-
"zustand": "^5.0.3"
47+
"uuid": "^11.1.0"
4948
},
5049
"devDependencies": {
51-
"@bufbuild/protobuf": "^2.2.5",
52-
"@eslint/js": "^9.23.0",
50+
"@bufbuild/protobuf": "^2.5.0",
51+
"@eslint/js": "^9.27.0",
5352
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5453
"@types/d3": "^7.4.3",
5554
"@types/katex": "^0.16.7",
56-
"@types/leaflet": "^1.9.16",
55+
"@types/leaflet": "^1.9.18",
5756
"@types/lodash-es": "^4.17.12",
58-
"@types/node": "^22.15.3",
59-
"@types/qs": "^6.9.18",
60-
"@types/react": "^18.3.18",
61-
"@types/react-dom": "^18.3.5",
62-
"@types/textarea-caret": "^3.0.3",
57+
"@types/node": "^22.15.21",
58+
"@types/qs": "^6.14.0",
59+
"@types/react": "^18.3.23",
60+
"@types/react-dom": "^18.3.7",
61+
"@types/textarea-caret": "^3.0.4",
6362
"@types/uuid": "^10.0.0",
6463
"@vitejs/plugin-legacy": "^6.1.1",
65-
"@vitejs/plugin-react": "^4.3.4",
64+
"@vitejs/plugin-react": "^4.5.0",
6665
"autoprefixer": "^10.4.21",
6766
"code-inspector-plugin": "^0.18.3",
68-
"eslint": "^9.25.1",
69-
"eslint-config-prettier": "^10.1.1",
70-
"eslint-plugin-prettier": "^5.2.5",
71-
"eslint-plugin-react": "^7.37.4",
72-
"long": "^5.3.1",
67+
"eslint": "^9.27.0",
68+
"eslint-config-prettier": "^10.1.5",
69+
"eslint-plugin-prettier": "^5.4.0",
70+
"eslint-plugin-react": "^7.37.5",
71+
"long": "^5.3.2",
7372
"nice-grpc-web": "^3.3.7",
7473
"postcss": "^8.5.3",
7574
"prettier": "^3.5.3",
76-
"terser": "^5.39.0",
77-
"typescript": "^5.8.2",
78-
"typescript-eslint": "^8.28.0",
79-
"vite": "^6.2.1"
75+
"terser": "^5.39.2",
76+
"typescript": "^5.8.3",
77+
"typescript-eslint": "^8.32.1",
78+
"vite": "^6.3.5"
8079
},
8180
"pnpm": {
8281
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)