testing-library / testing-playground

Simple and complete DOM testing playground that encourage good testing practices.
https://testing-playground.com
MIT License
783 stars 62 forks source link

chore(deps): revert parcel to 2.0.0-nightly.280 #324

Closed smeijer closed 3 years ago

smeijer commented 3 years ago

What: revert parcel to 2.0.0-nightly.280

Why: Parcel was updated as part of #310, but it broke build due to a conflicting postcss requirement

How:

npm i parcel@2.0.0-nightly.280

Checklist: