d4rkr00t / prosemirror-dev-tools

Developer Tools for ProseMirror
317 stars 37 forks source link

chore: update emotion packages to v11 #111

Closed ocavue closed 3 years ago

ocavue commented 3 years ago

@d4rkr00t First of all, thanks for developing this package. I can't do my daily ProseMirror development without this project.


Emotion v11 has been released 7 months ago. When using prosemirror-dev-tools in a project that has the latest version of Emotion, the package manager could be confused. This PR update Emotion packages in package.json

Check this link for more information about Emotion v11: https://emotion.sh/docs/emotion-11


Some other changes included in this PR:

  1. I can't run unmaintained Parcel v1 locally because the latest Babel is not compatible with Parcel v1. I can't run Parcel v2-beta either for some strange error. So I just changed Parcel to Vite, which is another tool that similar to Parcel.
  2. According to Vite's requirements, I changed the suffixes of all JSX files from .js to .jsx

These two changes should not affect the final packaged file.

d4rkr00t commented 3 years ago

Thank you! This is awesome! Merging :)

d4rkr00t commented 3 years ago

Released as 3.1.0