Skip to content

Commit cc80774

Browse files
authored
Merge pull request #431 from arduino/dependabot/npm_and_yarn/prettier-3.1.1
Bump prettier from 3.1.0 to 3.1.1
2 parents 7ae25d7 + f281520 commit cc80774

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"github-label-sync": "2.3.1",
1010
"markdown-link-check": "^3.11.2",
1111
"markdownlint-cli": "^0.37.0",
12-
"prettier": "^3.1.0"
12+
"prettier": "^3.1.1"
1313
},
1414
"dependencies": {
1515
"js-yaml": "^4.1.0"

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

Lines changed: 1 addition & 1 deletion
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@^3.1.0
37+
npm install --save-dev prettier@^3.1.1
3838
```
3939

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

0 commit comments

Comments
 (0)