Skip to content

Commit

Permalink
Merge pull request #3339 from nestjs/renovate/jest-24.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/jest to v24.0.22
  • Loading branch information
kamilmysliwiec committed Nov 6, 2019
2 parents a922017 + fc2e41b commit 8889e4f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions sample/01-cats-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/schematics": "6.7.0",
"@nestjs/testing": "6.9.0",
"@types/express": "4.17.2",
"@types/jest": "24.0.21",
"@types/jest": "24.0.22",
"@types/node": "10.17.3",
"@types/supertest": "2.0.8",
"jest": "24.9.0",
Expand Down
6 changes: 3 additions & 3 deletions sample/19-auth-jwt/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/19-auth-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nestjs/schematics": "6.7.0",
"@nestjs/testing": "6.9.0",
"@types/express": "4.17.2",
"@types/jest": "24.0.21",
"@types/jest": "24.0.22",
"@types/node": "12.12.5",
"@types/supertest": "2.0.8",
"jest": "24.9.0",
Expand Down
6 changes: 3 additions & 3 deletions sample/25-dynamic-modules/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/25-dynamic-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/schematics": "6.7.0",
"@nestjs/testing": "6.9.0",
"@types/express": "4.17.2",
"@types/jest": "24.0.21",
"@types/jest": "24.0.22",
"@types/node": "11.15.2",
"@types/supertest": "2.0.8",
"jest": "24.7.1",
Expand Down

0 comments on commit 8889e4f

Please sign in to comment.