Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 30, 2023
1 parent 5deec04 commit 58c68c8
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.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"@types/uuid": "9.0.6",
"jest": "29.7.0",
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.7.0"
},
"devDependencies": {
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"@types/prettyjson": "0.0.32",
"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": "5.5.2"
},
"devDependencies": {
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"jest": "29.7.0",
"prisma": "5.5.2",
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.7.0"
},
"devDependencies": {
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"prettyjson": "1.2.5",
"prisma": "5.5.2",
"ts-jest": "29.1.1",
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 @@ -58,7 +58,7 @@
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.7",
"@types/express": "4.17.20",
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"@types/supertest": "2.0.15",
"@typescript-eslint/eslint-plugin": "6.9.1",
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": "10.0.3",
"@nestjs/testing": "10.2.7",
"@types/express": "4.17.20",
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"@types/supertest": "2.0.15",
"@typescript-eslint/eslint-plugin": "6.9.1",
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.4",
"@types/express": "4.17.20",
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"@types/supertest": "2.0.15",
"jest": "29.7.0",
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": "10.0.3",
"@nestjs/testing": "10.2.7",
"@types/express": "4.17.20",
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"@types/supertest": "2.0.15",
"@typescript-eslint/eslint-plugin": "6.9.1",
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.20",
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
"@types/supertest": "2.0.15",
"jest": "29.7.0",
Expand Down

0 comments on commit 58c68c8

Please sign in to comment.