IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

chore: upgrade prettier package version #2299

Closed jfmcquade closed 2 months ago

jfmcquade commented 2 months ago

PR Checklist

Description

Upgrade the version of the prettier package. This resolves an issue wh (see changelog).

Testing

Recreating the issue

Either on the master branch, or on this PR branch before running yarn install, run yarn prettier --write src/theme/themes/pfr.scss to run prettier on the pfr.scss file. In source control, you should see that an additional comma has been added at the end of the commented out line 51.

Testing the resolution

Now with this PR branch checked out, run yarn install to update your prettier version, then run yarn prettier --write src/theme/themes/pfr.scss again. No changes should be made to the file.

Git Issues

Closes #