Skip to content

Commit cf8d382

Browse files
Update jest monorepo
1 parent 0415608 commit cf8d382

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@next/eslint-plugin-next": "15.0.3",
28-
"@types/jest": "29.5.4",
28+
"@types/jest": "29.5.14",
2929
"@types/lodash": "4.14.200",
3030
"@types/marked": "5.0.2",
3131
"@types/node": "20.12.11",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-prettier": "5.1.3",
4242
"eslint-plugin-react": "7.34.3",
4343
"feed": "4.2.2",
44-
"jest": "29.6.4",
44+
"jest": "29.7.0",
4545
"marked": "4.3.0",
4646
"prettier": "3.2.5",
4747
"start-server-and-test": "2.0.4",

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
jest-util "^29.7.0"
662662
slash "^3.0.0"
663663

664-
"@jest/core@^29.6.4", "@jest/core@^29.7.0":
664+
"@jest/core@^29.7.0":
665665
version "29.7.0"
666666
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f"
667667
integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==
@@ -1147,10 +1147,10 @@
11471147
dependencies:
11481148
"@types/istanbul-lib-report" "*"
11491149

1150-
"@types/jest@29.5.4":
1151-
version "29.5.4"
1152-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566"
1153-
integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==
1150+
"@types/jest@29.5.14":
1151+
version "29.5.14"
1152+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
1153+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
11541154
dependencies:
11551155
expect "^29.0.0"
11561156
pretty-format "^29.0.0"
@@ -3779,7 +3779,7 @@ jest-circus@^29.7.0:
37793779
slash "^3.0.0"
37803780
stack-utils "^2.0.3"
37813781

3782-
jest-cli@^29.6.4:
3782+
jest-cli@^29.7.0:
37833783
version "29.7.0"
37843784
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995"
37853785
integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==
@@ -4092,15 +4092,15 @@ jest-worker@^29.7.0:
40924092
merge-stream "^2.0.0"
40934093
supports-color "^8.0.0"
40944094

4095-
jest@29.6.4:
4096-
version "29.6.4"
4097-
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.4.tgz#7c48e67a445ba264b778253b5d78d4ebc9d0a622"
4098-
integrity sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==
4095+
jest@29.7.0:
4096+
version "29.7.0"
4097+
resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613"
4098+
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==
40994099
dependencies:
4100-
"@jest/core" "^29.6.4"
4100+
"@jest/core" "^29.7.0"
41014101
"@jest/types" "^29.6.3"
41024102
import-local "^3.0.2"
4103-
jest-cli "^29.6.4"
4103+
jest-cli "^29.7.0"
41044104

41054105
joi@^17.11.0:
41064106
version "17.13.1"

0 commit comments

Comments
 (0)