Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to ^29.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2023
1 parent 9dace98 commit a585623
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.42",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.15.10",
"@types/validator": "^13.7.14",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
Expand Down
18 changes: 14 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ __metadata:
"@testing-library/jest-dom": ^5.16.5
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.0
"@types/jest": ^29.5.2
"@types/node": ^18.15.10
"@types/react": ^18.0.29
"@types/react-dom": ^18.0.11
Expand Down Expand Up @@ -1640,7 +1640,7 @@ __metadata:
"@swc/cli": ^0.1.62
"@swc/core": ^1.3.42
"@swc/jest": ^0.2.24
"@types/jest": ^29.5.0
"@types/jest": ^29.5.2
"@types/node": ^18.15.10
"@types/validator": ^13.7.14
axios: ^1.3.4
Expand Down Expand Up @@ -1718,7 +1718,7 @@ __metadata:
"@testing-library/jest-dom": ^5.16.5
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.0
"@types/jest": ^29.5.2
"@types/node": ^18.15.10
"@types/react": ^18.0.29
"@types/react-dom": ^18.0.11
Expand Down Expand Up @@ -2169,7 +2169,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*, @types/jest@npm:^29.5.0":
"@types/jest@npm:*":
version: 29.5.0
resolution: "@types/jest@npm:29.5.0"
dependencies:
Expand All @@ -2179,6 +2179,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.2":
version: 29.5.2
resolution: "@types/jest@npm:29.5.2"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: 7d205599ea3cccc262bad5cc173d3242d6bf8138c99458509230e4ecef07a52d6ddcde5a1dbd49ace655c0af51d2dbadef3748697292ea4d86da19d9e03e19c0
languageName: node
linkType: hard

"@types/jsdom@npm:^20.0.0":
version: 20.0.1
resolution: "@types/jsdom@npm:20.0.1"
Expand Down

0 comments on commit a585623

Please sign in to comment.