Skip to content

Commit

Permalink
test(jest): upgrade jest,jest-extended to latest
Browse files Browse the repository at this point in the history
Bump the dependencies and update the yarn.lock file
accordingly.

Fixes #2014

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Jul 18, 2022
1 parent 9aa4539 commit a808517
Show file tree
Hide file tree
Showing 3 changed files with 736 additions and 672 deletions.
2 changes: 1 addition & 1 deletion jest.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@openapitools/openapi-generator-cli": "2.4.14",
"@types/fs-extra": "9.0.12",
"@types/jasminewd2": "2.0.10",
"@types/jest": "26.0.24",
"@types/jest": "27.5.0",
"@types/node": "15.14.7",
"@types/node-fetch": "2.5.12",
"@types/tape": "4.13.2",
Expand Down Expand Up @@ -109,8 +109,8 @@
"grpc-tools": "1.11.2",
"husky": "7.0.1",
"inquirer": "8.1.2",
"jest": "27.0.6",
"jest-extended": "0.11.5",
"jest": "28.1.0",
"jest-extended": "2.0.0",
"json5": "2.2.0",
"karma": "6.3.16",
"karma-chrome-launcher": "3.1.0",
Expand All @@ -134,7 +134,7 @@
"tap": "15.0.9",
"tape": "5.3.1",
"tape-promise": "4.0.0",
"ts-jest": "27.0.3",
"ts-jest": "28.0.2",
"ts-loader": "9.2.5",
"ts-node": "10.7.0",
"typescript": "4.3.5",
Expand Down
Loading

0 comments on commit a808517

Please sign in to comment.