Skip to content

Commit 2da131d

Browse files
chore(deps): update dependencies (#667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 13dafb2 commit 2da131d

6 files changed

Lines changed: 146 additions & 206 deletions

File tree

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.21
1+
FROM oven/bun:1.2.22
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.883.0",
6-
"@aws-sdk/s3-request-presigner": "3.883.0",
7-
"@headlessui/react": "2.2.7",
5+
"@aws-sdk/client-s3": "3.893.0",
6+
"@aws-sdk/s3-request-presigner": "3.893.0",
7+
"@headlessui/react": "2.2.8",
88
"@octokit/rest": "22.0.0",
9-
"@tanstack/react-query": "5.87.1",
9+
"@tanstack/react-query": "5.89.0",
1010
"@trpc/client": "11.5.1",
1111
"@trpc/react-query": "11.5.1",
1212
"@trpc/server": "11.5.1",
1313
"@types/lodash": "4.17.20",
14-
"@types/react": "19.1.12",
14+
"@types/react": "19.1.13",
1515
"@types/react-dom": "19.1.9",
1616
"bun-plugin-tailwind": "0.0.15",
1717
"lodash": "4.17.21",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1",
20-
"react-router-dom": "7.8.2",
20+
"react-router-dom": "7.9.1",
2121
"trpc-bun-adapter": "1.3.0",
2222
"tailwindcss": "4.1.13",
23-
"zod": "4.1.5"
23+
"zod": "4.1.11"
2424
},
2525
"devDependencies": {
2626
"@testing-library/cypress": "10.1.0",
2727
"prettier-plugin-tailwindcss": "0.6.14",
28-
"vite": "7.1.5"
28+
"vite": "7.1.6"
2929
},
3030
"scripts": {
3131
"dev": "bun --hot ./server.ts",

0 commit comments

Comments
 (0)