Skip to content

Commit bb70b66

Browse files
authored
🧷 chore: Pin TanStack Dependency Versions (#51)
1 parent 002d838 commit bb70b66

2 files changed

Lines changed: 77 additions & 19 deletions

File tree

bun.lock

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

package.json

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@clickhouse/click-ui": "0.2.0-rc.4",
2525
"@librechat/data-schemas": "^0.0.48",
2626
"@tailwindcss/vite": "^4.1.18",
27-
"@tanstack/react-devtools": "^0.10.0",
28-
"@tanstack/react-query": "^5.95.2",
29-
"@tanstack/react-router": "^1.168.10",
30-
"@tanstack/react-router-devtools": "^1.166.11",
31-
"@tanstack/react-router-ssr-query": "^1.166.10",
32-
"@tanstack/react-start": "^1.167.16",
33-
"@tanstack/router-plugin": "^1.167.12",
27+
"@tanstack/react-devtools": "0.10.0",
28+
"@tanstack/react-query": "5.95.2",
29+
"@tanstack/react-router": "1.168.10",
30+
"@tanstack/react-router-devtools": "1.166.11",
31+
"@tanstack/react-router-ssr-query": "1.166.10",
32+
"@tanstack/react-start": "1.167.16",
33+
"@tanstack/router-plugin": "1.167.12",
3434
"@types/bun": "^1.3.11",
3535
"clsx": "^2.1.1",
3636
"cmdk": "^1.1.1",
@@ -57,8 +57,8 @@
5757
"@axe-core/playwright": "^4.11.1",
5858
"@playwright/test": "^1.58.2",
5959
"@tailwindcss/node": "^4.2.2",
60-
"@tanstack/devtools-vite": "^0.3.11",
61-
"@tanstack/react-query-devtools": "^5.91.3",
60+
"@tanstack/devtools-vite": "0.3.12",
61+
"@tanstack/react-query-devtools": "5.91.3",
6262
"@testing-library/dom": "^10.4.0",
6363
"@testing-library/jest-dom": "^6.9.1",
6464
"@testing-library/react": "^16.2.0",
@@ -84,6 +84,35 @@
8484
"vitest": "^3.0.5"
8585
},
8686
"overrides": {
87-
"@radix-ui/react-dialog": "1.1.15"
87+
"@radix-ui/react-dialog": "1.1.15",
88+
"@tanstack/devtools": "0.11.0",
89+
"@tanstack/devtools-ui": "0.5.1",
90+
"@tanstack/devtools-vite": "0.3.12",
91+
"@tanstack/history": "1.161.6",
92+
"@tanstack/query-core": "5.95.2",
93+
"@tanstack/query-devtools": "5.93.0",
94+
"@tanstack/react-devtools": "0.10.0",
95+
"@tanstack/react-query": "5.95.2",
96+
"@tanstack/react-query-devtools": "5.91.3",
97+
"@tanstack/react-router": "1.168.10",
98+
"@tanstack/react-router-devtools": "1.166.11",
99+
"@tanstack/react-router-ssr-query": "1.166.10",
100+
"@tanstack/react-start": "1.167.16",
101+
"@tanstack/react-start-client": "1.166.25",
102+
"@tanstack/react-start-server": "1.166.25",
103+
"@tanstack/react-store": "0.9.3",
104+
"@tanstack/router-core": "1.168.9",
105+
"@tanstack/router-devtools-core": "1.167.1",
106+
"@tanstack/router-generator": "1.166.24",
107+
"@tanstack/router-plugin": "1.167.12",
108+
"@tanstack/router-ssr-query-core": "1.167.0",
109+
"@tanstack/router-utils": "1.161.6",
110+
"@tanstack/start-client-core": "1.167.9",
111+
"@tanstack/start-fn-stubs": "1.161.6",
112+
"@tanstack/start-plugin-core": "1.167.17",
113+
"@tanstack/start-server-core": "1.167.9",
114+
"@tanstack/start-storage-context": "1.166.23",
115+
"@tanstack/store": "0.9.3",
116+
"@tanstack/virtual-file-routes": "1.161.7"
88117
}
89118
}

0 commit comments

Comments
 (0)