Skip to content

Commit

Permalink
chore(deps): update dependencies (#604)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Dec 16, 2024
1 parent 53b9018 commit 387a5ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.705.0",
"@aws-sdk/s3-request-presigner": "3.705.0",
"@aws-sdk/client-s3": "3.712.0",
"@aws-sdk/s3-request-presigner": "3.712.0",
"@elysiajs/static": "1.1.1",
"@headlessui/react": "2.2.0",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.62.3",
"@tanstack/react-query": "5.62.7",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.13",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@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",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@testing-library/cypress": "10.0.2",
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 @@ -7,15 +7,15 @@
"@types/jest": "29.5.14",
"bun-types": "1.1.38",
"cypress": "13.16.1",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"husky": "9.1.7",
"nx": "20.2.1",
"nx": "20.2.2",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0"
"typescript-eslint": "8.18.0"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit 387a5ef

Please sign in to comment.