Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 7c06bee

Browse files
authored
chore: update jest (#924)
1 parent 524803f commit 7c06bee

File tree

3 files changed

+470
-368
lines changed

3 files changed

+470
-368
lines changed

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@
190190
"@iarna/toml": "2.2.5",
191191
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
192192
"@simbathesailor/use-what-changed": "2.0.0",
193-
"@testing-library/dom": "9.2.0",
194-
"@testing-library/jest-dom": "5.16.5",
193+
"@testing-library/dom": "9.3.3",
194+
"@testing-library/jest-dom": "6.1.3",
195195
"@testing-library/react": "14.0.0",
196-
"@testing-library/user-event": "14.4.3",
196+
"@testing-library/user-event": "14.5.1",
197197
"@types/common-tags": "1.8.1",
198198
"@types/create-react-class": "15.6.3",
199199
"@types/fs-extra": "11.0.1",
200200
"@types/is-hotkey": "0.1.7",
201-
"@types/jest": "29.5.1",
201+
"@types/jest": "29.5.5",
202202
"@types/js-yaml": "4.0.6",
203203
"@types/jwt-decode": "2.2.1",
204204
"@types/lodash": "4.14.194",
@@ -244,8 +244,8 @@
244244
"fs-extra": "11.1.1",
245245
"gitlab": "14.2.2",
246246
"http-server": "14.1.1",
247-
"jest": "29.5.0",
248-
"jest-environment-jsdom": "29.5.0",
247+
"jest": "29.7.0",
248+
"jest-environment-jsdom": "29.7.0",
249249
"js-yaml": "4.1.0",
250250
"mini-css-extract-plugin": "2.7.6",
251251
"mockserver-client": "5.15.0",
@@ -265,7 +265,7 @@
265265
"style-loader": "3.3.2",
266266
"tailwindcss": "3.3.3",
267267
"to-string-loader": "1.2.0",
268-
"ts-jest": "29.1.0",
268+
"ts-jest": "29.1.1",
269269
"ts-node": "10.9.1",
270270
"tsconfig-paths-webpack-plugin": "4.1.0",
271271
"typescript": "5.2.2",

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/create-react-class": "15.6.3",
2222
"@types/fs-extra": "11.0.1",
2323
"@types/is-hotkey": "0.1.7",
24-
"@types/jest": "29.5.1",
24+
"@types/jest": "29.5.5",
2525
"@types/js-yaml": "4.0.6",
2626
"@types/jwt-decode": "2.2.1",
2727
"@types/lodash": "4.14.194",

0 commit comments

Comments
 (0)