Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.2
FROM oven/bun:1.3.3
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
579 changes: 289 additions & 290 deletions action/dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action/dist/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/bluebird": "3.5.42",
"tsup": "8.5.0"
"tsup": "8.5.1"
},
"scripts": {
"build": "tsup",
Expand Down
28 changes: 14 additions & 14 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.927.0",
"@aws-sdk/s3-request-presigner": "3.927.0",
"@aws-sdk/client-s3": "3.943.0",
"@aws-sdk/s3-request-presigner": "3.943.0",
"@headlessui/react": "2.2.9",
"@octokit/rest": "22.0.1",
"@tanstack/react-query": "5.90.7",
"@trpc/client": "11.7.1",
"@trpc/react-query": "11.7.1",
"@trpc/server": "11.7.1",
"@types/lodash": "4.17.20",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@tanstack/react-query": "5.90.12",
"@trpc/client": "11.7.2",
"@trpc/react-query": "11.7.2",
"@trpc/server": "11.7.2",
"@types/lodash": "4.17.21",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"bun-plugin-tailwind": "0.1.2",
"lodash": "4.17.21",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-router-dom": "7.9.5",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-router-dom": "7.10.1",
"trpc-bun-adapter": "1.3.0",
"tailwindcss": "4.1.17",
"zod": "4.1.12"
"zod": "4.1.13"
},
"devDependencies": {
"vite": "7.2.2"
"vite": "7.2.6"
},
"scripts": {
"dev": "bun --hot ./server.ts",
Expand Down
566 changes: 297 additions & 269 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions comparadise-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"cypress": "15.6.0",
"tsup": "8.5.0"
"cypress": "15.7.1",
"tsup": "8.5.1"
},
"peerDependencies": {
"cypress": ">=12"
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"@docusaurus/preset-classic": "3.9.2",
"@docusaurus/types": "3.9.2",
"@mdx-js/react": "3.1.1",
"@types/react": "19.2.2",
"@types/react": "19.2.7",
"ajv": "8.17.1",
"clsx": "2.1.1",
"react": "19.2.0",
"react-dom": "19.2.0"
"react": "19.2.1",
"react-dom": "19.2.1"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"devDependencies": {
"@testing-library/cypress": "10.1.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/bun": "1.3.2",
"cypress": "15.6.0",
"@types/bun": "1.3.3",
"cypress": "15.7.1",
"eslint": "9.39.1",
"eslint-plugin-react": "7.37.5",
"husky": "9.1.7",
"nx": "22.0.2",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.7.1",
"nx": "22.1.3",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2",
"shared": "workspace:*",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "8.46.3"
"typescript-eslint": "8.48.1"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down
Loading