Skip to content

Commit

Permalink
chore(deps): update dependency type-coverage to ^2.29.0 (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 6fe27c2 commit 361dc63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^18.19.33",
"@types/prettier": "^2.7.3",
"patch-package": "^6.5.1",
"type-coverage": "^2.28.2",
"type-coverage": "^2.29.0",
"typescript": "^4.9.5",
"yarn-deduplicate": "^6.0.2"
},
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3179,7 +3179,7 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
Expand Down Expand Up @@ -9846,11 +9846,12 @@ type-coverage-core@^2.28.1:
tslib "1 || 2"
tsutils "3"

type-coverage@^2.28.2:
version "2.28.2"
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.28.2.tgz#de7bedc8ed745444f89e048771c5f4011dac6eb5"
integrity sha512-mTANnzAeuH7ldrg0fzPnhh+aCCSVAO7V7hlBoVg4XxuUtQyD3ogir/R7Z6Q7W0H1JREtDIY4I91SGHAgEPi6Bw==
type-coverage@^2.29.0:
version "2.29.0"
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.29.0.tgz#18549f7f6ab1aea7f1b13297325369a47212594c"
integrity sha512-1YGnQo6kK7cq8PwPoW27EnyKsvpzM7pPPo7bcS4u/7Sb4zs0WX1rGBm1eou3ZHslu56AsmPt/pgIuhCgN1EriQ==
dependencies:
chalk "4.1.2"
minimist "1"
type-coverage-core "^2.28.1"

Expand Down

0 comments on commit 361dc63

Please sign in to comment.