Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(node-ts-uuid): pin @types/jest to v28.1.3 dev #179

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/express": "^4.17.13",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "^17.0.36",
"@types/prettier": "^2.6.3",
"@types/validator": "^13.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ewl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/express": "^4.17.13",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/logform": "^1.10.1",
"@types/node": "^17.0.36",
"@types/triple-beam": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-boom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@grpc/grpc-js": "^1.6.7",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "^17.0.36",
"jest": "^28.1.1",
"kalos": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-ts-health-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.6.13",
"@types/google-protobuf": "^3.15.6",
"@types/jest": "^28.1.2",
"@types/jest": "^28.1.3",
"@types/node": "^17.0.36",
"grpc-boom": "link:../grpc-boom/src",
"jest": "^28.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/heart-ping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:unit:future": "yarn exec:jest --config $(pwd)/test/jest.config.js"
},
"devDependencies": {
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "^17.0.36",
"jest": "^28.1.1",
"kalos": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nest-typed-config-extended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"nest-typed-config": "^2.4.1"
},
"devDependencies": {
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "^17.0.36",
"jest": "^28.1.1",
"kalos": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-ts-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:unit": "yarn exec:jest --config $(pwd)/test/jest.config.js"
},
"devDependencies": {
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "^17.0.36",
"jest": "^28.1.1",
"kalos": "workspace:*",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1395,13 +1395,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:28.1.2, @types/jest@npm:^28.1.2":
version: 28.1.2
resolution: "@types/jest@npm:28.1.2"
"@types/jest@npm:28.1.3, @types/jest@npm:^28.1.3":
version: 28.1.3
resolution: "@types/jest@npm:28.1.3"
dependencies:
jest-matcher-utils: ^28.0.0
pretty-format: ^28.0.0
checksum: 53ec95b0b27c61380225b94f8660e661e8c6c6fc69b7130531fb5d72ebf5c8838a4266b8a6d7b3a77b3bcdabed632de0c21c9592a2529c1efe80a0f0a995a3aa
checksum: 28141f2d5b3bafd063362de9790cb8f219488d9b0ad47524a84bef1142a4f0d9d35be0c56988d9f922205225cc83c986acd4be424bd8653b38dc27ab672455e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -3481,7 +3481,7 @@ __metadata:
dependencies:
"@types/common-tags": ^1.8.1
"@types/express": ^4.17.13
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/logform": ^1.10.1
"@types/node": ^17.0.36
"@types/triple-beam": ^1.3.2
Expand Down Expand Up @@ -4101,7 +4101,7 @@ __metadata:
resolution: "grpc-boom@workspace:packages/grpc-boom"
dependencies:
"@grpc/grpc-js": ^1.6.7
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/node": ^17.0.36
jest: ^28.1.1
kalos: "workspace:*"
Expand All @@ -4120,7 +4120,7 @@ __metadata:
"@grpc/grpc-js": ^1.6.7
"@grpc/proto-loader": ^0.6.13
"@types/google-protobuf": ^3.15.6
"@types/jest": ^28.1.2
"@types/jest": ^28.1.3
"@types/node": ^17.0.36
google-protobuf: ^3.20.1
grpc-boom: "link:../grpc-boom/src"
Expand Down Expand Up @@ -4208,7 +4208,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "heart-ping@workspace:packages/heart-ping"
dependencies:
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/node": ^17.0.36
jest: ^28.1.1
kalos: "workspace:*"
Expand Down Expand Up @@ -5294,7 +5294,7 @@ __metadata:
"@commitlint/cli": ^17.0.2
"@commitlint/config-conventional": ^17.0.2
"@types/express": ^4.17.13
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/node": ^17.0.36
"@types/prettier": ^2.6.3
"@types/validator": ^13.7.3
Expand Down Expand Up @@ -5973,7 +5973,7 @@ __metadata:
resolution: "nest-typed-config-extended@workspace:packages/nest-typed-config-extended"
dependencies:
"@nestjs/common": ^8.4.7
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/node": ^17.0.36
class-transformer: ^0.5.1
class-validator: ^0.13.2
Expand Down Expand Up @@ -6064,7 +6064,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "node-ts-uuid@workspace:packages/node-ts-uuid"
dependencies:
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/node": ^17.0.36
jest: ^28.1.1
kalos: "workspace:*"
Expand Down