From ecc49ab77eb5eb61860838bc62e4929e489e1559 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 5 Jul 2023 20:37:04 +0200 Subject: [PATCH] chore(deps): update dependency prettier to v3 (#208) Reviewed-on: https://gitea.rknet.org/docker/alpine-tools/pulls/208 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index 726e1a8..c36153a 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -23,7 +23,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.5}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.4}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.8.8}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.0.0}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.1.1}" # renovate: datasource=npm depName=js-beautify