From 89c826f401a79acce7752ba27b371fcb83b6cee8 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:57:34 +0100 Subject: [PATCH] Update prettier version (#3471) Use latest to fix issues in #3376 --- .woodpecker/static.yaml | 2 +- docs/plugins/woodpecker-plugins/tsconfig.json | 4 ++-- docs/tsconfig.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/static.yaml b/.woodpecker/static.yaml index 80259c7b3..bc97b7f9a 100644 --- a/.woodpecker/static.yaml +++ b/.woodpecker/static.yaml @@ -23,7 +23,7 @@ steps: image: docker.io/woodpeckerci/plugin-prettier:0.1.0 depends_on: [] settings: - version: 3.2.4 + version: 3.2.5 - name: links image: lycheeverse/lychee:0.14.3 diff --git a/docs/plugins/woodpecker-plugins/tsconfig.json b/docs/plugins/woodpecker-plugins/tsconfig.json index 9b03611a8..cb5616fbc 100644 --- a/docs/plugins/woodpecker-plugins/tsconfig.json +++ b/docs/plugins/woodpecker-plugins/tsconfig.json @@ -18,6 +18,6 @@ "baseUrl": ".", "rootDir": "src", "pretty": true, - "noEmit": false, - }, + "noEmit": false + } } diff --git a/docs/tsconfig.json b/docs/tsconfig.json index bd12d9ee6..4541193ab 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -1,4 +1,4 @@ { "extends": "@docusaurus/tsconfig", - "include": ["src/"], + "include": ["src/"] }