Skip to content

Commit

Permalink
Merge pull request #567 from nest-modules/renovate/jest-26.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/jest to v26.0.23
  • Loading branch information
juandav authored Apr 26, 2021
2 parents 6ca78fa + 19addc3 commit 1df3315
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@nestjs/testing": "7.6.15",
"@types/glob": "7.1.3",
"@types/inline-css": "0.0.33",
"@types/jest": "26.0.22",
"@types/jest": "26.0.23",
"@types/lodash": "4.14.168",
"@types/nodemailer": "6.4.1",
"@types/pug": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion sample/01-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.15",
"@types/express": "4.17.11",
"@types/jest": "26.0.22",
"@types/jest": "26.0.23",
"@types/node": "13.13.50",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.22.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/02-custom-template-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.15",
"@types/express": "4.17.11",
"@types/jest": "26.0.22",
"@types/jest": "26.0.23",
"@types/node": "13.13.50",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.22.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -846,10 +846,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/[email protected].22":
version "26.0.22"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6"
integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==
"@types/[email protected].23":
version "26.0.23"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7"
integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==
dependencies:
jest-diff "^26.0.0"
pretty-format "^26.0.0"
Expand Down

0 comments on commit 1df3315

Please sign in to comment.