Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Aug 30, 2024
1 parent 8a047be commit 50da42e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/red-keys-smile.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
### ShowMore

- migrate to TailwindCSS, `material-ui@4` is no longer required for this package
- make `@toptal/picasso-tailwind-merge` a peer dependency
- update peer dependencies
1 change: 1 addition & 0 deletions packages/base/ShowMore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"**/styles.js"
],
"peerDependencies": {
"@toptal/picasso-tailwind": ">=2.7",
"@toptal/picasso-tailwind-merge": "^2.0.0",
"react": ">=16.12.0 < 19.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/base/ShowMore/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": { "outDir": "dist-package" },
"include": ["src"],
"references": [
{ "path": "../../picasso-tailwind" },
{ "path": "../../picasso-tailwind-merge" },
{ "path": "../Button" },
{ "path": "../Icons" },
Expand Down

0 comments on commit 50da42e

Please sign in to comment.