diff --git a/app/package.json b/app/package.json index 2599e862..3d773c65 100644 --- a/app/package.json +++ b/app/package.json @@ -2,24 +2,24 @@ "name": "app", "private": true, "dependencies": { - "@aws-sdk/client-s3": "3.614.0", - "@aws-sdk/s3-request-presigner": "3.614.0", - "@elysiajs/static": "1.0.3", + "@aws-sdk/client-s3": "3.620.0", + "@aws-sdk/s3-request-presigner": "3.620.0", + "@elysiajs/static": "1.1.0", "@headlessui/react": "2.1.2", "@octokit/rest": "20.1.1", - "@tanstack/react-query": "5.51.1", + "@tanstack/react-query": "5.51.15", "@trpc/client": "next", "@trpc/react-query": "next", "@trpc/server": "next", - "@types/lodash": "4.17.6", + "@types/lodash": "4.17.7", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "elysia": "1.0.27", + "elysia": "1.1.4", "lodash": "4.17.21", "react": "18.3.1", "react-dom": "18.3.1", - "react-router-dom": "6.24.1", - "tailwindcss": "3.4.4", + "react-router-dom": "6.25.1", + "tailwindcss": "3.4.7", "zod": "3.23.8" }, "devDependencies": { diff --git a/bun.lockb b/bun.lockb index d6417361..40545c85 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ea5d9077..7fa7a6dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comparadise", - "packageManager": "bun@1.1.8", + "packageManager": "bun@1.1.20", "devDependencies": { "@swc/jest": "0.2.36", "@total-typescript/ts-reset": "0.5.1", diff --git a/tsconfig.json b/tsconfig.json index d163ca9a..e7fd2a78 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "esnext" + "target": "esnext", + "types": ["bun-types", "jest"] }, "exclude": ["**/dist"] }