Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v27.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 19, 2021
1 parent 344c390 commit 84ea5de
Show file tree
Hide file tree
Showing 38 changed files with 325 additions and 359 deletions.
36 changes: 18 additions & 18 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
Expand Up @@ -33,7 +33,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
"jest": "27.3.1",
Expand Down
6 changes: 3 additions & 3 deletions sample/05-sql-typeorm/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/05-sql-typeorm/package.json
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
"@types/ws": "7.4.7",
Expand Down
6 changes: 3 additions & 3 deletions sample/06-mongoose/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/06-mongoose/package.json
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/mongoose": "5.11.96",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
Expand Down
6 changes: 3 additions & 3 deletions sample/07-sequelize/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/07-sequelize/package.json
Expand Up @@ -37,7 +37,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
"@types/ws": "7.4.7",
Expand Down
6 changes: 3 additions & 3 deletions sample/13-mongo-typeorm/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/13-mongo-typeorm/package.json
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.33.0",
Expand Down
6 changes: 3 additions & 3 deletions sample/14-mongoose-base/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/14-mongoose-base/package.json
Expand Up @@ -32,7 +32,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.33.0",
Expand Down
36 changes: 18 additions & 18 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
Expand Up @@ -37,7 +37,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
"jest": "27.3.1",
Expand Down
36 changes: 18 additions & 18 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
Expand Up @@ -33,7 +33,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.8",
"@types/supertest": "2.0.11",
"jest": "27.3.1",
Expand Down

0 comments on commit 84ea5de

Please sign in to comment.