Skip to content

Commit 63f23d3

Browse files
authored
Merge pull request #322 from arduino/dependabot/npm_and_yarn/prettier-2.8.4
Bump prettier from 2.8.3 to 2.8.4
2 parents ba28d3e + f03295d commit 63f23d3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"github-label-sync": "2.2.0",
1010
"markdown-link-check": "^3.10.3",
1111
"markdownlint-cli": "^0.33.0",
12-
"prettier": "^2.8.3"
12+
"prettier": "^2.8.4"
1313
},
1414
"dependencies": {
1515
"js-yaml": "^4.1.0"

workflow-templates/check-prettier-formatting-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3434
Add the dependencies by running this command:
3535

3636
```text
37-
npm install --save-dev prettier@^2.8.3
37+
npm install --save-dev prettier@^2.8.4
3838
```
3939

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

0 commit comments

Comments
 (0)