diff --git a/package.json b/package.json index a9f4e25..45fd040 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ }, "devDependencies": { "typescript": "~4.0.0", - "static-type-assert": "3.0.1" + "static-type-assert": "4.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 95fab81..4dc976d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,36 +1,39 @@ +lockfileVersion: 5.3 + +specifiers: + static-type-assert: 4.0.1 + typescript: ~4.0.0 + typescript-logic: ^0.0.0 + dependencies: typescript-logic: 0.0.0 + devDependencies: - static-type-assert: 3.0.1_typescript@4.0.2 + static-type-assert: 4.0.1_typescript@4.0.2 typescript: 4.0.2 -lockfileVersion: 5.1 + packages: - /static-type-assert/3.0.1_typescript@4.0.2: + + /static-type-assert/4.0.1_typescript@4.0.2: + resolution: {integrity: sha512-/1o4BSVuM2L2Nnj3DC9XGvsY0rHLK0u1nNx2RjC45UysMjSPThreUVCorIt0xfiHap7MLE7domgclGhT6FUuhA==} + peerDependencies: + typescript: ~4.0.0 || ^3.0.0 dependencies: typescript: 4.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== + resolution: {integrity: sha512-zXFars5LUkI3zP492ls0VskH3TtdeHCqu0i7/duGt60i5IGPIpAHE/DWo5FqJ6EjQ15YKXrt+AETjv60Dat34Q==} + /typescript/4.0.2: - dev: true - engines: - node: '>=4.2.0' + resolution: {integrity: sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==} + engines: {node: '>=4.2.0'} hasBin: true - resolution: - integrity: sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== -specifiers: - static-type-assert: 3.0.1 - typescript: ~4.0.0 - typescript-logic: ^0.0.0 + dev: true