Skip to content

Commit 6d25c5f

Browse files
Update jest monorepo
1 parent a908da6 commit 6d25c5f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@next/eslint-plugin-next": "13.5.6",
27-
"@types/jest": "29.5.4",
27+
"@types/jest": "29.5.12",
2828
"@types/lodash": "4.14.200",
2929
"@types/marked": "5.0.2",
3030
"@types/node": "20.12.11",
@@ -40,7 +40,7 @@
4040
"eslint-plugin-prettier": "5.1.3",
4141
"eslint-plugin-react": "7.34.1",
4242
"feed": "4.2.2",
43-
"jest": "29.6.4",
43+
"jest": "29.7.0",
4444
"marked": "4.3.0",
4545
"prettier": "3.2.5",
4646
"start-server-and-test": "2.0.3",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
jest-util "^29.7.0"
542542
slash "^3.0.0"
543543

544-
"@jest/core@^29.6.4", "@jest/core@^29.7.0":
544+
"@jest/core@^29.7.0":
545545
version "29.7.0"
546546
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f"
547547
integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==
@@ -1087,10 +1087,10 @@
10871087
dependencies:
10881088
"@types/istanbul-lib-report" "*"
10891089

1090-
"@types/[email protected].4":
1091-
version "29.5.4"
1092-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566"
1093-
integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==
1090+
"@types/[email protected].12":
1091+
version "29.5.12"
1092+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
1093+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
10941094
dependencies:
10951095
expect "^29.0.0"
10961096
pretty-format "^29.0.0"
@@ -4414,7 +4414,7 @@ jest-circus@^29.7.0:
44144414
slash "^3.0.0"
44154415
stack-utils "^2.0.3"
44164416

4417-
jest-cli@^29.6.4:
4417+
jest-cli@^29.7.0:
44184418
version "29.7.0"
44194419
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995"
44204420
integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==
@@ -4727,15 +4727,15 @@ jest-worker@^29.7.0:
47274727
merge-stream "^2.0.0"
47284728
supports-color "^8.0.0"
47294729

4730-
jest@29.6.4:
4731-
version "29.6.4"
4732-
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.4.tgz#7c48e67a445ba264b778253b5d78d4ebc9d0a622"
4733-
integrity sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==
4730+
jest@29.7.0:
4731+
version "29.7.0"
4732+
resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613"
4733+
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==
47344734
dependencies:
4735-
"@jest/core" "^29.6.4"
4735+
"@jest/core" "^29.7.0"
47364736
"@jest/types" "^29.6.3"
47374737
import-local "^3.0.2"
4738-
jest-cli "^29.6.4"
4738+
jest-cli "^29.7.0"
47394739

47404740
joi@^17.11.0:
47414741
version "17.13.1"

0 commit comments

Comments
 (0)