Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonyork committed Mar 3, 2025
1 parent 43a9cd7 commit 7abd5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN apt-get update \

# Prettier for formatting
# renovate: datasource=npm depName=prettier
ARG PRETTIER_VERSION=3.5.2
ARG PRETTIER_VERSION=3.5.3
ENV PRETTIER_VERSION=${PRETTIER_VERSION}
RUN npm install --global prettier@${PRETTIER_VERSION}

Expand Down

0 comments on commit 7abd5fa

Please sign in to comment.