Skip to content

Commit

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

Bump prettier from 2.8.8 to 3.0.0
  • Loading branch information
per1234 committed Jul 6, 2023
2 parents 96c16ea + 1b30c57 commit 1afbf18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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.35.0",
"prettier": "^2.8.8"
"prettier": "^3.0.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@^2.8.8
npm install --save-dev prettier@^3.0.0
```

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

0 comments on commit 1afbf18

Please sign in to comment.