Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
deps: update dependency @types/jest to ^29.0.1. (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2022
1 parent ab3e079 commit 89c5162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@jest/types": "^29.0.3",
"@rajzik/configs-shared": "workspace:^1.0.0",
"@types/jest": "^29.0.0",
"@types/jest": "^29.0.1",
"jest-junit": "^14.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4166,13 +4166,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.0.0":
version: 29.0.0
resolution: "@types/jest@npm:29.0.0"
"@types/jest@npm:^29.0.1":
version: 29.0.1
resolution: "@types/jest@npm:29.0.1"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: b20c4b38c7c963862d82c21c0a1ae2b96015afb1511c835da43e8fd53659ca884f8103a2159be2ce74d2888472a1ac93d20d08ec1ac0970385cbb74c46d47585
checksum: efd30357c290b5d385382302fae927885f2a9bde0aa45d4c7f970fa6e6d750df83edef73f16d1e9a005e08a5bcd7c6ff56a43f5ac2534a517df9ad1e44dd30c4
languageName: node
linkType: hard

Expand Down Expand Up @@ -9729,7 +9729,7 @@ __metadata:
dependencies:
"@jest/types": ^29.0.3
"@rajzik/configs-shared": "workspace:^1.0.0"
"@types/jest": ^29.0.0
"@types/jest": ^29.0.1
jest: ^29.0.3
jest-junit: ^14.0.1
tsconfig-rajzik: "workspace:*"
Expand Down

0 comments on commit 89c5162

Please sign in to comment.