Skip to content

Commit

Permalink
chore(deps): update dependency ts-jest to v29.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent ae66f6c commit 9ee661c
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 @@ -13,7 +13,7 @@
"@types/uuid": "10.0.0",
"jest": "29.7.0",
"prisma": "5.16.1",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion databases/cockroachdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/prettyjson": "0.0.33",
"prettyjson": "1.2.5",
"prisma": "5.16.1",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "20.14.10",
"jest": "29.7.0",
"prisma": "5.16.1",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
}
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 @@ -18,7 +18,7 @@
"@types/jest": "29.5.12",
"prettyjson": "1.2.5",
"prisma": "5.16.1",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.5.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 @@ -70,7 +70,7 @@
"prettier": "3.3.2",
"prisma": "5.16.1",
"supertest": "7.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.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 @@ -69,7 +69,7 @@
"prettier": "3.3.2",
"prisma": "5.16.1",
"supertest": "7.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.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 @@ -22,7 +22,7 @@
"prisma": "5.16.1",
"randomstring": "1.3.0",
"supertest": "7.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
}
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 @@ -63,7 +63,7 @@
"prettier": "3.3.2",
"prisma": "5.16.1",
"supertest": "7.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.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 @@ -26,7 +26,7 @@
"nanoid": "5.0.7",
"prisma": "5.16.1",
"supertest": "7.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
},
Expand Down

0 comments on commit 9ee661c

Please sign in to comment.