Skip to content

Commit 0514b3d

Browse files
chore(deps): update dependencies (#605)
1 parent 387a5ef commit 0514b3d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
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.38
1+
FROM oven/bun:1.1.42
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.712.0",
6-
"@aws-sdk/s3-request-presigner": "3.712.0",
7-
"@elysiajs/static": "1.1.1",
5+
"@aws-sdk/client-s3": "3.717.0",
6+
"@aws-sdk/s3-request-presigner": "3.717.0",
7+
"@elysiajs/static": "1.1.2",
88
"@headlessui/react": "2.2.0",
99
"@octokit/rest": "20.1.1",
10-
"@tanstack/react-query": "5.62.7",
10+
"@tanstack/react-query": "5.62.8",
1111
"@trpc/client": "next",
1212
"@trpc/react-query": "next",
1313
"@trpc/server": "next",
1414
"@types/lodash": "4.17.13",
15-
"@types/react": "19.0.1",
15+
"@types/react": "19.0.2",
1616
"@types/react-dom": "19.0.2",
1717
"elysia": "1.1.26",
1818
"lodash": "4.17.21",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0",
21-
"react-router-dom": "7.0.2",
22-
"tailwindcss": "3.4.16",
21+
"react-router-dom": "7.1.0",
22+
"tailwindcss": "3.4.17",
2323
"zod": "3.24.1"
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.3"
29+
"vite": "6.0.5"
3030
},
3131
"scripts": {
3232
"dev": "NODE_ENV=development bun --hot ./server.tsx",

bun.lockb

-469 Bytes
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.1",
25+
"cypress": "13.17.0",
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": "19.0.1",
14+
"@types/react": "19.0.2",
1515
"ajv": "8.17.1",
1616
"clsx": "2.1.1",
1717
"react": "19.0.0",

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.37",
66
"@total-typescript/ts-reset": "0.6.1",
77
"@types/jest": "29.5.14",
8-
"bun-types": "1.1.38",
9-
"cypress": "13.16.1",
8+
"bun-types": "1.1.42",
9+
"cypress": "13.17.0",
1010
"eslint": "9.17.0",
1111
"eslint-plugin-react": "7.37.2",
1212
"jest": "29.7.0",
1313
"husky": "9.1.7",
14-
"nx": "20.2.2",
14+
"nx": "20.3.0",
1515
"prettier": "3.4.2",
1616
"ts-node": "10.9.2",
1717
"typescript": "5.7.2",
18-
"typescript-eslint": "8.18.0"
18+
"typescript-eslint": "8.18.1"
1919
},
2020
"scripts": {
2121
"docker": "docker build . --tag comparadise && docker compose up -d",

0 commit comments

Comments
 (0)