Skip to content

Commit

Permalink
Merge pull request #4951 from nestjs/renovate/jest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency jest to v26.1.0
  • Loading branch information
kamilmysliwiec committed Jun 29, 2020
2 parents d37f68d + 61b6c7d commit 6a53d1e
Show file tree
Hide file tree
Showing 52 changed files with 18,970 additions and 25,146 deletions.
1,602 changes: 731 additions & 871 deletions sample/01-cats-app/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "26.0.3",
"@types/node": "10.17.3",
"@types/supertest": "2.0.9",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.1",
Expand Down
1,297 changes: 553 additions & 744 deletions sample/02-gateways/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/express": "4.17.6",
"@types/node": "7.10.9",
"@types/supertest": "2.0.9",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.1",
Expand Down
1,309 changes: 553 additions & 756 deletions sample/03-microservices/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/express": "4.17.6",
"@types/node": "12.12.31",
"@types/supertest": "2.0.9",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.1",
Expand Down
1,243 changes: 556 additions & 687 deletions sample/04-grpc/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "10.17.3",
"@types/supertest": "2.0.9",
"@types/ws": "7.2.5",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.1",
Expand Down
1,595 changes: 556 additions & 1,039 deletions sample/05-sql-typeorm/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "7.10.9",
"@types/supertest": "2.0.9",
"@types/ws": "7.2.5",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.1",
Expand Down
1,309 changes: 553 additions & 756 deletions sample/06-mongoose/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "12.12.31",
"@types/supertest": "2.0.9",
"@types/ws": "7.2.5",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.1",
Expand Down
1,303 changes: 553 additions & 750 deletions sample/07-sequelize/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "12.12.31",
"@types/supertest": "2.0.9",
"@types/ws": "7.2.5",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"supertest": "4.0.2",
"ts-jest": "26.1.1",
Expand Down

0 comments on commit 6a53d1e

Please sign in to comment.