Skip to content

Commit 971147d

Browse files
feat(deps): update dependencies
1 parent 5f98873 commit 971147d

File tree

7 files changed

+292
-268
lines changed

7 files changed

+292
-268
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.14
1+
FROM oven/bun:1.2.17
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
@@ -7,7 +7,7 @@
77
"@actions/exec": "1.1.1",
88
"@actions/github": "6.0.1",
99
"bluebird": "3.7.2",
10-
"glob": "11.0.2"
10+
"glob": "11.0.3"
1111
},
1212
"devDependencies": {
1313
"@types/bluebird": "3.5.42",

app/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.817.0",
6-
"@aws-sdk/s3-request-presigner": "3.817.0",
5+
"@aws-sdk/client-s3": "3.840.0",
6+
"@aws-sdk/s3-request-presigner": "3.840.0",
77
"@headlessui/react": "2.2.4",
88
"@octokit/rest": "22.0.0",
9-
"@tanstack/react-query": "5.77.2",
10-
"@trpc/client": "11.1.2",
11-
"@trpc/react-query": "11.1.2",
12-
"@trpc/server": "11.1.2",
13-
"@types/lodash": "4.17.17",
14-
"@types/react": "19.1.5",
15-
"@types/react-dom": "19.1.5",
9+
"@tanstack/react-query": "5.81.5",
10+
"@trpc/client": "11.4.3",
11+
"@trpc/react-query": "11.4.3",
12+
"@trpc/server": "11.4.3",
13+
"@types/lodash": "4.17.20",
14+
"@types/react": "19.1.8",
15+
"@types/react-dom": "19.1.6",
1616
"bun-plugin-tailwind": "0.0.15",
1717
"lodash": "4.17.21",
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0",
20-
"react-router-dom": "7.6.1",
20+
"react-router-dom": "7.6.3",
2121
"trpc-bun-adapter": "1.3.0",
22-
"tailwindcss": "4.1.7",
23-
"zod": "3.25.28"
22+
"tailwindcss": "4.1.11",
23+
"zod": "3.25.67"
2424
},
2525
"devDependencies": {
2626
"@testing-library/cypress": "10.0.3",
27-
"prettier-plugin-tailwindcss": "0.6.11",
27+
"prettier-plugin-tailwindcss": "0.6.13",
2828
"vite": "7.0.0"
2929
},
3030
"scripts": {

bun.lock

Lines changed: 265 additions & 241 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: 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": "14.4.0",
25+
"cypress": "14.5.1",
2626
"tsup": "8.5.0"
2727
},
2828
"peerDependencies": {

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "docusaurus start"
77
},
88
"devDependencies": {
9-
"@docusaurus/core": "3.7.0",
10-
"@docusaurus/plugin-content-docs": "3.7.0",
11-
"@docusaurus/preset-classic": "3.7.0",
12-
"@docusaurus/types": "3.7.0",
9+
"@docusaurus/core": "3.8.1",
10+
"@docusaurus/plugin-content-docs": "3.8.1",
11+
"@docusaurus/preset-classic": "3.8.1",
12+
"@docusaurus/types": "3.8.1",
1313
"@mdx-js/react": "3.1.0",
14-
"@types/react": "19.1.5",
14+
"@types/react": "19.1.8",
1515
"ajv": "8.17.1",
1616
"clsx": "2.1.1",
1717
"react": "19.1.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"@swc/jest": "0.2.38",
66
"@total-typescript/ts-reset": "0.6.1",
77
"@types/jest": "29.5.14",
8-
"bun-types": "1.2.14",
9-
"cypress": "14.4.0",
10-
"eslint": "9.27.0",
8+
"bun-types": "1.2.17",
9+
"cypress": "14.5.1",
10+
"eslint": "9.30.1",
1111
"eslint-plugin-react": "7.37.5",
1212
"jest": "29.7.0",
1313
"husky": "9.1.7",
14-
"nx": "21.1.2",
15-
"prettier": "3.5.3",
14+
"nx": "21.2.1",
15+
"prettier": "3.6.2",
1616
"typescript": "5.8.3",
17-
"typescript-eslint": "8.32.1"
17+
"typescript-eslint": "8.35.1"
1818
},
1919
"scripts": {
2020
"docker": "docker build . --tag comparadise && docker compose up -d",

0 commit comments

Comments
 (0)