Skip to content

Commit

Permalink
chore(deps): update dependencies (#586)
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 25, 2024
1 parent 3b6e769 commit da1b3ba
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1.24
FROM oven/bun:1.1.26
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
14 changes: 7 additions & 7 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.633.0",
"@aws-sdk/s3-request-presigner": "3.633.0",
"@aws-sdk/client-s3": "3.637.0",
"@aws-sdk/s3-request-presigner": "3.637.0",
"@elysiajs/static": "1.1.0",
"@headlessui/react": "2.1.2",
"@headlessui/react": "2.1.3",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query": "5.52.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.7",
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"elysia": "1.1.6",
"elysia": "1.1.7",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -26,7 +26,7 @@
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.6",
"vite": "5.4.1"
"vite": "5.4.2"
},
"scripts": {
"dev": "NODE_ENV=development bun --hot ./server.tsx",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
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.3",
"@types/react": "18.3.4",
"ajv": "8.17.1",
"clsx": "2.1.1",
"react": "18.3.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"packageManager": "[email protected]",
"devDependencies": {
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.5.1",
"@total-typescript/ts-reset": "0.6.0",
"@types/jest": "29.5.12",
"bun-types": "1.1.24",
"bun-types": "1.1.26",
"cypress": "13.13.3",
"eslint": "9.9.0",
"eslint": "9.9.1",
"eslint-plugin-react": "7.35.0",
"jest": "29.7.0",
"husky": "9.1.4",
"nx": "19.6.0",
"husky": "9.1.5",
"nx": "19.6.2",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "8.1.0"
"typescript-eslint": "8.2.0"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit da1b3ba

Please sign in to comment.