Skip to content

Commit 046f449

Browse files
upgrade ui packages (#245)
* upgrade packages * bump bytes crate
1 parent 44c69c2 commit 046f449

5 files changed

Lines changed: 1048 additions & 1242 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ tower = "0.5"
5454
futures-util = "0.3"
5555
ammonia = "4.1.1"
5656
chrono = "0.4"
57+
bytes = { version = "1.11" }
5758

5859
[build-dependencies]
5960
tonic-prost-build = "0.14"

web/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

web/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,51 +14,51 @@
1414
},
1515
"dependencies": {
1616
"@axa-ch/react-polymorphic-types": "^1.4.1",
17-
"@floating-ui/react": "^0.27.16",
18-
"@inlang/paraglide-js": "^2.6.0",
19-
"@tanstack/react-devtools": "^0.8.4",
20-
"@tanstack/react-form": "^1.27.1",
21-
"@tanstack/react-query": "^5.90.12",
22-
"@tanstack/react-query-devtools": "^5.91.1",
23-
"@tanstack/react-router": "^1.140.0",
24-
"@tanstack/react-router-devtools": "^1.140.0",
17+
"@floating-ui/react": "^0.27.17",
18+
"@inlang/paraglide-js": "^2.10.0",
19+
"@tanstack/react-devtools": "^0.9.4",
20+
"@tanstack/react-form": "^1.28.0",
21+
"@tanstack/react-query": "^5.90.20",
22+
"@tanstack/react-query-devtools": "^5.91.3",
23+
"@tanstack/react-router": "^1.158.0",
24+
"@tanstack/react-router-devtools": "^1.158.0",
2525
"@uidotdev/usehooks": "^2.4.1",
26-
"axios": "^1.13.2",
26+
"axios": "^1.13.4",
2727
"change-case": "^5.4.4",
2828
"clsx": "^2.1.1",
2929
"dayjs": "^1.11.19",
3030
"lodash-es": "^4.17.23",
31-
"motion": "^12.23.25",
31+
"motion": "^12.31.0",
3232
"qrcode.react": "^4.2.0",
3333
"qs": "^6.14.1",
34-
"react": "^19.2.1",
35-
"react-dom": "^19.2.1",
34+
"react": "^19.2.4",
35+
"react-dom": "^19.2.4",
3636
"react-markdown": "^10.1.0",
3737
"rxjs": "^7.8.2",
38-
"zod": "^4.1.13",
39-
"zustand": "^5.0.9"
38+
"zod": "^4.3.6",
39+
"zustand": "^5.0.11"
4040
},
4141
"devDependencies": {
42-
"@biomejs/biome": "2.3.8",
43-
"@inlang/paraglide-js": "2.6.0",
44-
"@tanstack/devtools-vite": "^0.3.12",
45-
"@tanstack/router-plugin": "^1.140.0",
42+
"@biomejs/biome": "2.3.14",
43+
"@inlang/paraglide-js": "2.10.0",
44+
"@tanstack/devtools-vite": "^0.5.0",
45+
"@tanstack/router-plugin": "^1.158.0",
4646
"@types/lodash-es": "^4.17.12",
47-
"@types/node": "^24.10.1",
47+
"@types/node": "^25.2.0",
4848
"@types/qs": "^6.14.0",
49-
"@types/react": "^19.2.7",
49+
"@types/react": "^19.2.10",
5050
"@types/react-dom": "^19.2.3",
51-
"@vitejs/plugin-react-swc": "^4.2.2",
52-
"globals": "^16.5.0",
53-
"prettier": "^3.7.4",
54-
"sass": "^1.94.2",
51+
"@vitejs/plugin-react-swc": "^4.2.3",
52+
"globals": "^17.3.0",
53+
"prettier": "^3.8.1",
54+
"sass": "^1.97.3",
5555
"sharp": "^0.34.5",
56-
"stylelint": "^16.26.1",
57-
"stylelint-config-standard-scss": "^16.0.0",
58-
"stylelint-scss": "^6.13.0",
56+
"stylelint": "^17.1.1",
57+
"stylelint-config-standard-scss": "^17.0.0",
58+
"stylelint-scss": "^7.0.0",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.48.1",
61-
"vite": "^7.2.7",
60+
"typescript-eslint": "^8.54.0",
61+
"vite": "^7.3.1",
6262
"vite-plugin-image-optimizer": "^2.0.3"
6363
},
6464
"pnpm": {

0 commit comments

Comments
 (0)