diff --git a/package.json b/package.json index 3014595a..d5e87d66 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@arkecosystem/core-cli": "^3.0.0" }, "devDependencies": { - "@sindresorhus/tsconfig": "^2.0.0", + "@sindresorhus/tsconfig": "^8.0.0", "@types/eslint": "^7.2.10", "@types/eslint-plugin-prettier": "^3.1.0", "@types/jest": "^27.0.0", diff --git a/packages/guardian-api/package.json b/packages/guardian-api/package.json index f666a1a3..57ec2137 100644 --- a/packages/guardian-api/package.json +++ b/packages/guardian-api/package.json @@ -59,7 +59,7 @@ "@arkecosystem/core-test-framework": "^3.0.0", "@arkecosystem/core-transaction-pool": "^3.0.0", "@arkecosystem/core-transactions": "^3.0.0", - "@sindresorhus/tsconfig": "^2.0.0", + "@sindresorhus/tsconfig": "^8.0.0", "@types/eslint": "^7.2.10", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1", diff --git a/packages/guardian-crypto/package.json b/packages/guardian-crypto/package.json index 602f1cfa..a925a2c4 100644 --- a/packages/guardian-crypto/package.json +++ b/packages/guardian-crypto/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@arkecosystem/core-test-framework": "^3.0.0", - "@sindresorhus/tsconfig": "~2.0.0", + "@sindresorhus/tsconfig": "~8.1.0", "@types/jest": "~27.5.0", "codecov": "^3.8.1", "cross-env": "^7.0.2", diff --git a/packages/guardian-transactions/package.json b/packages/guardian-transactions/package.json index 645653b8..5786b486 100644 --- a/packages/guardian-transactions/package.json +++ b/packages/guardian-transactions/package.json @@ -54,7 +54,7 @@ "@arkecosystem/core-state": "^3.0.0", "@arkecosystem/core-test-framework": "^3.0.0", "@arkecosystem/core-transaction-pool": "^3.0.0", - "@sindresorhus/tsconfig": "~2.0.0", + "@sindresorhus/tsconfig": "~8.1.0", "@types/eslint": "^7.2.10", "@types/eslint-plugin-prettier": "^3.1.0", "@types/jest": "^27.0.0",