Skip to content

Commit c6ddfd4

Browse files
fix web packages
1 parent 9b0c3e8 commit c6ddfd4

File tree

2 files changed

+175
-118
lines changed

2 files changed

+175
-118
lines changed

web/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@axa-ch/react-polymorphic-types": "^1.4.1",
1717
"@floating-ui/react": "^0.27.16",
1818
"@inlang/paraglide-js": "^2.4.0",
19-
"@tanstack/react-devtools": "^0.7.11",
19+
"@tanstack/react-devtools": "^0.8.0",
2020
"@tanstack/react-form": "^1.23.8",
2121
"@tanstack/react-query": "^5.90.5",
2222
"@tanstack/react-query-devtools": "^5.90.2",
@@ -26,7 +26,7 @@
2626
"axios": "^1.13.1",
2727
"change-case": "^5.4.4",
2828
"clsx": "^2.1.1",
29-
"dayjs": "^1.11.18",
29+
"dayjs": "^1.11.19",
3030
"lodash-es": "^4.17.21",
3131
"motion": "^12.23.24",
3232
"qrcode.react": "^4.2.0",
@@ -41,6 +41,7 @@
4141
"devDependencies": {
4242
"@biomejs/biome": "2.3.2",
4343
"@inlang/paraglide-js": "2.4.0",
44+
"@tanstack/devtools-vite": "^0.3.11",
4445
"@tanstack/router-plugin": "^1.133.36",
4546
"@types/lodash-es": "^4.17.12",
4647
"@types/node": "^24.9.2",
@@ -58,6 +59,6 @@
5859
"typescript": "~5.9.3",
5960
"typescript-eslint": "^8.46.2",
6061
"vite": "^7.1.12",
61-
"vite-plugin-image-optimizer": "^2.0.2"
62+
"vite-plugin-image-optimizer": "^2.0.3"
6263
}
6364
}

0 commit comments

Comments
 (0)