Skip to content

Commit

Permalink
chore(deps): update dependencies (#587)
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 Sep 2, 2024
1 parent da1b3ba commit 63e1853
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@elysiajs/static": "1.1.0",
"@headlessui/react": "2.1.3",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.52.1",
"@tanstack/react-query": "5.53.2",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.7",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"elysia": "1.1.7",
"elysia": "1.1.11",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
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.13.3",
"cypress": "13.14.1",
"tsup": "8.2.4"
},
"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.5.2",
"@docusaurus/types": "3.5.2",
"@mdx-js/react": "3.0.1",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"ajv": "8.17.1",
"clsx": "2.1.1",
"react": "18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"@total-typescript/ts-reset": "0.6.0",
"@types/jest": "29.5.12",
"bun-types": "1.1.26",
"cypress": "13.13.3",
"cypress": "13.14.1",
"eslint": "9.9.1",
"eslint-plugin-react": "7.35.0",
"jest": "29.7.0",
"husky": "9.1.5",
"nx": "19.6.2",
"nx": "19.6.4",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "8.2.0"
"typescript-eslint": "8.3.0"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit 63e1853

Please sign in to comment.