Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42a36b9

Browse files
authoredAug 30, 2024··
Update jest monorepo
1 parent 78cc508 commit 42a36b9

File tree

2 files changed

+876
-1627
lines changed

2 files changed

+876
-1627
lines changed
 

‎package-lock.json

+873-1,624
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"watch": "webpack --mode=development --watch"
2121
},
2222
"devDependencies": {
23-
"@types/jest": "28.1.1",
23+
"@types/jest": "28.1.8",
2424
"@types/node": "14.0.27",
2525
"@typescript-eslint/eslint-plugin": "4.33.0",
2626
"@typescript-eslint/parser": "4.33.0",
@@ -31,8 +31,8 @@
3131
"eslint-plugin-import": "2.25.2",
3232
"eslint-plugin-jest": "25.2.2",
3333
"eslint-plugin-jsdoc": "39.3.2",
34-
"jest": "28.1.1",
35-
"jest-environment-jsdom": "28.1.1",
34+
"jest": "28.1.3",
35+
"jest-environment-jsdom": "28.1.3",
3636
"ts-jest": "28.0.5",
3737
"ts-loader": "9.3.0",
3838
"typescript": "4.7.3",

0 commit comments

Comments
 (0)
Please sign in to comment.