Skip to content

Commit

Permalink
feat(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 2d91145 commit 40a15fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.29
FROM oven/bun:1.1.30
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
14 changes: 7 additions & 7 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.665.0",
"@aws-sdk/s3-request-presigner": "3.665.0",
"@aws-sdk/client-s3": "3.670.0",
"@aws-sdk/s3-request-presigner": "3.670.0",
"@elysiajs/static": "1.1.1",
"@headlessui/react": "2.1.9",
"@headlessui/react": "2.1.10",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.59.0",
"@tanstack/react-query": "5.59.13",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"elysia": "1.1.19",
"@types/react-dom": "18.3.1",
"elysia": "1.1.22",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2",
"react-router-dom": "6.27.0",
"tailwindcss": "3.4.13",
"zod": "3.23.8"
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.13",
"bun-types": "1.1.29",
"bun-types": "1.1.30",
"cypress": "13.15.0",
"eslint": "9.12.0",
"eslint-plugin-react": "7.37.1",
Expand All @@ -14,8 +14,8 @@
"nx": "19.8.4",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0"
"typescript": "5.6.3",
"typescript-eslint": "8.8.1"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit 40a15fd

Please sign in to comment.