Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.2.10
FROM oven/bun:1.2.14
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
4 changes: 2 additions & 2 deletions action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"dependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"@actions/github": "6.0.1",
"bluebird": "3.7.2",
"glob": "11.0.2"
},
"devDependencies": {
"@types/bluebird": "3.5.42",
"@types/glob": "8.1.0",
"tsup": "8.4.0"
"tsup": "8.5.0"
},
"scripts": {
"build": "tsup",
Expand Down
22 changes: 11 additions & 11 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.797.0",
"@aws-sdk/s3-request-presigner": "3.797.0",
"@headlessui/react": "2.2.2",
"@aws-sdk/client-s3": "3.817.0",
"@aws-sdk/s3-request-presigner": "3.817.0",
"@headlessui/react": "2.2.4",
"@octokit/rest": "22.0.0",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.77.2",
"@trpc/client": "11.1.2",
"@trpc/react-query": "11.1.2",
"@trpc/server": "11.1.2",
"@types/lodash": "4.17.16",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/lodash": "4.17.17",
"@types/react": "19.1.5",
"@types/react-dom": "19.1.5",
"bun-plugin-tailwind": "0.0.15",
"lodash": "4.17.21",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router-dom": "7.5.2",
"react-router-dom": "7.6.1",
"trpc-bun-adapter": "1.3.0",
"tailwindcss": "4.1.4",
"zod": "3.24.3"
"tailwindcss": "4.1.7",
"zod": "3.25.28"
},
"devDependencies": {
"@testing-library/cypress": "10.0.3",
"prettier-plugin-tailwindcss": "0.6.11",
"vite": "6.3.4"
"vite": "6.3.5"
},
"scripts": {
"dev": "bun --hot ./server.ts",
Expand Down
108 changes: 71 additions & 37 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": "14.3.2",
"tsup": "8.4.0"
"cypress": "14.4.0",
"tsup": "8.5.0"
},
"peerDependencies": {
"cypress": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/types": "3.7.0",
"@mdx-js/react": "3.1.0",
"@types/react": "19.1.2",
"@types/react": "19.1.5",
"ajv": "8.17.1",
"clsx": "2.1.1",
"react": "19.1.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"@swc/jest": "0.2.38",
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.14",
"bun-types": "1.2.10",
"cypress": "14.3.2",
"eslint": "9.25.1",
"bun-types": "1.2.14",
"cypress": "14.4.0",
"eslint": "9.27.0",
"eslint-plugin-react": "7.37.5",
"jest": "29.7.0",
"husky": "9.1.7",
"nx": "21.1.2",
"prettier": "3.5.3",
"typescript": "5.8.3",
"typescript-eslint": "8.31.0"
"typescript-eslint": "8.32.1"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down
Loading