Skip to content

Commit 1240a56

Browse files
authored
Merge pull request #691 from arduino/dependabot/npm_and_yarn/prettier-3.7.1
Bump prettier from 3.6.2 to 3.7.1
2 parents bcc535c + 58315a6 commit 1240a56

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": "3.0.0",
1010
"markdown-link-check": "^3.14.2",
1111
"markdownlint-cli": "^0.46.0",
12-
"prettier": "^3.6.2",
12+
"prettier": "^3.7.1",
1313
"prettier-plugin-toml": "^2.0.6"
1414
},
1515
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5757
Add the dependencies by running this command:
5858

5959
```text
60-
npm install --save-dev prettier@^3.6.2
60+
npm install --save-dev prettier@^3.7.1
6161
```
6262

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

0 commit comments

Comments
 (0)