Skip to content

Commit 641ec10

Browse files
Update jest monorepo
1 parent 005363e commit 641ec10

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
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@next/eslint-plugin-next": "15.0.3",
29-
"@types/jest": "29.5.4",
29+
"@types/jest": "29.5.14",
3030
"@types/lodash": "4.14.200",
3131
"@types/marked": "5.0.2",
3232
"@types/node": "22.18.1",
@@ -42,7 +42,7 @@
4242
"eslint-plugin-prettier": "5.1.3",
4343
"eslint-plugin-react": "7.34.3",
4444
"feed": "4.2.2",
45-
"jest": "29.6.4",
45+
"jest": "29.7.0",
4646
"marked": "4.3.0",
4747
"prettier": "3.2.5",
4848
"start-server-and-test": "2.0.8",

yarn.lock

Lines changed: 12 additions & 12 deletions
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/[email protected].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/[email protected].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"
@@ -3781,7 +3781,7 @@ jest-circus@^29.7.0:
37813781
slash "^3.0.0"
37823782
stack-utils "^2.0.3"
37833783

3784-
jest-cli@^29.6.4:
3784+
jest-cli@^29.7.0:
37853785
version "29.7.0"
37863786
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995"
37873787
integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==
@@ -4094,15 +4094,15 @@ jest-worker@^29.7.0:
40944094
merge-stream "^2.0.0"
40954095
supports-color "^8.0.0"
40964096

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

41074107
joi@^17.13.3:
41084108
version "17.13.3"

0 commit comments

Comments
 (0)