From 032567142f22034a75da254ea94a6fe1c66ba302 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:06:45 +0000 Subject: [PATCH] chore(deps): update jest monorepo to v29 --- package.json | 6 +++--- packages/guardian-api/package.json | 6 +++--- packages/guardian-crypto/package.json | 6 +++--- packages/guardian-transactions/package.json | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 5946dc1d..b4dbcad6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@sindresorhus/tsconfig": "^2.0.0", "@types/eslint": "^7.2.10", "@types/eslint-plugin-prettier": "^3.1.0", - "@types/jest": "^27.0.0", + "@types/jest": "^29.0.0", "@types/prettier": "^2.0.2", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", @@ -58,12 +58,12 @@ "eslint-plugin-jest": "^25.0.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0", - "jest": "^27.0.1", + "jest": "^29.0.0", "jest-extended": "^1.0.0", "npm-check-updates": "^12.0.0", "prettier": "^2.0.5", "rimraf": "^3.0.2", - "ts-jest": "~27.1.0", + "ts-jest": "~29.2.0", "typescript": "~4.5.0" }, "dependenciesMeta": { diff --git a/packages/guardian-api/package.json b/packages/guardian-api/package.json index f666a1a3..98d82c33 100644 --- a/packages/guardian-api/package.json +++ b/packages/guardian-api/package.json @@ -64,7 +64,7 @@ "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1", "@types/hapi__joi": "^17.1.6", - "@types/jest": "^27.0.0", + "@types/jest": "^29.0.0", "@types/prettier": "^2.1.5", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", @@ -75,11 +75,11 @@ "eslint-plugin-jest": "^25.0.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0", - "jest": "^27.0.0", + "jest": "^29.0.0", "jest-extended": "^1.0.0", "prettier": "^2.1.2", "rimraf": "^3.0.2", - "ts-jest": "~27.1.0", + "ts-jest": "~29.2.0", "typedoc": "~0.22.0", "typescript": "~4.5.0" }, diff --git a/packages/guardian-crypto/package.json b/packages/guardian-crypto/package.json index 602f1cfa..8c22424b 100644 --- a/packages/guardian-crypto/package.json +++ b/packages/guardian-crypto/package.json @@ -50,13 +50,13 @@ "devDependencies": { "@arkecosystem/core-test-framework": "^3.0.0", "@sindresorhus/tsconfig": "~2.0.0", - "@types/jest": "~27.5.0", + "@types/jest": "~29.5.0", "codecov": "^3.8.1", "cross-env": "^7.0.2", - "jest": "~27.5.0", + "jest": "~29.7.0", "jest-extended": "1.2.1", "rimraf": "^3.0.2", - "ts-jest": "~27.1.0", + "ts-jest": "~29.2.0", "typedoc": "~0.22.0", "typescript": "~4.5.0", "util": "^0.12.3" diff --git a/packages/guardian-transactions/package.json b/packages/guardian-transactions/package.json index 645653b8..f0a706ef 100644 --- a/packages/guardian-transactions/package.json +++ b/packages/guardian-transactions/package.json @@ -57,17 +57,17 @@ "@sindresorhus/tsconfig": "~2.0.0", "@types/eslint": "^7.2.10", "@types/eslint-plugin-prettier": "^3.1.0", - "@types/jest": "^27.0.0", + "@types/jest": "^29.0.0", "@types/prettier": "^2.1.5", "bip39": "3.0.4", "codecov": "^3.8.1", "eslint": "^7.32.0", "eslint-plugin-prettier": "^4.0.0", - "jest": "~27.5.0", + "jest": "~29.7.0", "jest-extended": "~1.2.0", "prettier": "2.8.8", "rimraf": "^3.0.2", - "ts-jest": "~27.1.0", + "ts-jest": "~29.2.0", "typedoc": "~0.22.0", "typescript": "~4.5.0" },