Skip to content

Commit

Permalink
feat(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent b7d152e commit fd6622d
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 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.27
FROM oven/bun:1.1.29
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
4 changes: 2 additions & 2 deletions action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"private": true,
"dependencies": {
"@actions/core": "1.10.1",
"@actions/core": "1.11.0",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"bluebird": "3.7.2",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@types/bluebird": "3.5.42",
"@types/glob": "8.1.0",
"tsup": "8.2.4"
"tsup": "8.3.0"
},
"scripts": {
"build": "tsup",
Expand Down
22 changes: 11 additions & 11 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.645.0",
"@aws-sdk/s3-request-presigner": "3.645.0",
"@aws-sdk/client-s3": "3.663.0",
"@aws-sdk/s3-request-presigner": "3.663.0",
"@elysiajs/static": "1.1.1",
"@headlessui/react": "2.1.5",
"@headlessui/react": "2.1.8",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.55.2",
"@tanstack/react-query": "5.59.0",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.7",
"@types/react": "18.3.5",
"@types/lodash": "4.17.9",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"elysia": "1.1.12",
"elysia": "1.1.17",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.1",
"tailwindcss": "3.4.10",
"react-router-dom": "6.26.2",
"tailwindcss": "3.4.13",
"zod": "3.23.8"
},
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.6",
"vite": "5.4.6"
"prettier-plugin-tailwindcss": "0.6.8",
"vite": "5.4.8"
},
"scripts": {
"dev": "NODE_ENV=development bun --hot ./server.tsx",
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.14.2",
"tsup": "8.2.4"
"cypress": "13.15.0",
"tsup": "8.3.0"
},
"peerDependencies": {
"cypress": ">=12"
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.5",
"@types/react": "18.3.11",
"ajv": "8.17.1",
"clsx": "2.1.1",
"react": "18.3.1",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"devDependencies": {
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.12",
"bun-types": "1.1.27",
"cypress": "13.14.2",
"eslint": "9.10.0",
"eslint-plugin-react": "7.35.2",
"@types/jest": "29.5.13",
"bun-types": "1.1.29",
"cypress": "13.15.0",
"eslint": "9.11.1",
"eslint-plugin-react": "7.37.1",
"jest": "29.7.0",
"husky": "9.1.5",
"nx": "19.6.5",
"husky": "9.1.6",
"nx": "19.8.3",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.2",
"typescript-eslint": "8.8.0"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker compose up -d",
Expand Down

0 comments on commit fd6622d

Please sign in to comment.