Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency lint-staged to v14.0.1 #1617

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"graphql-tag": "2.12.6",
"husky": "8.0.3",
"lint-staged": "14.0.0",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"typescript": "5.1.6",
"webpack-bundle-analyzer": "4.9.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9265,9 +9265,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:14.0.0":
version: 14.0.0
resolution: "lint-staged@npm:14.0.0"
"lint-staged@npm:14.0.1":
version: 14.0.1
resolution: "lint-staged@npm:14.0.1"
dependencies:
chalk: 5.3.0
commander: 11.0.0
Expand All @@ -9281,7 +9281,7 @@ __metadata:
yaml: 2.3.1
bin:
lint-staged: bin/lint-staged.js
checksum: 7269cd21c15a7b5734a28775f879a91f6b59291bec9a897a1f2faae1cd8316dd50e19fd13207fb6798c705eb5371a25caee0e2dfd5932fbcd38ea5f8155f918c
checksum: 8c5d740cb3c90fab2d970fa6bbffe5ddf35ec66ed374a52caf3a3cf83d8f4d5fd01a949994822bce5ea18c0b8dc8fa4ce087ef886a8c11db674139a063cdfe4f
languageName: node
linkType: hard

Expand Down Expand Up @@ -11951,7 +11951,7 @@ __metadata:
graphql-tag: 2.12.6
history: 5.3.0
husky: 8.0.3
lint-staged: 14.0.0
lint-staged: 14.0.1
lodash: 4.17.21
luxon: 3.4.0
mini-css-extract-plugin: 2.7.6
Expand Down
Loading