Skip to content

Commit

Permalink
fix(deps): update dependency @types/jest to v29.4.1 (#7806)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent af3bd50 commit 81ee124
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 @@ -59,7 +59,7 @@
"@tsd/typescript": "4.9.5",
"@types/babel__generator": "7.6.4",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.4.0",
"@types/jest": "29.4.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 @@ -48,7 +48,7 @@
"@types/babel__core": "7.20.0",
"@types/findup-sync": "4.0.2",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.4.0",
"@types/jest": "29.4.1",
"@types/jscodeshift": "0.11.6",
"@types/prettier": "2.7.2",
"@types/yargs": "17.0.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@testing-library/user-event": "14.4.3",
"@types/aws-lambda": "8.10.112",
"@types/babel-core": "6.25.7",
"@types/jest": "29.4.0",
"@types/jest": "29.4.1",
"@types/node": "16.18.16",
"@types/react": "18.0.28",
"@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 @@ -6748,7 +6748,7 @@ __metadata:
"@types/babel__core": 7.20.0
"@types/findup-sync": 4.0.2
"@types/fs-extra": 11.0.1
"@types/jest": 29.4.0
"@types/jest": 29.4.1
"@types/jscodeshift": 0.11.6
"@types/prettier": 2.7.2
"@types/yargs": 17.0.22
Expand Down Expand Up @@ -7144,7 +7144,7 @@ __metadata:
"@testing-library/user-event": 14.4.3
"@types/aws-lambda": 8.10.112
"@types/babel-core": 6.25.7
"@types/jest": 29.4.0
"@types/jest": 29.4.1
"@types/node": 16.18.16
"@types/react": 18.0.28
"@types/react-dom": 18.0.11
Expand Down Expand Up @@ -9206,13 +9206,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*, @types/jest@npm:29.4.0":
version: 29.4.0
resolution: "@types/jest@npm:29.4.0"
"@types/jest@npm:*, @types/jest@npm:29.4.1":
version: 29.4.1
resolution: "@types/jest@npm:29.4.1"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: db1c148e8acf30247e39c6d7db9dadb7dad15f71f22f41cbee5f8037f939b090839e45e5ca506167db3b8a8dd9c850f788d9b41ec8082bc0036cce65fd6c2ff7
checksum: 67b82b17d2d2b31964c43238075d1e1d534792b758e7fb7f34c7daf4383160208ef21dd6f05f64debd7637b5eca34f2855b357709cbc0027be75e4b8996ae605
languageName: node
linkType: hard

Expand Down Expand Up @@ -27707,7 +27707,7 @@ __metadata:
"@tsd/typescript": 4.9.5
"@types/babel__generator": 7.6.4
"@types/fs-extra": 11.0.1
"@types/jest": 29.4.0
"@types/jest": 29.4.1
"@types/jscodeshift": 0.11.6
"@types/lodash.template": 4.5.1
"@types/ncp": 2.0.5
Expand Down

0 comments on commit 81ee124

Please sign in to comment.