Skip to content

Commit

Permalink
chore: fix pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 16, 2023
1 parent 6442717 commit f8f29b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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$
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f8f29b3

Please sign in to comment.