Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Oct 9, 2024
1 parent 66a0da0 commit 128f618
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 5,646 deletions.
1 change: 1 addition & 0 deletions apps/api/v1/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const nextConfig = {
"@calcom/app-store",
"@calcom/core",
"@calcom/dayjs",
"@calcom/di",
"@calcom/emails",
"@calcom/features",
"@calcom/lib",
Expand Down
1 change: 1 addition & 0 deletions apps/storybook/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const nextConfig = {
transpilePackages: [
"@calcom/app-store",
"@calcom/dayjs",
"@calcom/di",
"@calcom/emails",
"@calcom/trpc",
"@calcom/embed-core",
Expand Down
1 change: 1 addition & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ const nextConfig = {
"@calcom/app-store",
"@calcom/core",
"@calcom/dayjs",
"@calcom/di",
"@calcom/emails",
"@calcom/embed-core",
"@calcom/embed-react",
Expand Down
3 changes: 2 additions & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"inversify": "^6.0.2"
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.2"
}
}
1 change: 1 addition & 0 deletions packages/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"main": "index.ts",
"dependencies": {
"@calcom/dayjs": "*",
"@calcom/di": "*",
"@calcom/lib": "*",
"@calcom/trpc": "*",
"@calcom/ui": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/platform/atoms/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig(({ mode }) => {
"@calcom/features",
"@calcom/prisma",
"@calcom/dayjs",
"@calcom/di",
"@calcom/platform-constants",
"@calcom/platform-types",
"@calcom/platform-utils",
Expand Down
Loading

0 comments on commit 128f618

Please sign in to comment.