Skip to content

Commit

Permalink
fix(deps): update dependency @types/jest to v29.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2023
1 parent 9614034 commit c57fde5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@tsd/typescript": "5.0.4",
"@types/babel__generator": "7.6.4",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.1",
"@types/jscodeshift": "0.11.6",
"@types/lodash.template": "4.5.1",
"@types/ncp": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/babel__core": "7.20.0",
"@types/findup-sync": "4.0.2",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.1",
"@types/jscodeshift": "0.11.6",
"@types/prettier": "2.7.2",
"@types/yargs": "17.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@testing-library/user-event": "14.4.3",
"@types/aws-lambda": "8.10.114",
"@types/babel-core": "6.25.7",
"@types/jest": "29.5.0",
"@types/jest": "29.5.1",
"@types/node": "16.18.23",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6827,7 +6827,7 @@ __metadata:
"@types/babel__core": 7.20.0
"@types/findup-sync": 4.0.2
"@types/fs-extra": 11.0.1
"@types/jest": 29.5.0
"@types/jest": 29.5.1
"@types/jscodeshift": 0.11.6
"@types/prettier": 2.7.2
"@types/yargs": 17.0.24
Expand Down Expand Up @@ -7296,7 +7296,7 @@ __metadata:
"@testing-library/user-event": 14.4.3
"@types/aws-lambda": 8.10.114
"@types/babel-core": 6.25.7
"@types/jest": 29.5.0
"@types/jest": 29.5.1
"@types/node": 16.18.23
"@types/react": 18.0.38
"@types/react-dom": 18.0.11
Expand Down Expand Up @@ -9395,13 +9395,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*, @types/jest@npm:29.5.0":
version: 29.5.0
resolution: "@types/jest@npm:29.5.0"
"@types/jest@npm:*, @types/jest@npm:29.5.1":
version: 29.5.1
resolution: "@types/jest@npm:29.5.1"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: e77f88cbdf867838320767bf42915570bcebbf7c378578d60654b9ea8c15981b6c2c06e4e56985e35467d0cdb673d9129fd49e21a485fda9db4bb0a152f2cb86
checksum: ba9df58fa0c813e1dda529e34bcec2d0e0bbac2d3e921a86c8e10d77fc5165bd8e5324eeb7071bfe0490e7d1055db34ef80d57e05bd967edae00df4158097ec6
languageName: node
linkType: hard

Expand Down Expand Up @@ -27938,7 +27938,7 @@ __metadata:
"@tsd/typescript": 5.0.4
"@types/babel__generator": 7.6.4
"@types/fs-extra": 11.0.1
"@types/jest": 29.5.0
"@types/jest": 29.5.1
"@types/jscodeshift": 0.11.6
"@types/lodash.template": 4.5.1
"@types/ncp": 2.0.5
Expand Down

0 comments on commit c57fde5

Please sign in to comment.