Skip to content

Commit

Permalink
chore(deps): update dependencies (#572)
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: Dan Adajian <dadajian@expediagroup.com>
  • Loading branch information
renovate[bot] and danadajian authored Jul 26, 2024
1 parent f5107b3 commit b3e26ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.614.0",
"@aws-sdk/s3-request-presigner": "3.614.0",
"@elysiajs/static": "1.0.3",
"@aws-sdk/client-s3": "3.620.0",
"@aws-sdk/s3-request-presigner": "3.620.0",
"@elysiajs/static": "1.1.0",
"@headlessui/react": "2.1.2",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.51.1",
"@tanstack/react-query": "5.51.15",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.6",
"@types/lodash": "4.17.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"elysia": "1.0.27",
"elysia": "1.1.4",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.1",
"tailwindcss": "3.4.4",
"react-router-dom": "6.25.1",
"tailwindcss": "3.4.7",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comparadise",
"packageManager": "bun@1.1.8",
"packageManager": "bun@1.1.20",
"devDependencies": {
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.5.1",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext"
"target": "esnext",
"types": ["bun-types", "jest"]
},
"exclude": ["**/dist"]
}

0 comments on commit b3e26ef

Please sign in to comment.