Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 14, 2022
1 parent 879980b commit 647092d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data-modeling/delegated-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/uuid": "8.3.4",
"jest": "29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion databases/cockroachdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest": "^29.0.0"
},
"devDependencies": {
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/prettyjson": "0.0.30",
"prettyjson": "1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@prisma/client": "4.6.1"
},
"devDependencies": {
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"jest": "29.3.1",
"prisma": "4.6.1",
Expand Down
2 changes: 1 addition & 1 deletion databases/sql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest": "^29.0.0"
},
"devDependencies": {
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"prettyjson": "1.2.5",
"prisma": "4.6.1",
"ts-jest": "29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@nestjs/schematics": "9.0.3",
"@nestjs/testing": "9.2.0",
"@types/express": "4.17.14",
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.43.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@nestjs/schematics": "9.0.3",
"@nestjs/testing": "9.2.0",
"@types/express": "4.17.14",
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.43.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/postgis-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/express": "4.17.14",
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/supertest": "2.0.12",
"jest": "29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@nestjs/schematics": "9.0.3",
"@nestjs/testing": "9.2.0",
"@types/express": "4.17.14",
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.43.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/testing-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/express": "4.17.14",
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/supertest": "2.0.12",
"jest": "29.3.1",
Expand Down

0 comments on commit 647092d

Please sign in to comment.