Skip to content

Commit cba2b63

Browse files
chore(deps): update dependencies (#685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 698f662 commit cba2b63

File tree

5 files changed

+54
-54
lines changed

5 files changed

+54
-54
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.3.4
1+
FROM oven/bun:1.3.5
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"@aws-sdk/credential-providers": "3.958.0",
66
"@headlessui/react": "2.2.9",
77
"@octokit/rest": "22.0.1",
8-
"@tanstack/react-query": "5.90.12",
9-
"@trpc/client": "11.8.0",
10-
"@trpc/react-query": "11.8.0",
11-
"@trpc/server": "11.8.0",
8+
"@tanstack/react-query": "5.90.14",
9+
"@trpc/client": "11.8.1",
10+
"@trpc/react-query": "11.8.1",
11+
"@trpc/server": "11.8.1",
1212
"@types/lodash": "4.17.21",
1313
"@types/react": "19.2.7",
1414
"@types/react-dom": "19.2.3",
1515
"bun-plugin-tailwind": "0.1.2",
1616
"lodash": "4.17.21",
1717
"react": "19.2.3",
1818
"react-dom": "19.2.3",
19-
"react-router-dom": "7.10.1",
19+
"react-router-dom": "7.11.0",
2020
"trpc-bun-adapter": "1.3.0",
2121
"tailwindcss": "4.1.18",
2222
"zod": "4.2.1"

0 commit comments

Comments
 (0)