Skip to content

Commit 24a63d3

Browse files
feat(deps): update dependencies
1 parent a2ae354 commit 24a63d3

File tree

6 files changed

+115
-73
lines changed

6 files changed

+115
-73
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.4
1+
FROM oven/bun:1.2.10
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

app/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.758.0",
6-
"@aws-sdk/s3-request-presigner": "3.758.0",
7-
"@headlessui/react": "2.2.0",
5+
"@aws-sdk/client-s3": "3.787.0",
6+
"@aws-sdk/s3-request-presigner": "3.787.0",
7+
"@headlessui/react": "2.2.2",
88
"@octokit/rest": "21.1.1",
9-
"@tanstack/react-query": "5.66.11",
9+
"@tanstack/react-query": "5.74.4",
1010
"@trpc/client": "next",
1111
"@trpc/react-query": "next",
1212
"@trpc/server": "next",
1313
"@types/lodash": "4.17.16",
14-
"@types/react": "19.0.10",
15-
"@types/react-dom": "19.0.4",
16-
"bun-plugin-tailwind": "0.0.14",
14+
"@types/react": "19.1.2",
15+
"@types/react-dom": "19.1.2",
16+
"bun-plugin-tailwind": "0.0.15",
1717
"lodash": "4.17.21",
18-
"react": "19.0.0",
19-
"react-dom": "19.0.0",
20-
"react-router-dom": "7.2.0",
21-
"trpc-bun-adapter": "1.2.2",
22-
"tailwindcss": "4.0.9",
23-
"zod": "3.24.2"
18+
"react": "19.1.0",
19+
"react-dom": "19.1.0",
20+
"react-router-dom": "7.5.1",
21+
"trpc-bun-adapter": "1.3.0",
22+
"tailwindcss": "4.1.4",
23+
"zod": "3.24.3"
2424
},
2525
"devDependencies": {
2626
"@testing-library/cypress": "10.0.3",

0 commit comments

Comments
 (0)