From 20ff6b1a1d9389f58f0cb9ba0715c47e2ed627e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 04:20:26 +0000 Subject: [PATCH] chore(deps): update dependency type-coverage to ^2.28.1 --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 860e8e25..c0a61819 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react-router-dom": "^6.20.1", "sirv-cli": "^2.0.2", "size-limit": "^11.0.1", - "type-coverage": "^2.27.0", + "type-coverage": "^2.28.1", "typescript": "^5.3.3", "unplugin-auto-import": "^0.17.2", "vitest": "^1.0.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64872885..9e394955 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -77,8 +77,8 @@ devDependencies: specifier: ^11.0.1 version: 11.0.1 type-coverage: - specifier: ^2.27.0 - version: 2.27.0(typescript@5.3.3) + specifier: ^2.28.1 + version: 2.28.1(typescript@5.3.3) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -18821,8 +18821,8 @@ packages: prelude-ls: 1.2.1 dev: true - /type-coverage-core@2.26.3(typescript@5.3.3): - resolution: {integrity: sha512-rzNdW/tClHJvsUiy787b/UX53bNh1Dn7A5KqZDQjkL3j7iKFv/KnTolxDBBgTPcK4Zn9Ab7WLrik7cXw2oZZqw==} + /type-coverage-core@2.28.1(typescript@5.3.3): + resolution: {integrity: sha512-NniLJtLiDg0+dhrf/9ACGwi3OAhIfvd20f1CB0yxIUBMECwmJp7e7me3lM8djkrDBJtqSY+uXA6PRs+yv3HTnA==} peerDependencies: typescript: 2 || 3 || 4 || 5 dependencies: @@ -18834,12 +18834,12 @@ packages: typescript: 5.3.3 dev: true - /type-coverage@2.27.0(typescript@5.3.3): - resolution: {integrity: sha512-Gs4HcUPrZ+Z7De/eqZfw60SOEjzN30CI94p/2luye0IUI1y9TsWVOkchrqArR3khpN+ACXXQyxsiqH0FdoN48Q==} + /type-coverage@2.28.1(typescript@5.3.3): + resolution: {integrity: sha512-nFpCkjyDPA+QeA0aRp3mVJ/XccounJ0Ls5IXVlCKI3XCQPzO3QFUl5zjFnmulw8hWe+r9u9EFjDsAxp8PnLMvQ==} hasBin: true dependencies: minimist: 1.2.8 - type-coverage-core: 2.26.3(typescript@5.3.3) + type-coverage-core: 2.28.1(typescript@5.3.3) transitivePeerDependencies: - typescript dev: true