Skip to content

Commit

Permalink
chore(deps): update dependencies (#597)
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>
Co-authored-by: Dan Adajian <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent f378763 commit 9191a5e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 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.33
FROM oven/bun:1.1.36
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
18 changes: 9 additions & 9 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.679.0",
"@aws-sdk/s3-request-presigner": "3.679.0",
"@aws-sdk/client-s3": "3.699.0",
"@aws-sdk/s3-request-presigner": "3.699.0",
"@elysiajs/static": "1.1.1",
"@headlessui/react": "2.2.0",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.59.16",
"@tanstack/react-query": "5.61.3",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.12",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"elysia": "1.1.23",
"elysia": "1.1.25",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.27.0",
"tailwindcss": "3.4.14",
"react-router-dom": "6.28.0",
"tailwindcss": "3.4.15",
"zod": "3.23.8"
},
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.8",
"vite": "5.4.10"
"prettier-plugin-tailwindcss": "0.6.9",
"vite": "5.4.11"
},
"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 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.15.1",
"cypress": "13.16.0",
"tsup": "8.3.5"
},
"peerDependencies": {
Expand Down
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.5.2",
"@docusaurus/plugin-content-docs": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/types": "3.5.2",
"@docusaurus/core": "3.6.3",
"@docusaurus/plugin-content-docs": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/types": "3.6.3",
"@mdx-js/react": "3.1.0",
"@types/react": "18.3.12",
"ajv": "8.17.1",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "comparadise",
"packageManager": "[email protected].20",
"packageManager": "[email protected].36",
"devDependencies": {
"@swc/jest": "0.2.36",
"@swc/jest": "0.2.37",
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.14",
"bun-types": "1.1.33",
"cypress": "13.15.1",
"eslint": "9.13.0",
"bun-types": "1.1.36",
"cypress": "13.16.0",
"eslint": "9.15.0",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"husky": "9.1.6",
"nx": "20.0.6",
"husky": "9.1.7",
"nx": "20.1.3",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0"
"typescript": "5.7.2",
"typescript-eslint": "8.15.0"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit 9191a5e

Please sign in to comment.