Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 3e2cb31 commit 0325671
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions packages/guardian-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/guardian-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/guardian-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 0325671

Please sign in to comment.