Skip to content

Commit a9598ed

Browse files
feat(deps): update dependencies
1 parent a6d7884 commit a9598ed

File tree

5 files changed

+95
-99
lines changed

5 files changed

+95
-99
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.2.17
1+
FROM oven/bun:1.2.19
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.840.0",
6-
"@aws-sdk/s3-request-presigner": "3.840.0",
5+
"@aws-sdk/client-s3": "3.848.0",
6+
"@aws-sdk/s3-request-presigner": "3.848.0",
77
"@headlessui/react": "2.2.4",
88
"@octokit/rest": "22.0.0",
9-
"@tanstack/react-query": "5.81.5",
9+
"@tanstack/react-query": "5.83.0",
1010
"@trpc/client": "11.4.3",
1111
"@trpc/react-query": "11.4.3",
1212
"@trpc/server": "11.4.3",
@@ -17,15 +17,15 @@
1717
"lodash": "4.17.21",
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0",
20-
"react-router-dom": "7.6.3",
20+
"react-router-dom": "7.7.0",
2121
"trpc-bun-adapter": "1.3.0",
2222
"tailwindcss": "4.1.11",
2323
"zod": "4.0.5"
2424
},
2525
"devDependencies": {
2626
"@testing-library/cypress": "10.0.3",
27-
"prettier-plugin-tailwindcss": "0.6.13",
28-
"vite": "7.0.0"
27+
"prettier-plugin-tailwindcss": "0.6.14",
28+
"vite": "7.0.5"
2929
},
3030
"scripts": {
3131
"dev": "bun --hot ./server.ts",

0 commit comments

Comments
 (0)