From 7316e6d26480a9e4e79daaecb58034b17f636360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:02:19 +0000 Subject: [PATCH] chore(deps): update dependency @sindresorhus/tsconfig to v8 --- package.json | 2 +- packages/core-nft-crypto/package.json | 2 +- packages/nft-base-api/package.json | 2 +- packages/nft-base-crypto/package.json | 2 +- packages/nft-base-transactions/package.json | 2 +- packages/nft-examples/package.json | 2 +- packages/nft-exchange-api/package.json | 2 +- packages/nft-exchange-crypto/package.json | 2 +- packages/nft-exchange-transactions/package.json | 2 +- packages/nft-indexer-api/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 85a11b66..a5026f74 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.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/jest": "^27.0.0", diff --git a/packages/core-nft-crypto/package.json b/packages/core-nft-crypto/package.json index 432d9195..2ba96f83 100644 --- a/packages/core-nft-crypto/package.json +++ b/packages/core-nft-crypto/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@arkecosystem/core-test-framework": "^3.0.0", - "@sindresorhus/tsconfig": "~2.0.0", + "@sindresorhus/tsconfig": "~8.1.0", "@types/jest": "~27.0.0", "@types/node": "^16.0.0", "@types/rimraf": "^3.0.0", diff --git a/packages/nft-base-api/package.json b/packages/nft-base-api/package.json index 953a2fb7..dec91e93 100644 --- a/packages/nft-base-api/package.json +++ b/packages/nft-base-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.5", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1", diff --git a/packages/nft-base-crypto/package.json b/packages/nft-base-crypto/package.json index 2ac6c4ca..2423f1a0 100644 --- a/packages/nft-base-crypto/package.json +++ b/packages/nft-base-crypto/package.json @@ -51,7 +51,7 @@ "devDependencies": { "@arkecosystem/core-test-framework": "^3.0.0", "@protokol/sets": "^1.0.0-beta.0", - "@sindresorhus/tsconfig": "~2.0.0", + "@sindresorhus/tsconfig": "~8.1.0", "@types/jest": "~27.0.0", "@types/node": "^16.0.0", "@types/rimraf": "^3.0.0", diff --git a/packages/nft-base-transactions/package.json b/packages/nft-base-transactions/package.json index 0de5009d..80bb60e9 100644 --- a/packages/nft-base-transactions/package.json +++ b/packages/nft-base-transactions/package.json @@ -54,7 +54,7 @@ "@arkecosystem/core-test-framework": "^3.0.0", "@arkecosystem/core-transaction-pool": "^3.0.0", "@protokol/sets": "^1.0.0-beta.0", - "@sindresorhus/tsconfig": "~2.0.0", + "@sindresorhus/tsconfig": "~8.1.0", "@types/eslint": "^7.2.5", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__joi": "17.1.7", diff --git a/packages/nft-examples/package.json b/packages/nft-examples/package.json index fe7c42f7..32ca1bab 100644 --- a/packages/nft-examples/package.json +++ b/packages/nft-examples/package.json @@ -40,7 +40,7 @@ "@protokol/nft-exchange-crypto": "workspace:packages/nft-exchange-crypto" }, "devDependencies": { - "@sindresorhus/tsconfig": "~2.0.0", + "@sindresorhus/tsconfig": "~8.1.0", "@types/node": "^16.0.0", "@types/rimraf": "^3.0.0", "rimraf": "^3.0.2", diff --git a/packages/nft-exchange-api/package.json b/packages/nft-exchange-api/package.json index a7df4ac3..6ae992d0 100644 --- a/packages/nft-exchange-api/package.json +++ b/packages/nft-exchange-api/package.json @@ -62,7 +62,7 @@ "@protokol/nft-base-crypto": "workspace:packages/nft-base-crypto", "@protokol/nft-base-transactions": "workspace:packages/nft-base-transactions", "@protokol/nft-exchange-crypto": "workspace:packages/nft-exchange-crypto", - "@sindresorhus/tsconfig": "^2.0.0", + "@sindresorhus/tsconfig": "^8.0.0", "@types/eslint": "^7.2.5", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1", diff --git a/packages/nft-exchange-crypto/package.json b/packages/nft-exchange-crypto/package.json index 3c91a8ca..38d654a0 100644 --- a/packages/nft-exchange-crypto/package.json +++ b/packages/nft-exchange-crypto/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@arkecosystem/core-test-framework": "^3.0.0", - "@sindresorhus/tsconfig": "~2.0.0", + "@sindresorhus/tsconfig": "~8.1.0", "@types/jest": "~27.0.0", "@types/node": "^16.0.0", "@types/rimraf": "^3.0.0", diff --git a/packages/nft-exchange-transactions/package.json b/packages/nft-exchange-transactions/package.json index 96891938..323773a3 100644 --- a/packages/nft-exchange-transactions/package.json +++ b/packages/nft-exchange-transactions/package.json @@ -55,7 +55,7 @@ "@arkecosystem/core-kernel": "^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.5", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__joi": "17.1.7", diff --git a/packages/nft-indexer-api/package.json b/packages/nft-indexer-api/package.json index 63f647c0..4c90f4bb 100644 --- a/packages/nft-indexer-api/package.json +++ b/packages/nft-indexer-api/package.json @@ -66,7 +66,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.5", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1",