Skip to content

Commit cc06ad2

Browse files
author
Eugene Fabizhevskyi
committed
build(deps): bump prettier from 3.4.2 to 3.6.2
1 parent 6ba5445 commit cc06ad2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
default_install_hook_types: ["pre-commit", "pre-push"]
33
default_stages: ["pre-commit", "pre-push"]
4-
minimum_pre_commit_version: 2.18.0
4+
minimum_pre_commit_version: 4.0.0
55
repos:
66
# Linting
77
- repo: local
@@ -13,7 +13,7 @@ repos:
1313
types: [text]
1414
args: []
1515
# https://github.com/prettier/prettier/releases
16-
additional_dependencies: ["prettier@3.4.2"]
16+
additional_dependencies: ["prettier@3.6.2"]
1717
stages: ["pre-commit"]
1818
# Security
1919
- repo: https://github.com/Yelp/detect-secrets

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM primeimages/freepascal:3.2.0
1+
FROM primeimages/freepascal:3.2.2
22

33
COPY docker-entrypoint.sh /
44
RUN chmod +x /docker-entrypoint.sh

0 commit comments

Comments
 (0)