Skip to content

Commit a88737d

Browse files
Dependencies(deps-dev): Bump prettier from 2.3.1 to 2.3.2 (#366)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 307da84 commit a88737d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-standard": "^5.0.0",
5959
"husky": "^6.0.0",
6060
"lint-staged": ">=11",
61-
"prettier": "^2.3.1",
61+
"prettier": "^2.3.2",
6262
"typescript": "^4.3.4"
6363
},
6464
"lint-staged": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7512,10 +7512,10 @@ prettier-linter-helpers@^1.0.0:
75127512
dependencies:
75137513
fast-diff "^1.1.2"
75147514

7515-
prettier@^2.3.1:
7516-
version "2.3.1"
7517-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
7518-
integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==
7515+
prettier@^2.3.2:
7516+
version "2.3.2"
7517+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
7518+
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
75197519

75207520
pretty-error@^3.0.4:
75217521
version "3.0.4"

0 commit comments

Comments
 (0)