Skip to content

Commit

Permalink
chore(deps): update dependencies (#579)
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 Aug 5, 2024
1 parent efff434 commit a4b5550
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/bluebird": "3.5.42",
"@types/glob": "8.1.0",
"tsup": "8.2.3"
"tsup": "8.2.4"
},
"scripts": {
"build": "tsup",
Expand Down
10 changes: 5 additions & 5 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.620.0",
"@aws-sdk/s3-request-presigner": "3.620.0",
"@aws-sdk/client-s3": "3.623.0",
"@aws-sdk/s3-request-presigner": "3.623.0",
"@elysiajs/static": "1.1.0",
"@headlessui/react": "2.1.2",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.51.15",
"@tanstack/react-query": "5.51.21",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"elysia": "1.1.4",
"elysia": "1.1.5",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.25.1",
"react-router-dom": "6.26.0",
"tailwindcss": "3.4.7",
"zod": "3.23.8"
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.
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": "13.13.1",
"tsup": "8.2.3"
"cypress": "13.13.2",
"tsup": "8.2.4"
},
"peerDependencies": {
"cypress": ">=12"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@total-typescript/ts-reset": "0.5.1",
"@types/jest": "29.5.12",
"bun-types": "1.1.21",
"cypress": "13.13.1",
"cypress": "13.13.2",
"eslint": "9.8.0",
"eslint-plugin-react": "7.35.0",
"jest": "29.7.0",
"husky": "9.1.3",
"nx": "19.5.3",
"husky": "9.1.4",
"nx": "19.5.6",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
Expand Down

0 comments on commit a4b5550

Please sign in to comment.