Skip to content

Commit 0b5ef8d

Browse files
chore(deps): update dependencies (#599)
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 528e83d commit 0b5ef8d

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
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.36
1+
FROM oven/bun:1.1.38
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,31 +2,31 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.699.0",
6-
"@aws-sdk/s3-request-presigner": "3.699.0",
5+
"@aws-sdk/client-s3": "3.705.0",
6+
"@aws-sdk/s3-request-presigner": "3.705.0",
77
"@elysiajs/static": "1.1.1",
88
"@headlessui/react": "2.2.0",
99
"@octokit/rest": "20.1.1",
10-
"@tanstack/react-query": "5.61.3",
10+
"@tanstack/react-query": "5.62.3",
1111
"@trpc/client": "next",
1212
"@trpc/react-query": "next",
1313
"@trpc/server": "next",
1414
"@types/lodash": "4.17.13",
15-
"@types/react": "18.3.12",
16-
"@types/react-dom": "18.3.1",
17-
"elysia": "1.1.25",
15+
"@types/react": "18.3.14",
16+
"@types/react-dom": "18.3.2",
17+
"elysia": "1.1.26",
1818
"lodash": "4.17.21",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1",
2121
"react-router-dom": "6.28.0",
22-
"tailwindcss": "3.4.15",
22+
"tailwindcss": "3.4.16",
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.9",
29-
"vite": "6.0.1"
29+
"vite": "6.0.3"
3030
},
3131
"scripts": {
3232
"dev": "NODE_ENV=development bun --hot ./server.tsx",

bun.lockb

1.02 KB
Binary file not shown.

comparadise-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@types/pixelmatch": "5.2.6",
2424
"@types/pngjs": "6.0.5",
25-
"cypress": "13.16.0",
25+
"cypress": "13.16.1",
2626
"tsup": "8.3.5"
2727
},
2828
"peerDependencies": {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@docusaurus/preset-classic": "3.6.3",
1212
"@docusaurus/types": "3.6.3",
1313
"@mdx-js/react": "3.1.0",
14-
"@types/react": "18.3.12",
14+
"@types/react": "18.3.14",
1515
"ajv": "8.17.1",
1616
"clsx": "2.1.1",
1717
"react": "18.3.1",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"@swc/jest": "0.2.37",
66
"@total-typescript/ts-reset": "0.6.1",
77
"@types/jest": "29.5.14",
8-
"bun-types": "1.1.36",
9-
"cypress": "13.16.0",
10-
"eslint": "9.15.0",
8+
"bun-types": "1.1.38",
9+
"cypress": "13.16.1",
10+
"eslint": "9.16.0",
1111
"eslint-plugin-react": "7.37.2",
1212
"jest": "29.7.0",
1313
"husky": "9.1.7",
14-
"nx": "20.1.3",
15-
"prettier": "3.3.3",
14+
"nx": "20.2.1",
15+
"prettier": "3.4.2",
1616
"ts-node": "10.9.2",
1717
"typescript": "5.7.2",
18-
"typescript-eslint": "8.15.0"
18+
"typescript-eslint": "8.17.0"
1919
},
2020
"scripts": {
2121
"docker": "docker build . --tag comparadise && docker compose up -d",

0 commit comments

Comments
 (0)