Skip to content

Commit

Permalink
Fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed May 14, 2024
1 parent f3d9752 commit 6889e5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8382,11 +8382,11 @@ __metadata:
eslint-plugin-sort-destructure-keys: "npm:^1.5.0"
eslint-plugin-tsdoc: "npm:^0.2.17"
eslint-plugin-unicorn: "npm:^48.0.0"
husky: "npm:>=7"
husky: "npm:^9.0.11"
import-sort-parser-typescript: "npm:^6.0.0"
import-sort-style-module: "npm:^6.0.0"
jest: "npm:^29.6.2"
lint-staged: "npm:>=10"
lint-staged: "npm:^15.2.2"
npm-run-all: "npm:^4.1.5"
prettier: "npm:^3.2.5"
prettier-plugin-import-sort: "npm:^0.0.7"
Expand Down Expand Up @@ -13927,7 +13927,7 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:>=7":
"husky@npm:^9.0.11":
version: 9.0.11
resolution: "husky@npm:9.0.11"
bin:
Expand Down Expand Up @@ -16099,7 +16099,7 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:>=10":
"lint-staged@npm:^15.2.2":
version: 15.2.2
resolution: "lint-staged@npm:15.2.2"
dependencies:
Expand Down

0 comments on commit 6889e5b

Please sign in to comment.