From 33e35c4030dc335198e62c58f727999cfca406b1 Mon Sep 17 00:00:00 2001 From: AlexandrHoroshih Date: Thu, 12 Oct 2023 22:50:16 +0700 Subject: [PATCH] use the same TS version, which is used for effector --- package.json | 2 +- pnpm-lock.yaml | 10 ++++++++-- tsconfig.json | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23833bdc..30002262 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "regenerator-runtime": "^0.13.11", "rollup": "^2.79.1", "tsd": "^0.13.1", - "typescript": "4.7.4", + "typescript": "5.2.2", "zx": "^7.1.1" }, "packageManager": "pnpm@7.9.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0ed6b2fd..3e9c900d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ specifiers: rollup: ^2.79.1 svelte: ^3.54.0 tsd: ^0.13.1 - typescript: 4.7.4 + typescript: 5.2.2 zx: ^7.1.1 optionalDependencies: @@ -59,7 +59,7 @@ devDependencies: regenerator-runtime: 0.13.11 rollup: 2.79.1 tsd: 0.13.1 - typescript: 4.7.4 + typescript: 5.2.2 zx: 7.1.1 packages: @@ -5458,6 +5458,12 @@ packages: hasBin: true dev: true + /typescript/5.2.2: + resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + /unicode-canonical-property-names-ecmascript/2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} diff --git a/tsconfig.json b/tsconfig.json index 3f0a301b..783137cf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,7 @@ "sourceMap": true, "strict": true, "strictNullChecks": true, + "skipLibCheck": true, "suppressImplicitAnyIndexErrors": true, "target": "es2016", "types": ["jest", "node"]