Skip to content

Commit

Permalink
fix: use design tokens v1.0.0 for theme and packages-playground to fi…
Browse files Browse the repository at this point in the history
…x the failing build
  • Loading branch information
ahmadshaheer committed Oct 20, 2024
1 parent d67cf23 commit 18ecf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/packages-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 18ecf77

Please sign in to comment.