From 4df3de70b5a64595091d054473b0031b9e911993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:19:23 +0000 Subject: [PATCH] Bump prettier from 2.3.0 to 2.3.1 in /packages/dashboard Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index f5c289fa..8965ef48 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -24,7 +24,7 @@ "ky": "0.25.1", "next": "10.2.0", "postcss": "8.2.14", - "prettier": "2.3.0", + "prettier": "2.3.1", "pretty-bytes": "5.6.0", "react": "17.0.2", "react-dom": "17.0.2",