Skip to content

Commit

Permalink
Merge pull request #416 from arduino/dependabot/npm_and_yarn/prettier…
Browse files Browse the repository at this point in the history
…-3.1.0

Bump prettier from 3.0.3 to 3.1.0
  • Loading branch information
per1234 committed Nov 14, 2023
2 parents 6671699 + 168bf06 commit 98c5a4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -9,7 +9,7 @@
"github-label-sync": "2.3.1",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.37.0",
"prettier": "^3.0.3"
"prettier": "^3.1.0"
},
"dependencies": {
"js-yaml": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-prettier-formatting-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
Add the dependencies by running this command:

```text
npm install --save-dev prettier@^3.0.3
npm install --save-dev prettier@^3.1.0
```

Commit the resulting changes to the `package.json` and `package-lock.json` files.
Expand Down

0 comments on commit 98c5a4b

Please sign in to comment.