Skip to content

Commit

Permalink
⬆️ types jest
Browse files Browse the repository at this point in the history
  • Loading branch information
VHollund committed Apr 23, 2024
1 parent ff4e59b commit 093c81f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@playwright/test": "^1.43.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.3",
"@types/jest": "^29.5.12",
"@types/node": "18.19.31",
"@types/react": "^18.2.79",
"@types/react-collapse": "^5.0.4",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.12":
version: 29.5.12
resolution: "@types/jest@npm:29.5.12"
dependencies:
expect: "npm:^29.0.0"
pretty-format: "npm:^29.0.0"
checksum: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
languageName: node
linkType: hard

"@types/jsdom@npm:^20.0.0":
version: 20.0.1
resolution: "@types/jsdom@npm:20.0.1"
Expand Down Expand Up @@ -2190,6 +2200,7 @@ __metadata:
"@playwright/test": "npm:^1.43.1"
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^15.0.3"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:18.19.31"
"@types/react": "npm:^18.2.79"
"@types/react-collapse": "npm:^5.0.4"
Expand Down Expand Up @@ -4502,7 +4513,7 @@ __metadata:
languageName: node
linkType: hard

"expect@npm:^29.7.0":
"expect@npm:^29.0.0, expect@npm:^29.7.0":
version: 29.7.0
resolution: "expect@npm:29.7.0"
dependencies:
Expand Down Expand Up @@ -7844,7 +7855,7 @@ __metadata:
languageName: node
linkType: hard

"pretty-format@npm:^29.7.0":
"pretty-format@npm:^29.0.0, pretty-format@npm:^29.7.0":
version: 29.7.0
resolution: "pretty-format@npm:29.7.0"
dependencies:
Expand Down

0 comments on commit 093c81f

Please sign in to comment.