Skip to content

Commit 1d582e0

Browse files
committed
chore: upgrade dependencies
1 parent 455eef9 commit 1d582e0

File tree

2 files changed

+993
-1014
lines changed

2 files changed

+993
-1014
lines changed

web/package.json

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,81 +15,80 @@
1515
"@dnd-kit/utilities": "^3.2.2",
1616
"@emotion/react": "^11.14.0",
1717
"@emotion/styled": "^11.14.1",
18-
"@github/relative-time-element": "^4.4.8",
18+
"@github/relative-time-element": "^4.5.0",
1919
"@matejmazur/react-katex": "^3.1.3",
2020
"@radix-ui/react-checkbox": "^1.3.3",
2121
"@radix-ui/react-dialog": "^1.1.15",
2222
"@radix-ui/react-dropdown-menu": "^2.1.16",
23-
"@radix-ui/react-label": "^2.1.7",
23+
"@radix-ui/react-label": "^2.1.8",
2424
"@radix-ui/react-popover": "^1.1.15",
2525
"@radix-ui/react-radio-group": "^1.3.8",
2626
"@radix-ui/react-select": "^2.2.6",
27-
"@radix-ui/react-separator": "^1.1.7",
28-
"@radix-ui/react-slot": "^1.2.3",
27+
"@radix-ui/react-separator": "^1.1.8",
28+
"@radix-ui/react-slot": "^1.2.4",
2929
"@radix-ui/react-switch": "^1.2.6",
3030
"@radix-ui/react-tooltip": "^1.2.8",
31-
"@tailwindcss/vite": "^4.1.13",
31+
"@tailwindcss/vite": "^4.1.17",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
34-
"cmdk": "^1.1.1",
3534
"copy-to-clipboard": "^3.3.3",
36-
"dayjs": "^1.11.18",
37-
"dompurify": "^3.2.7",
35+
"dayjs": "^1.11.19",
36+
"dompurify": "^3.3.0",
3837
"fuse.js": "^7.1.0",
3938
"highlight.js": "^11.11.1",
40-
"i18next": "^25.5.2",
41-
"katex": "^0.16.22",
39+
"i18next": "^25.6.3",
40+
"katex": "^0.16.25",
4241
"leaflet": "^1.9.4",
4342
"lodash-es": "^4.17.21",
4443
"lucide-react": "^0.544.0",
45-
"mermaid": "^11.11.0",
44+
"mermaid": "^11.12.1",
4645
"mime": "^4.1.0",
47-
"mobx": "^6.13.7",
46+
"mobx": "^6.15.0",
4847
"mobx-react-lite": "^4.1.1",
4948
"react": "^18.3.1",
5049
"react-dom": "^18.3.1",
5150
"react-force-graph-2d": "^1.29.0",
5251
"react-hot-toast": "^2.6.0",
53-
"react-i18next": "^15.7.3",
52+
"react-i18next": "^15.7.4",
5453
"react-leaflet": "^4.2.1",
5554
"react-markdown": "^10.1.0",
56-
"react-router-dom": "^7.9.1",
55+
"react-router-dom": "^7.9.6",
5756
"react-simple-pull-to-refresh": "^1.3.3",
5857
"react-use": "^17.6.0",
5958
"rehype-raw": "^7.0.0",
6059
"remark-gfm": "^4.0.1",
61-
"tailwind-merge": "^3.3.1",
62-
"tailwindcss": "^4.1.13",
60+
"tailwind-merge": "^3.4.0",
61+
"tailwindcss": "^4.1.17",
6362
"textarea-caret": "^3.1.0",
6463
"unist-util-visit": "^5.0.0",
6564
"uuid": "^11.1.0"
6665
},
6766
"devDependencies": {
68-
"@biomejs/biome": "2.3.5",
69-
"@bufbuild/protobuf": "^2.8.0",
67+
"@biomejs/biome": "^2.3.7",
68+
"@bufbuild/protobuf": "^2.10.1",
7069
"@types/d3": "^7.4.3",
7170
"@types/katex": "^0.16.7",
72-
"@types/leaflet": "^1.9.20",
71+
"@types/leaflet": "^1.9.21",
7372
"@types/lodash-es": "^4.17.12",
7473
"@types/mdast": "^4.0.4",
75-
"@types/node": "^24.5.1",
74+
"@types/node": "^24.10.1",
7675
"@types/qs": "^6.14.0",
77-
"@types/react": "^18.3.24",
76+
"@types/react": "^18.3.27",
7877
"@types/react-dom": "^18.3.7",
7978
"@types/textarea-caret": "^3.0.4",
8079
"@types/unist": "^3.0.3",
8180
"@types/uuid": "^10.0.0",
8281
"@vitejs/plugin-react": "^4.7.0",
8382
"long": "^5.3.2",
84-
"nice-grpc-web": "^3.3.8",
85-
"terser": "^5.44.0",
83+
"nice-grpc-web": "^3.3.9",
84+
"terser": "^5.44.1",
8685
"tw-animate-css": "^1.4.0",
8786
"typescript": "^5.9.3",
88-
"vite": "^7.1.5"
87+
"vite": "^7.2.4"
8988
},
9089
"pnpm": {
9190
"onlyBuiltDependencies": [
9291
"esbuild"
9392
]
9493
}
95-
}
94+
}

0 commit comments

Comments
 (0)