From 18ecf77fa2ecfaa32b8e19641b5b0f2459774675 Mon Sep 17 00:00:00 2001 From: ahmadshaheer Date: Sun, 20 Oct 2024 20:37:14 +0430 Subject: [PATCH] fix: use design tokens v1.0.0 for theme and packages-playground to fix the failing build --- apps/packages-playground/package.json | 2 +- packages/theme/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/packages-playground/package.json b/apps/packages-playground/package.json index b413ccb..ce00b11 100644 --- a/apps/packages-playground/package.json +++ b/apps/packages-playground/package.json @@ -13,7 +13,7 @@ "dependencies": { "@signozhq/button": "workspace:*", "@signozhq/theme": "workspace:*", - "@signozhq/design-tokens": "latest", + "@signozhq/design-tokens": "1.0.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/packages/theme/package.json b/packages/theme/package.json index 77206a6..ed908e4 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -12,7 +12,7 @@ "dev": "vite build --watch" }, "dependencies": { - "@signozhq/design-tokens": "latest", + "@signozhq/design-tokens": "1.0.0", "@types/react": "^18.3.8", "react": "^18.2.0" },