Skip to content

Commit 7b4358c

Browse files
authored
Merge branch 'main' into renovate/pixelmatch-7.x
2 parents 34f605f + b840f1d commit 7b4358c

File tree

6 files changed

+114
-106
lines changed

6 files changed

+114
-106
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.0
1+
FROM oven/bun:1.2.2
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.735.0",
6-
"@aws-sdk/s3-request-presigner": "3.735.0",
5+
"@aws-sdk/client-s3": "3.749.0",
6+
"@aws-sdk/s3-request-presigner": "3.749.0",
77
"@headlessui/react": "2.2.0",
88
"@octokit/rest": "20.1.1",
9-
"@tanstack/react-query": "5.64.2",
9+
"@tanstack/react-query": "5.66.3",
1010
"@trpc/client": "next",
1111
"@trpc/react-query": "next",
1212
"@trpc/server": "next",
13-
"@types/lodash": "4.17.14",
14-
"@types/react": "19.0.8",
13+
"@types/lodash": "4.17.15",
14+
"@types/react": "19.0.9",
1515
"@types/react-dom": "19.0.3",
1616
"bun-plugin-tailwind": "0.0.14",
1717
"lodash": "4.17.21",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0",
20-
"react-router-dom": "7.1.3",
20+
"react-router-dom": "7.1.5",
2121
"trpc-bun-adapter": "1.2.2",
22-
"tailwindcss": "4.0.5",
23-
"zod": "3.24.1"
22+
"tailwindcss": "4.0.6",
23+
"zod": "3.24.2"
2424
},
2525
"devDependencies": {
2626
"@testing-library/cypress": "10.0.3",
2727
"@types/testing-library__cypress": "5.0.13",
2828
"prettier-plugin-tailwindcss": "0.6.11",
29-
"vite": "6.0.11"
29+
"vite": "6.1.0"
3030
},
3131
"scripts": {
3232
"dev": "bun --hot ./server.ts",

0 commit comments

Comments
 (0)