diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-06-21 12:07:35 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-06-21 12:36:03 -0500 |
commit | 55a5ced463ef8bc465476247cee5cc458a6b2355 (patch) | |
tree | 6101b6c99ba91ee08018362779d5f8b306d42493 /package.json | |
parent | 76f49de4e772c4101bcb8df801ad9b7a78adcea7 (diff) | |
download | gitlab-ce-55a5ced463ef8bc465476247cee5cc458a6b2355.tar.gz |
Upgrade prettier to latest (v1.18.2)
Upgrades prettier to the latest version, and auto-corrects files with
yarn prettier-all-save
The diffs all seem to stem from formatting changes in brackets within
template literals. Nothing major.
Relevant changelogs here:
https://prettier.io/blog/2019/04/12/1.17.0.html
https://prettier.io/blog/2019/06/06/1.18.0.html
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 38b07610296..54998cc81dd 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "nodemon": "^1.18.9", "pixelmatch": "^4.0.2", "postcss": "^7.0.14", - "prettier": "1.16.4", + "prettier": "1.18.2", "stylelint": "^9.10.1", "stylelint-config-recommended": "^2.1.0", "stylelint-scss": "^3.5.4", |