From 7af94fa56bacb058df2dd8e971aec23217016674 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 00:24:38 +0000 Subject: [PATCH] Bump prettier from 2.0.0 to 2.0.1 in /web Bumps [prettier](https://github.com/prettier/prettier) from 2.0.0 to 2.0.1. - [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.0...2.0.1) Signed-off-by: dependabot-preview[bot] --- web/package-lock.json | Bin 701858 -> 701858 bytes web/package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package-lock.json b/web/package-lock.json index 96b1d13a7ff0c4dd3bf3cf46c22e639792969305..3876cd2e0b4abe56bdfd792aac6041e9b049df44 100644 GIT binary patch delta 152 zcmZ4VT5Hj3t%erH7N!>F7M2#)7Pc+yXO>Kx%xECaqQl*0-#Bix;mBMqza z-Td7Re9Jrv{9H|oQXSokQ+;w1or5yd0`=2!)7(rffvU1S^IVJd^AcV3OYF7M2#)7Pc+yXO>JCxW{5N{ofLHiRofSoXTNko~EV&&f4y7 zKK@}P1?5FXDVc`3kr`fY#%5*O*;OT8`DGTx6~>Oag-K~Cj@m{p8TnNeN!rG#h8ZF0 z`C*nhl^JzG*2t5OV-A=k`rYxjyg% E0C5;MNB{r; diff --git a/web/package.json b/web/package.json index 86c3ee8b5..d76e1efdd 100644 --- a/web/package.json +++ b/web/package.json @@ -63,6 +63,6 @@ "eslint-plugin-prettier": "^3.1.2", "husky": "^4.2.3", "lint-staged": "^10.0.8", - "prettier": "^2.0.0" + "prettier": "^2.0.1" } }