Skip to content

Commit 682bb24

Browse files
authored
Merge pull request #622 from arduino/dependabot/npm_and_yarn/prettier-plugin-toml-2.0.6
Bump prettier-plugin-toml from 2.0.5 to 2.0.6
2 parents 2bd9d13 + bdf7c20 commit 682bb24

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

package-lock.json

Lines changed: 7 additions & 8 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
@@ -10,7 +10,7 @@
1010
"markdown-link-check": "^3.13.7",
1111
"markdownlint-cli": "^0.45.0",
1212
"prettier": "^3.6.2",
13-
"prettier-plugin-toml": "^2.0.5"
13+
"prettier-plugin-toml": "^2.0.6"
1414
},
1515
"dependencies": {
1616
"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
@@ -107,7 +107,7 @@ If the project contains manually maintained [TOML](https://toml.io/) language fi
107107
Add the TOML support dependencies by running this command:
108108

109109
```text
110-
npm install --save-dev prettier-plugin-toml@^2.0.2
110+
npm install --save-dev prettier-plugin-toml@^2.0.6
111111
```
112112

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

0 commit comments

Comments
 (0)