Skip to content

Commit

Permalink
Revert "fix: use design tokens v1.0.0 for theme and packages-playgrou…
Browse files Browse the repository at this point in the history
…nd to fix the failing build"

This reverts commit 18ecf77.
  • Loading branch information
ahmadshaheer committed Oct 22, 2024
1 parent 18ecf77 commit 8dda8b3
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": "1.0.0",
"@signozhq/design-tokens": "latest",
"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": "1.0.0",
"@signozhq/design-tokens": "latest",
"@types/react": "^18.3.8",
"react": "^18.2.0"
},
Expand Down

0 comments on commit 8dda8b3

Please sign in to comment.