From 3d706bcfa9626843a08685ff5b981a270e8c2161 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Thu, 10 Jul 2025 15:14:48 +0100 Subject: [PATCH] Update prettier in pre-commit config to match package.json --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1655876506..f2a15919ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: types_or: [css, scss, javascript, ts, tsx, json, yaml] additional_dependencies: # Keep in sync with package.json - - prettier@3.1.0 + - prettier@3.3.3 - repo: https://github.com/pre-commit/mirrors-eslint rev: v8.56.0 hooks: