Skip to content

Commit

Permalink
chore(deps): update dependencies (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 387a5ef commit 0514b3d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
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.1.38
FROM oven/bun:1.1.42
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.712.0",
"@aws-sdk/s3-request-presigner": "3.712.0",
"@elysiajs/static": "1.1.1",
"@aws-sdk/client-s3": "3.717.0",
"@aws-sdk/s3-request-presigner": "3.717.0",
"@elysiajs/static": "1.1.2",
"@headlessui/react": "2.2.0",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.13",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"elysia": "1.1.26",
"lodash": "4.17.21",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "7.0.2",
"tailwindcss": "3.4.16",
"react-router-dom": "7.1.0",
"tailwindcss": "3.4.17",
"zod": "3.24.1"
},
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.9",
"vite": "6.0.3"
"vite": "6.0.5"
},
"scripts": {
"dev": "NODE_ENV=development bun --hot ./server.tsx",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion comparadise-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"cypress": "13.16.1",
"cypress": "13.17.0",
"tsup": "8.3.5"
},
"peerDependencies": {
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.6.3",
"@docusaurus/types": "3.6.3",
"@mdx-js/react": "3.1.0",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"ajv": "8.17.1",
"clsx": "2.1.1",
"react": "19.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"@swc/jest": "0.2.37",
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.14",
"bun-types": "1.1.38",
"cypress": "13.16.1",
"bun-types": "1.1.42",
"cypress": "13.17.0",
"eslint": "9.17.0",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"husky": "9.1.7",
"nx": "20.2.2",
"nx": "20.3.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0"
"typescript-eslint": "8.18.1"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit 0514b3d

Please sign in to comment.