Skip to content

Commit c9b08e8

Browse files
fix e2e errors
1 parent 0371dc8 commit c9b08e8

6 files changed

Lines changed: 88 additions & 76 deletions

File tree

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "MIT",
1414
"overrides": {
15-
"vite": "^8.2.1",
15+
"vite": "^7.3.6",
1616
"cookie": "^0.7.2",
1717
"cross-spawn": "^7.0.5",
1818
"minimatch": "9.0.7",

packages/app-builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@tanstack/react-devtools": "^0.10.9",
2525
"@tanstack/react-form-devtools": "^0.2.29",
2626
"@tanstack/react-query-devtools": "5.101.4",
27-
"@tanstack/react-router-devtools": "1.167.1",
27+
"@tanstack/react-router-devtools": "1.167.0",
2828
"@types/autosuggest-highlight": "^3.2.3",
2929
"@types/js-cookie": "^3.0.6",
3030
"@types/qs": "^6.15.1",
@@ -34,7 +34,7 @@
3434
"jsdom": "30.0.1",
3535
"tailwindcss": "4.3.3",
3636
"tsx": "^4.22.4",
37-
"vite": "^8.2.1",
37+
"vite": "^7.3.6",
3838
"vite-tsconfig-paths": "^6.1.1",
3939
"vitest": "4.1.10"
4040
},
@@ -72,9 +72,9 @@
7272
"@swan-io/boxed": "^3.2.0",
7373
"@tanstack/react-form": "^1.29.3",
7474
"@tanstack/react-query": "^5.101.4",
75-
"@tanstack/react-router": "1.170.23",
75+
"@tanstack/react-router": "1.170.18",
7676
"@tanstack/react-router-ssr-query": "1.167.1",
77-
"@tanstack/react-start": "1.168.40",
77+
"@tanstack/react-start": "1.168.34",
7878
"@tanstack/react-table": "^8.21.2",
7979
"@tanstack/react-virtual": "3.14.9",
8080
"@vis.gl/react-maplibre": "^8.1.2",

packages/backoffice/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@tanstack/react-form": "^1.29.3",
2323
"@tanstack/react-query": "^5.101.4",
2424
"@tanstack/react-query-devtools": "5.101.4",
25-
"@tanstack/react-router": "1.170.23",
26-
"@tanstack/react-router-devtools": "1.167.1",
25+
"@tanstack/react-router": "1.170.18",
26+
"@tanstack/react-router-devtools": "1.167.0",
2727
"@tanstack/react-router-ssr-query": "1.167.1",
28-
"@tanstack/react-start": "1.168.40",
29-
"@tanstack/router-plugin": "1.168.27",
28+
"@tanstack/react-start": "1.168.34",
29+
"@tanstack/router-plugin": "1.168.18",
3030
"@trpc/client": "^11.4.3",
3131
"@trpc/server": "^11.4.3",
3232
"@trpc/tanstack-react-query": "^11.4.3",
@@ -59,7 +59,7 @@
5959
"@vitejs/plugin-react": "^5.0.4",
6060
"babel-plugin-react-compiler": "^1.0.0",
6161
"jsdom": "30.0.1",
62-
"vite": "^8.2.1",
62+
"vite": "^7.3.6",
6363
"vitest": "4.1.10",
6464
"web-vitals": "^5.1.0"
6565
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^18.3.5",
2121
"jsdom": "30.0.1",
2222
"jsdom-testing-mocks": "^1.13.1",
23-
"vite": "^8.2.1"
23+
"vite": "^7.3.6"
2424
},
2525
"dependencies": {
2626
"@preact/signals-react": "^3.10.1",

packages/ui-design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-i18next": "^17.0.11",
3535
"storybook": "^10.5.5",
3636
"tailwindcss": "4.3.3",
37-
"vite": "^8.2.1",
37+
"vite": "^7.3.6",
3838
"vite-tsconfig-paths": "^6.1.1",
3939
"vitest": "4.1.10"
4040
},

0 commit comments

Comments
 (0)