shellscape / jsx-email

Build emails with a delightful DX
https://jsx.email
MIT License
991 stars 33 forks source link

Old tailwind version makes peer dependency issues with recent versions of TypeScript #66

Closed osdiab closed 11 months ago

osdiab commented 11 months ago

Expected Behavior / Situation

low pri, but i'd expect no peer dep issues with typescript@5.2.2.

Actual Behavior / Situation

on pnpm install

 WARN  Issues with peer dependencies found
libs/email-templates
└─┬ @jsx-email/tailwind 3.0.0
  ├─┬ @twind/core 1.1.3
  │ └── ✕ unmet peer typescript@^4.8.4: found 5.2.2
  ├─┬ @twind/preset-autoprefix 1.0.7
  │ └── ✕ unmet peer typescript@^4.8.4: found 5.2.2
  └─┬ @twind/preset-tailwind 1.1.4
    └── ✕ unmet peer typescript@^4.8.4: found 5.2.2

Modification Proposal

bump twind version to get rid of these issues

osdiab commented 11 months ago

nevermind, this is an upstream issue. https://github.com/tw-in-js/twind/blob/66731393f0a26e940a7136a7b0347bc846ed62d6/packages/core/package.json#L49