Skip to content

Commit

Permalink
Bump prettier from 3.0.3 to 3.1.0 (#1293)
Browse files Browse the repository at this point in the history
* Bump prettier from 3.0.3 to 3.1.0

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Nov 15, 2023
1 parent 4815552 commit 5fd5e8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -75,7 +75,7 @@
"licensee": "10.0.0",
"markdownlint-cli": "0.37.0",
"nve": "17.0.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"publint": "0.2.4",
"rollup": "4.4.0",
"shescape-previous": "npm:[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions script/fuzz.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ function logDetails(shell, target, time) {
shell === false
? "no shell"
: shell === true
? "the default system shell"
: `${shell}`,
? "the default system shell"
: `${shell}`,
"targeting",
target,
"\n",
Expand Down

0 comments on commit 5fd5e8a

Please sign in to comment.