Skip to content

Commit

Permalink
build(deps): bump prettier from 2.2.1 to 2.3.0 (#124)
Browse files Browse the repository at this point in the history
* build(deps): bump prettier from 2.2.1 to 2.3.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.2.1...2.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* build: set exact version of Prettier in lockfile

The reason:

From https://prettier.io/blog/2021/05/09/2.3.0.html

> And just a reminder, when Prettier is installed or updated, it’s
> strongly recommended to specify the exact version in package.json:
> "2.3.0", not "^2.3.0".

From https://prettier.io/docs/en/install.html#summary

> Install an exact version of Prettier locally in your project. This
> makes sure that everyone in the project gets the exact same version of
> Prettier. Even a patch release of Prettier can result in slightly
> different formatting, so you wouldn’t want different team members
> using different versions and formatting each other’s changes back and
> forth.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrChocolatine <[email protected]>
  • Loading branch information
dependabot[bot] and MrChocolatine authored May 19, 2021
1 parent 0c60170 commit 1eefa10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"marked": "^2.0.3",
"mdextract": "^1.0.0",
"minimist": "^1.2.0",
"prettier": "^2.2.1",
"prettier": "2.3.0",
"pug": "^3.0.2",
"read-input": "^0.3.0"
},
Expand Down

0 comments on commit 1eefa10

Please sign in to comment.