Skip to content

Commit

Permalink
Merge pull request #88 from Insidexa/renovate/jest-26.x
Browse files Browse the repository at this point in the history
Update dependency @types/jest to v26.0.9
  • Loading branch information
Andrey authored Aug 8, 2020
2 parents ea1f813 + 90138dc commit c7aa5f9
Show file tree
Hide file tree
Showing 7 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 @@ -28,7 +28,7 @@
"@nestjs/platform-fastify": "7.3.2",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.5",
"@types/jest": "26.0.9",
"@types/node": "12.12.54",
"@types/supertest": "2.0.10",
"jest": "26.1.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.5",
"@types/jest": "26.0.9",
"@types/node": "13.13.14",
"@types/supertest": "2.0.10",
"@typescript-eslint/eslint-plugin": "3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/express-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.5",
"@types/jest": "26.0.9",
"@types/node": "13.13.14",
"@types/supertest": "2.0.10",
"@typescript-eslint/eslint-plugin": "3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/fastify-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.5",
"@types/jest": "26.0.9",
"@types/node": "13.13.14",
"@types/supertest": "2.0.10",
"@typescript-eslint/eslint-plugin": "3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.5",
"@types/jest": "26.0.9",
"@types/node": "13.13.14",
"@types/supertest": "2.0.10",
"@typescript-eslint/eslint-plugin": "3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/multiple-handlers-in-class/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.5",
"@types/jest": "26.0.9",
"@types/node": "13.13.14",
"@types/supertest": "2.0.10",
"@typescript-eslint/eslint-plugin": "3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/request-scoped/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.5",
"@types/jest": "26.0.9",
"@types/node": "13.13.14",
"@types/supertest": "2.0.10",
"@typescript-eslint/eslint-plugin": "3.8.0",
Expand Down

0 comments on commit c7aa5f9

Please sign in to comment.