From ac6a1a070b9de91da97ac69160fb6a8fa35cb5bc Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 27 Nov 2024 06:51:08 -0800 Subject: [PATCH] Update `prettier` version in template installation docs This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with. --- workflow-templates/check-prettier-formatting-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/check-prettier-formatting-task.md b/workflow-templates/check-prettier-formatting-task.md index 48cc5bd6..18da3a20 100644 --- a/workflow-templates/check-prettier-formatting-task.md +++ b/workflow-templates/check-prettier-formatting-task.md @@ -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@^3.4.0 +npm install --save-dev prettier@^3.4.1 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.