Skip to content

Commit 02c0990

Browse files
committed
fix: upgrade desp
1 parent a38fca8 commit 02c0990

File tree

4 files changed

+58
-115
lines changed

4 files changed

+58
-115
lines changed

app/utils/docs.ts

-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ export const fetchDocs = createServerFn(
5454

5555
const file = await fetchRepoFile(repo, branch, filePath)
5656

57-
console.log({
58-
currentPath,
59-
redirectPath,
60-
})
61-
6257
if (!file) {
6358
throw notFound()
6459
// if (currentPath === redirectPath) {

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@oramacloud/client": "^1.0.14",
2121
"@remix-run/node": "^2.8.1",
2222
"@tailwindcss/typography": "^0.5.10",
23-
"@tanstack/react-router": "1.28.6",
24-
"@tanstack/react-router-server": "1.28.6",
25-
"@tanstack/router-devtools": "1.28.6",
23+
"@tanstack/react-router": "1.28.7",
24+
"@tanstack/react-router-server": "1.28.7",
25+
"@tanstack/router-devtools": "1.28.7",
2626
"@tanstack/router-vite-plugin": "1.28.2",
2727
"@typescript-eslint/parser": "^7.2.0",
2828
"@vinxi/react": "0.2.2",

0 commit comments

Comments
 (0)