From d1ca8b70b2f82587a6bd92fa46929efae3e6e2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 14:31:01 +0900 Subject: [PATCH] build(deps-dev): bump prettier from 2.0.5 to 2.1.1 (#28) Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.1.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.5...2.1.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a89bbfad..bc77ca25 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lint-staged": "^10.2.11", "nodemon": "^2.0.4", "postcss-preset-env": "^6.7.0", - "prettier": "^2.0.5", + "prettier": "^2.1.1", "tailwindcss": "^1.7.5", "ts-node": "^9.0.0", "typescript": "^4.0.2" diff --git a/yarn.lock b/yarn.lock index ee7c3573..9a7d6876 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7007,10 +7007,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4" - integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg== +prettier@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6" + integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw== pretty-hrtime@^1.0.3: version "1.0.3"