Skip to content

Commit

Permalink
chore(deps): update dependencies (#584)
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 10, 2024
1 parent db499c7 commit 4a858a8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.623.0",
"@aws-sdk/s3-request-presigner": "3.623.0",
"@aws-sdk/client-s3": "3.627.0",
"@aws-sdk/s3-request-presigner": "3.627.0",
"@elysiajs/static": "1.1.0",
"@headlessui/react": "2.1.2",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-query": "5.51.23",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
Expand All @@ -19,14 +19,14 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.0",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.9",
"zod": "3.23.8"
},
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.5",
"vite": "5.3.5"
"prettier-plugin-tailwindcss": "0.6.6",
"vite": "5.4.0"
},
"scripts": {
"dev": "NODE_ENV=development bun --hot ./server.tsx",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "docusaurus start"
},
"devDependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-content-docs": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/types": "3.4.0",
"@docusaurus/core": "3.5.1",
"@docusaurus/plugin-content-docs": "3.5.1",
"@docusaurus/preset-classic": "3.5.1",
"@docusaurus/types": "3.5.1",
"@mdx-js/react": "3.0.1",
"@types/react": "18.3.3",
"ajv": "8.17.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.5.1",
"@types/jest": "29.5.12",
"bun-types": "1.1.21",
"bun-types": "1.1.22",
"cypress": "13.13.2",
"eslint": "9.8.0",
"eslint": "9.9.0",
"eslint-plugin-react": "7.35.0",
"jest": "29.7.0",
"husky": "9.1.4",
"nx": "19.5.6",
"nx": "19.5.7",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0"
"typescript-eslint": "8.0.1"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit 4a858a8

Please sign in to comment.