Skip to content

Commit 2e2f54b

Browse files
chore(deps): update dependencies (#592)
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 73adee3 commit 2e2f54b

File tree

5 files changed

+16
-16
lines changed

5 files changed

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

44
RUN useradd -ms /bin/sh admin

app/package.json

Lines changed: 10 additions & 10 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.665.0",
6-
"@aws-sdk/s3-request-presigner": "3.665.0",
5+
"@aws-sdk/client-s3": "3.676.0",
6+
"@aws-sdk/s3-request-presigner": "3.676.0",
77
"@elysiajs/static": "1.1.1",
8-
"@headlessui/react": "2.1.9",
8+
"@headlessui/react": "2.1.10",
99
"@octokit/rest": "20.1.1",
10-
"@tanstack/react-query": "5.59.0",
10+
"@tanstack/react-query": "5.59.15",
1111
"@trpc/client": "next",
1212
"@trpc/react-query": "next",
1313
"@trpc/server": "next",
14-
"@types/lodash": "4.17.10",
14+
"@types/lodash": "4.17.12",
1515
"@types/react": "18.3.11",
16-
"@types/react-dom": "18.3.0",
17-
"elysia": "1.1.19",
16+
"@types/react-dom": "18.3.1",
17+
"elysia": "1.1.23",
1818
"lodash": "4.17.21",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1",
21-
"react-router-dom": "6.26.2",
22-
"tailwindcss": "3.4.13",
21+
"react-router-dom": "6.27.0",
22+
"tailwindcss": "3.4.14",
2323
"zod": "3.23.8"
2424
},
2525
"devDependencies": {
2626
"@testing-library/cypress": "10.0.2",
2727
"@types/testing-library__cypress": "5.0.13",
2828
"prettier-plugin-tailwindcss": "0.6.8",
29-
"vite": "5.4.8"
29+
"vite": "5.4.9"
3030
},
3131
"scripts": {
3232
"dev": "NODE_ENV=development bun --hot ./server.tsx",

bun.lockb

2.56 KB
Binary file not shown.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@docusaurus/plugin-content-docs": "3.5.2",
1111
"@docusaurus/preset-classic": "3.5.2",
1212
"@docusaurus/types": "3.5.2",
13-
"@mdx-js/react": "3.0.1",
13+
"@mdx-js/react": "3.1.0",
1414
"@types/react": "18.3.11",
1515
"ajv": "8.17.1",
1616
"clsx": "2.1.1",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"@swc/jest": "0.2.36",
66
"@total-typescript/ts-reset": "0.6.1",
77
"@types/jest": "29.5.13",
8-
"bun-types": "1.1.29",
8+
"bun-types": "1.1.32",
99
"cypress": "13.15.0",
10-
"eslint": "9.12.0",
10+
"eslint": "9.13.0",
1111
"eslint-plugin-react": "7.37.1",
1212
"jest": "29.7.0",
1313
"husky": "9.1.6",
1414
"nx": "20.0.3",
1515
"prettier": "3.3.3",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.6.2",
18-
"typescript-eslint": "8.8.0"
17+
"typescript": "5.6.3",
18+
"typescript-eslint": "8.11.0"
1919
},
2020
"scripts": {
2121
"docker": "docker build . --tag comparadise && docker compose up -d",

0 commit comments

Comments
 (0)