Skip to content

Commit 286a0b3

Browse files
feat(deps): update dependencies
1 parent a92fded commit 286a0b3

File tree

7 files changed

+212
-198
lines changed

7 files changed

+212
-198
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.3.2
1+
FROM oven/bun:1.3.3
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@types/bluebird": "3.5.42",
14-
"tsup": "8.5.0"
14+
"tsup": "8.5.1"
1515
},
1616
"scripts": {
1717
"build": "tsup",

app/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.927.0",
6-
"@aws-sdk/s3-request-presigner": "3.927.0",
5+
"@aws-sdk/client-s3": "3.943.0",
6+
"@aws-sdk/s3-request-presigner": "3.943.0",
77
"@headlessui/react": "2.2.9",
88
"@octokit/rest": "22.0.1",
9-
"@tanstack/react-query": "5.90.7",
10-
"@trpc/client": "11.7.1",
11-
"@trpc/react-query": "11.7.1",
12-
"@trpc/server": "11.7.1",
13-
"@types/lodash": "4.17.20",
14-
"@types/react": "19.2.2",
15-
"@types/react-dom": "19.2.2",
9+
"@tanstack/react-query": "5.90.12",
10+
"@trpc/client": "11.7.2",
11+
"@trpc/react-query": "11.7.2",
12+
"@trpc/server": "11.7.2",
13+
"@types/lodash": "4.17.21",
14+
"@types/react": "19.2.7",
15+
"@types/react-dom": "19.2.3",
1616
"bun-plugin-tailwind": "0.1.2",
1717
"lodash": "4.17.21",
18-
"react": "19.2.0",
19-
"react-dom": "19.2.0",
20-
"react-router-dom": "7.9.5",
18+
"react": "19.2.1",
19+
"react-dom": "19.2.1",
20+
"react-router-dom": "7.10.1",
2121
"trpc-bun-adapter": "1.3.0",
2222
"tailwindcss": "4.1.17",
23-
"zod": "4.1.12"
23+
"zod": "4.1.13"
2424
},
2525
"devDependencies": {
26-
"vite": "7.2.2"
26+
"vite": "7.2.6"
2727
},
2828
"scripts": {
2929
"dev": "bun --hot ./server.ts",

bun.lock

Lines changed: 185 additions & 171 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

comparadise-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"devDependencies": {
2323
"@types/pixelmatch": "5.2.6",
2424
"@types/pngjs": "6.0.5",
25-
"cypress": "15.6.0",
26-
"tsup": "8.5.0"
25+
"cypress": "15.7.1",
26+
"tsup": "8.5.1"
2727
},
2828
"peerDependencies": {
2929
"cypress": ">=12"

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"@docusaurus/preset-classic": "3.9.2",
1212
"@docusaurus/types": "3.9.2",
1313
"@mdx-js/react": "3.1.1",
14-
"@types/react": "19.2.2",
14+
"@types/react": "19.2.7",
1515
"ajv": "8.17.1",
1616
"clsx": "2.1.1",
17-
"react": "19.2.0",
18-
"react-dom": "19.2.0"
17+
"react": "19.2.1",
18+
"react-dom": "19.2.1"
1919
}
2020
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"devDependencies": {
66
"@testing-library/cypress": "10.1.0",
77
"@total-typescript/ts-reset": "0.6.1",
8-
"@types/bun": "1.3.2",
9-
"cypress": "15.6.0",
8+
"@types/bun": "1.3.3",
9+
"cypress": "15.7.1",
1010
"eslint": "9.39.1",
1111
"eslint-plugin-react": "7.37.5",
1212
"husky": "9.1.7",
13-
"nx": "22.0.2",
14-
"prettier": "3.6.2",
15-
"prettier-plugin-tailwindcss": "0.7.1",
13+
"nx": "22.1.3",
14+
"prettier": "3.7.4",
15+
"prettier-plugin-tailwindcss": "0.7.2",
1616
"shared": "workspace:*",
1717
"ts-node": "10.9.2",
1818
"typescript": "5.9.3",
19-
"typescript-eslint": "8.46.3"
19+
"typescript-eslint": "8.48.1"
2020
},
2121
"scripts": {
2222
"docker": "docker build . --tag comparadise && docker compose up -d",

0 commit comments

Comments
 (0)