From ede768cd166df0024f6494e619f69d976348f5d7 Mon Sep 17 00:00:00 2001 From: Morgan Vernay Date: Thu, 18 Apr 2024 12:05:41 +0300 Subject: [PATCH] chore: atoms 1.0.30 --- packages/platform/atoms/package.json | 2 +- packages/platform/atoms/vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/platform/atoms/package.json b/packages/platform/atoms/package.json index cb0a3b9394cdea..4bac3b990c0869 100644 --- a/packages/platform/atoms/package.json +++ b/packages/platform/atoms/package.json @@ -4,7 +4,7 @@ "type": "module", "description": "Customizable UI components to integrate scheduling into your product.", "authors": "Cal.com, Inc.", - "version": "1.0.29", + "version": "1.0.30", "scripts": { "dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify --watch", "build": "yarn vite build && npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify", diff --git a/packages/platform/atoms/vite.config.ts b/packages/platform/atoms/vite.config.ts index 8d57b15e70189f..0b8d130cfd5563 100644 --- a/packages/platform/atoms/vite.config.ts +++ b/packages/platform/atoms/vite.config.ts @@ -28,7 +28,7 @@ export default defineConfig({ fileName: "cal-atoms", }, rollupOptions: { - external: ["react", "fs", "path", "os", "react-dom", "@calcom/lib", "@calcom/features"], + external: ["react", "fs", "path", "os", "react-dom"], output: { globals: { react: "React",