Sfoglia il codice sorgente

Bump prettier from 2.0.1 to 2.0.2 (#1135)

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.1...2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] 5 anni fa
parent
commit
595d3c8baf
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -12275,9 +12275,9 @@
       "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
     },
     "prettier": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.1.tgz",
-      "integrity": "sha512-piXGBcY1zoFOG0MvHpNE5reAGseLmaCRifQ/fmfF49BcYkInEs/naD/unxGNAeOKFA5+JxVrPyMvMlpzcd20UA==",
+      "version": "2.0.2",
+      "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.2.tgz",
+      "integrity": "sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==",
       "dev": true
     },
     "prettier-linter-helpers": {

+ 1 - 1
package.json

@@ -46,7 +46,7 @@
     "lint-staged": "10.0.8",
     "node-sass": "4.13.1",
     "pepjs": "0.5.2",
-    "prettier": "2.0.1",
+    "prettier": "2.0.2",
     "rewire": "5.0.0",
     "typescript": "3.8.3"
   },