Skip to content

Commit

Permalink
chore: lock down lint-staged to 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 23, 2023
1 parent 8317aa3 commit 77de22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"jest": "^29.0.0",
"jest-serializer-ansi-escapes": "^2.0.1",
"jest-watch-typeahead": "^2.0.0",
"lint-staged": "^13.0.0",
"lint-staged": "~13.2.0",
"prettier": "^2.3.2",
"typescript": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -4122,7 +4122,7 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

lint-staged@^13.0.0:
lint-staged@~13.2.0:
version "13.2.3"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.3.tgz#f899aad6c093473467e9c9e316e3c2d8a28f87a7"
integrity sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==
Expand Down

0 comments on commit 77de22d

Please sign in to comment.