Skip to content

Commit 0778095

Browse files
upgrade web packages
1 parent 880747d commit 0778095

File tree

4 files changed

+963
-981
lines changed

4 files changed

+963
-981
lines changed

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.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

web/package.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,50 +15,49 @@
1515
"dependencies": {
1616
"@axa-ch/react-polymorphic-types": "^1.4.1",
1717
"@floating-ui/react": "^0.27.16",
18-
"@inlang/paraglide-js": "^2.3.2",
19-
"@tanstack/react-devtools": "^0.7.0",
20-
"@tanstack/react-form": "^1.23.1",
21-
"@tanstack/react-query": "^5.90.2",
18+
"@inlang/paraglide-js": "^2.4.0",
19+
"@tanstack/react-devtools": "^0.7.11",
20+
"@tanstack/react-form": "^1.23.8",
21+
"@tanstack/react-query": "^5.90.5",
2222
"@tanstack/react-query-devtools": "^5.90.2",
23-
"@tanstack/react-router": "^1.132.2",
24-
"@tanstack/react-router-devtools": "^1.132.2",
23+
"@tanstack/react-router": "^1.133.36",
24+
"@tanstack/react-router-devtools": "^1.133.36",
2525
"@uidotdev/usehooks": "^2.4.1",
26-
"axios": "^1.12.2",
26+
"axios": "^1.13.1",
2727
"change-case": "^5.4.4",
2828
"clsx": "^2.1.1",
2929
"dayjs": "^1.11.18",
3030
"lodash-es": "^4.17.21",
31-
"motion": "^12.23.21",
31+
"motion": "^12.23.24",
3232
"qrcode.react": "^4.2.0",
3333
"qs": "^6.14.0",
34-
"react": "^19.1.1",
35-
"react-dom": "^19.1.1",
34+
"react": "^19.2.0",
35+
"react-dom": "^19.2.0",
3636
"react-markdown": "^10.1.0",
3737
"rxjs": "^7.8.2",
38-
"zod": "^4.1.11",
38+
"zod": "^4.1.12",
3939
"zustand": "^5.0.8"
4040
},
4141
"devDependencies": {
42-
"@biomejs/biome": "2.2.4",
43-
"@inlang/paraglide-js": "2.3.2",
44-
"@tanstack/devtools-vite": "^0.3.10",
45-
"@tanstack/router-plugin": "^1.132.2",
42+
"@biomejs/biome": "2.3.2",
43+
"@inlang/paraglide-js": "2.4.0",
44+
"@tanstack/router-plugin": "^1.133.36",
4645
"@types/lodash-es": "^4.17.12",
47-
"@types/node": "^24.5.2",
46+
"@types/node": "^24.9.2",
4847
"@types/qs": "^6.14.0",
49-
"@types/react": "^19.1.13",
50-
"@types/react-dom": "^19.1.9",
51-
"@vitejs/plugin-react-swc": "^4.1.0",
48+
"@types/react": "^19.2.2",
49+
"@types/react-dom": "^19.2.2",
50+
"@vitejs/plugin-react-swc": "^4.2.0",
5251
"globals": "^16.4.0",
5352
"prettier": "^3.6.2",
5453
"sass": "^1.93.2",
5554
"sharp": "^0.34.4",
56-
"stylelint": "^16.24.0",
55+
"stylelint": "^16.25.0",
5756
"stylelint-config-standard-scss": "^16.0.0",
5857
"stylelint-scss": "^6.12.1",
59-
"typescript": "~5.9.2",
60-
"typescript-eslint": "^8.44.1",
61-
"vite": "^7.1.7",
58+
"typescript": "~5.9.3",
59+
"typescript-eslint": "^8.46.2",
60+
"vite": "^7.1.12",
6261
"vite-plugin-image-optimizer": "^2.0.2"
6362
}
6463
}

0 commit comments

Comments
 (0)