Skip to content

Commit

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

Bump prettier from 3.2.4 to 3.2.5
  • Loading branch information
per1234 authored Feb 6, 2024
2 parents f4f08aa + 58e4c62 commit 958cdab
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.2.4"
"prettier": "^3.2.5"
},
"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.2.4
npm install --save-dev prettier@^3.2.5
```

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

0 comments on commit 958cdab

Please sign in to comment.