Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent 51d0db6 commit cac7cfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/storycap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"test"
],
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.10",
"jest": "29.7.0",
"minimist": "1.2.8",
"puppeteer": "19.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storycrawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chrome"
],
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.10",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typedoc": "0.25.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1682,10 +1682,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/[email protected].8":
version "29.5.8"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.8.tgz#ed5c256fe2bc7c38b1915ee5ef1ff24a3427e120"
integrity sha512-fXEFTxMV2Co8ZF5aYFJv+YeA08RTYJfhtN5c9JSv/mFEMe+xxjufCb+PHL+bJcMs/ebPUsBu+UNTEz+ydXrR6g==
"@types/[email protected].10":
version "29.5.10"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.10.tgz#a10fc5bab9e426081c12b2ef73d24d4f0c9b7f50"
integrity sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down

0 comments on commit cac7cfc

Please sign in to comment.