Bug 1620556 - Update Prettier to 1.19.1. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D66129

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ed Lee 2020-03-13 23:39:00 +00:00
parent acb960676c
commit 8a70e001ee
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1704,9 +1704,9 @@
"dev": true
},
"prettier": {
"version": "1.18.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz",
"integrity": "sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==",
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true
},
"prettier-linter-helpers": {

View File

@ -21,7 +21,7 @@
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
"prettier": "1.18.2",
"prettier": "1.19.1",
"yarn": "1.22.0"
},
"notes(private)": "We don't want to publish to npm, so this is marked as private",