Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.4
FROM oven/bun:1.3.5
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"@aws-sdk/credential-providers": "3.958.0",
"@headlessui/react": "2.2.9",
"@octokit/rest": "22.0.1",
"@tanstack/react-query": "5.90.12",
"@trpc/client": "11.8.0",
"@trpc/react-query": "11.8.0",
"@trpc/server": "11.8.0",
"@tanstack/react-query": "5.90.14",
"@trpc/client": "11.8.1",
"@trpc/react-query": "11.8.1",
"@trpc/server": "11.8.1",
"@types/lodash": "4.17.21",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"bun-plugin-tailwind": "0.1.2",
"lodash": "4.17.21",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router-dom": "7.10.1",
"react-router-dom": "7.11.0",
"trpc-bun-adapter": "1.3.0",
"tailwindcss": "4.1.18",
"zod": "4.2.1"
Expand Down
Loading
Loading