From 3fce14e1c17c37548354a9dea413378b284f6fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 17:36:04 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- pnpm-lock.yaml | 46 ++++++++++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 0e5aea7..22ad6b4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/ksxnodemodules/typescript-logic#readme", "devDependencies": { - "typescript": "~4.0.0", + "typescript": "~5.0.0", "static-type-assert": "^3.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 047f4ee..77f3429 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,34 +1,36 @@ +lockfileVersion: 5.3 + +specifiers: + static-type-assert: ^3.0.1 + typescript: ~5.0.0 + devDependencies: - static-type-assert: 3.0.1_typescript@4.0.2 - typescript: 4.0.2 -lockfileVersion: 5.1 + static-type-assert: 3.0.1_typescript@5.0.2 + typescript: 5.0.2 + packages: - /static-type-assert/3.0.1_typescript@4.0.2: + + /static-type-assert/3.0.1_typescript@5.0.2: + resolution: {integrity: sha512-zMKAbDEqRbysJdAmO6fcylkbTa1GQ285xZZvTxbjxNficxF+zVdkwsozJqbVntKds0oZ40kLFkPYTi2JO3zOBA==} + peerDependencies: + typescript: ^3.0.3 dependencies: - typescript: 4.0.2 + typescript: 5.0.2 typescript-compare: 0.0.2 dev: true - peerDependencies: - typescript: ^3.0.3 - resolution: - integrity: sha512-zMKAbDEqRbysJdAmO6fcylkbTa1GQ285xZZvTxbjxNficxF+zVdkwsozJqbVntKds0oZ40kLFkPYTi2JO3zOBA== + /typescript-compare/0.0.2: + resolution: {integrity: sha512-8ja4j7pMHkfLJQO2/8tut7ub+J3Lw2S3061eJLFQcvs3tsmJKp8KG5NtpLn7KcY2w08edF74BSVN7qJS0U6oHA==} dependencies: typescript-logic: 0.0.0 dev: true - resolution: - integrity: sha512-8ja4j7pMHkfLJQO2/8tut7ub+J3Lw2S3061eJLFQcvs3tsmJKp8KG5NtpLn7KcY2w08edF74BSVN7qJS0U6oHA== + /typescript-logic/0.0.0: + resolution: {integrity: sha512-zXFars5LUkI3zP492ls0VskH3TtdeHCqu0i7/duGt60i5IGPIpAHE/DWo5FqJ6EjQ15YKXrt+AETjv60Dat34Q==} dev: true - resolution: - integrity: sha512-zXFars5LUkI3zP492ls0VskH3TtdeHCqu0i7/duGt60i5IGPIpAHE/DWo5FqJ6EjQ15YKXrt+AETjv60Dat34Q== - /typescript/4.0.2: - dev: true - engines: - node: '>=4.2.0' + + /typescript/5.0.2: + resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} + engines: {node: '>=12.20'} hasBin: true - resolution: - integrity: sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== -specifiers: - static-type-assert: ^3.0.1 - typescript: ~4.0.0 + dev: true