Skip to content

Commit

Permalink
Merge pull request #157 from midday-ai/feature/dependencies-v30
Browse files Browse the repository at this point in the history
Feature/dependencies v30
  • Loading branch information
pontusab committed Jun 16, 2024
2 parents 82f0a84 + 11da10a commit f61c48f
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 28 deletions.
3 changes: 2 additions & 1 deletion apps/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
## Dashboard
## Dashboard
##
4 changes: 2 additions & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@midday/utils": "workspace:*",
"@novu/headless": "^0.24.2",
"@tanstack/react-table": "^8.17.3",
"@team-plain/typescript-sdk": "4.2.3",
"@team-plain/typescript-sdk": "4.5.0",
"@todesktop/client-active-win": "^0.15.0",
"@todesktop/client-core": "^1.6.0",
"@todesktop/runtime": "^1.6.3",
Expand All @@ -57,7 +57,7 @@
"react-colorful": "^5.6.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"react-hotkeys-hook": "^4.5.0",
"react-intersection-observer": "^9.10.3",
"react-markdown": "^9.0.1",
Expand Down
3 changes: 1 addition & 2 deletions apps/website/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
### Website
###
### Website
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@openstatus/react": "^0.0.3",
"@splinetool/react-spline": "2.2.6",
"@splinetool/runtime": "1.3.8",
"@team-plain/typescript-sdk": "4.2.3",
"@team-plain/typescript-sdk": "4.5.0",
"@uidotdev/usehooks": "^2.4.1",
"d3": "^7.9.0",
"date-fns": "^3.6.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 @@ -21,10 +21,10 @@
"dependencies": {
"@biomejs/biome": "1.8.1",
"@manypkg/cli": "^0.21.4",
"turbo": "1.13.3",
"turbo": "2.0.4",
"typescript": "^5.4.5"
},
"packageManager": "bun@1.1.12",
"packageManager": "bun@1.1.13",
"resolutions": {
"jackspeak": "2.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"supabase": "^1.176.10"
},
"devDependencies": {
"@supabase/supabase-js": "^2.43.4",
"@supabase/supabase-js": "^2.43.5",
"typescript": "^5.4.5"
},
"exports": {
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"build": "storybook build"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.7",
"@storybook/addon-links": "^8.1.7",
"@storybook/react-vite": "^8.1.7",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/addon-links": "^8.1.9",
"@storybook/react-vite": "^8.1.9",
"autoprefixer": "^10.4.19",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.7",
"storybook": "^8.1.9",
"typescript": "^5.4.5"
},
"exports": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"./cn": "./src/utils/cn.ts"
},
"dependencies": {
"@mui/icons-material": "^5.15.19",
"@mui/icons-material": "^5.15.20",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -98,16 +98,16 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-themes": "^8.1.7",
"@storybook/manager-api": "^8.1.7",
"@storybook/addon-themes": "^8.1.9",
"@storybook/manager-api": "^8.1.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "0.2.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.1.4",
"embla-carousel-react": "^8.1.5",
"input-otp": "^1.2.4",
"jsonfile": "^6.1.0",
"lucide-react": "^0.394.0",
"lucide-react": "^0.395.0",
"postcss": "^8.4.38",
"react-day-picker": "^8.10.1",
"react-icons": "^5.2.1",
Expand Down
49 changes: 39 additions & 10 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,44 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["**/.env"],
"pipeline": {
"tasks": {
"topo": {
"dependsOn": ["^topo"]
},
"build": {
"env": [
"SUPABASE_SERVICE_KEY",
"RESEND_API_KEY",
"LOOPS_ENDPOINT",
"LOOPS_API_KEY",
"GOCARDLESS_SECRET_ID",
"GOCARDLESS_SECRET_KEY",
"UPSTASH_REDIS_REST_URL",
"UPSTASH_REDIS_REST_TOKEN",
"NOVU_API_KEY",
"DUB_API_KEY",
"API_ROUTE_SECRET",
"GOOGLE_APPLICATION_CREDENTIALS",
"GOOGLE_APPLICATION_INVOICE_PROCESSOR_ID",
"GOOGLE_APPLICATION_EXPENSE_PROCESSOR_ID",
"TELLER_CERTIFICATE",
"TELLER_CERTIFICATE_PRIVATE_KEY",
"PLAID_CLIENT_ID",
"PLAID_SECRET",
"GITHUB_TOKEN",
"UNSUBSCRIBE_JWT_SECRET",
"UNSUBSCRIBE_JWT_ISSUER",
"PLAIN_API_KEY",
"BASELIME_SERVICE",
"BASELIME_API_KEY",
"OPENAI_API_KEY",
"MISTRAL_API_KEY",
"OPENPANEL_SECRET_KEY"
],
"inputs": [
"$TURBO_DEFAULT$",
".env"
],
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "next-env.d.ts", ".expo/**"]
},
Expand All @@ -16,28 +49,24 @@
"cache": false
},
"dev": {
"inputs": [
"$TURBO_DEFAULT$",
".env"
],
"persistent": true,
"cache": false
},
"jobs": {
"persistent": true,
"cache": false
},
"format": {
"outputMode": "new-only"
},
"format": {},
"lint": {
"dependsOn": ["^topo"]
},
"typecheck": {
"dependsOn": ["^topo"],
"outputs": ["node_modules/.cache/tsbuildinfo.json"]
},
"clean": {
"cache": false
},
"//#clean": {
"cache": false
}
}
}

0 comments on commit f61c48f

Please sign in to comment.