Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jul 2, 2024
1 parent 25d8343 commit c479431
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 44 deletions.
18 changes: 9 additions & 9 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.33",
"@ai-sdk/openai": "^0.0.34",
"@baselime/node-opentelemetry": "^0.5.8",
"@date-fns/utc": "^1.2.0",
"@hookform/resolvers": "^3.6.0",
Expand All @@ -29,20 +29,20 @@
"@midday/ui": "workspace:*",
"@midday/utils": "workspace:*",
"@novu/headless": "^0.24.2",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-table": "^8.19.2",
"@team-plain/typescript-sdk": "4.5.0",
"@todesktop/client-active-win": "^0.15.0",
"@todesktop/client-core": "^1.6.0",
"@todesktop/client-core": "^1.7.0",
"@todesktop/runtime": "^1.6.3",
"@trigger.dev/nextjs": "^2.3.19",
"@uidotdev/usehooks": "^2.4.1",
"@upstash/ratelimit": "^1.2.1",
"@vercel/speed-insights": "^1.0.12",
"@zip.js/zip.js": "2.7.45",
"ai": "^3.2.8",
"ai": "^3.2.16",
"change-case": "^5.4.4",
"dub": "^0.29.18",
"framer-motion": "^11.2.11",
"framer-motion": "^11.2.12",
"geist": "^1.3.0",
"headless-currency-input": "^1.1.0",
"loops": "1.0.1",
Expand All @@ -66,22 +66,22 @@
"react-plaid-link": "^3.5.2",
"react-use-draggable-scroll": "^0.4.7",
"recharts": "^2.12.7",
"resend": "^3.3.0",
"resend": "^3.4.0",
"sharp": "^0.33.4",
"teller-connect-react": "^0.1.0",
"tus-js-client": "^4.1.0",
"use-long-press": "^3.2.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@midday/tsconfig": "workspace:*",
"@next/bundle-analyzer": "^14.2.4",
"@t3-oss/env-nextjs": "^0.10.1",
"@todesktop/tailwind-variants": "^1.0.1",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/inbox-upload-zone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function UploadZone({ children, teamId }: Props) {
setShowProgress(true);

// Add uploaded folder so we can filter background job on this
const filePath = [teamId, nanoid(), "inbox", "uploaded"];
const filePath = [teamId, "inbox", "uploaded", nanoid()];

try {
await Promise.all(
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"generate:engine": "bunx @mintlify/scraping@latest openapi-file http://localhost:3002/openapi -o api-reference/engine/endpoint"
},
"devDependencies": {
"mintlify": "^4.0.174"
"mintlify": "^4.0.181"
}
}
6 changes: 3 additions & 3 deletions apps/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@hono/swagger-ui": "^0.3.0",
"@hono/zod-openapi": "^0.14.5",
"@hono/zod-openapi": "^0.14.7",
"@hono/zod-validator": "^0.2.2",
"hono": "^4.4.8",
"hono": "^4.4.10",
"xior": "^0.5.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"wrangler": "^3.61.0"
"wrangler": "^3.62.0"
}
}
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@uidotdev/usehooks": "^2.4.1",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.11",
"framer-motion": "^11.2.12",
"geist": "^1.3.0",
"next": "14.2.1",
"next-mdx-remote": "^5.0.0",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@midday/tsconfig": "workspace:*",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0"
}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@biomejs/biome": "1.8.3",
"@manypkg/cli": "^0.21.4",
"turbo": "2.0.5",
"typescript": "^5.5.2"
"turbo": "2.0.6",
"typescript": "^5.5.3"
},
"packageManager": "bun@1.1.16",
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"heic-convert": "1.2.4"
},
"devDependencies": {
"@types/bun": "^1.1.3",
"@types/bun": "^1.1.6",
"@types/heic-convert": "^1.2.3",
"request": "^2.88.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"dependencies": {
"@midday/ui": "workspace:*",
"@react-email/components": "0.0.19",
"@react-email/components": "0.0.20",
"@react-email/tailwind": "0.0.18",
"date-fns": "^3.6.0",
"react-email": "canary",
"responsive-react-email": "^0.0.5"
},
"devDependencies": {
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
8 changes: 4 additions & 4 deletions packages/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"dependencies": {
"@fast-csv/format": "5.0.0",
"@langchain/community": "^0.2.13",
"@langchain/core": "^0.2.9",
"@langchain/openai": "^0.2.0",
"@langchain/community": "^0.2.16",
"@langchain/core": "^0.2.12",
"@langchain/openai": "^0.2.1",
"@midday/documents": "workspace:*",
"@midday/import": "workspace:*",
"@trigger.dev/react": "2.3.19",
"@trigger.dev/resend": "2.3.19",
"@trigger.dev/sdk": "2.3.19",
"@trigger.dev/supabase": "^2.3.19",
"change-case": "^5.4.4",
"langchain": "^0.2.6",
"langchain": "^0.2.8",
"nanoid": "^5.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"nanoid": "^5.0.7"
},
"devDependencies": {
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"plaid": "^22.0.1"
},
"devDependencies": {
"@types/bun": "^1.1.3"
"@types/bun": "^1.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"supabase": "^1.178.2"
},
"devDependencies": {
"@supabase/supabase-js": "^2.43.6",
"typescript": "^5.5.2"
"@supabase/supabase-js": "^2.44.2",
"typescript": "^5.5.3"
},
"exports": {
"./server": "./src/client/server.ts",
Expand Down
26 changes: 13 additions & 13 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"build": "storybook build"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"autoprefixer": "^10.4.19",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.10",
"typescript": "^5.5.2"
"storybook": "^8.1.11",
"typescript": "^5.5.3"
},
"exports": {
"./accordion": "./src/components/accordion.tsx",
Expand Down Expand Up @@ -73,11 +73,11 @@
"./cn": "./src/utils/cn.ts"
},
"dependencies": {
"@mui/icons-material": "^5.15.20",
"@mui/icons-material": "^5.15.21",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
Expand All @@ -96,19 +96,19 @@
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-themes": "^8.1.10",
"@storybook/manager-api": "^8.1.10",
"@storybook/addon-themes": "^8.1.11",
"@storybook/manager-api": "^8.1.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "0.2.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.1.5",
"embla-carousel-react": "^8.1.6",
"input-otp": "^1.2.4",
"jsonfile": "^6.1.0",
"lucide-react": "^0.396.0",
"postcss": "^8.4.38",
"lucide-react": "^0.400.0",
"postcss": "^8.4.39",
"react-day-picker": "^8.10.1",
"react-icons": "^5.2.1",
"storybook-dark-mode": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

0 comments on commit c479431

Please sign in to comment.