From f8f29b3b1669eca372466925c255d8226f2f77ca Mon Sep 17 00:00:00 2001 From: Sekwah Date: Sat, 16 Dec 2023 18:56:02 +0000 Subject: [PATCH] chore: fix pre-commit config --- .pre-commit-config.yaml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3408afc2..e317b54e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com for more information repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,12 +11,12 @@ repos: - id: check-case-conflict - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.5.4 hooks: - id: remove-crlf - repo: https://github.com/pre-commit/mirrors-prettier - rev: "" # Use the sha or tag you want to point at + rev: "v2.7.1" # Use the sha or tag you want to point at hooks: - id: prettier exclude: ^CHANGELOG\.md$ diff --git a/package.json b/package.json index 2767f627..fe0c7572 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "husky": "^4.3.8", "lerna": "^7.3.0", "lint-staged": "^10.5.4", - "prettier": "^2.8.8", + "prettier": "2.7.1", "rimraf": "^3.0.2", "rollup": "^2.79.1", "rollup-plugin-typescript2": "^0.27.3",