Skip to content

Commit

Permalink
Revert "DT types for jest-dom should not be used (#9711)"
Browse files Browse the repository at this point in the history
This reverts commit 375453a.
  • Loading branch information
jtoar committed Dec 15, 2023
1 parent 908ad2f commit 6003028
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@types/pascalcase": "1.0.3",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/testing-library__jest-dom": "5.14.9",
"graphql": "16.8.1",
"jest": "29.7.0",
"nodemon": "3.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@testing-library/react": "14.1.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/testing-library__jest-dom": "5.14.9",
"jest": "29.7.0",
"nodemon": "3.0.2",
"react": "0.0.0-experimental-e5205658f-20230913",
Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9043,6 +9043,7 @@ __metadata:
"@types/pascalcase": 1.0.3
"@types/react": 18.2.37
"@types/react-dom": 18.2.15
"@types/testing-library__jest-dom": 5.14.9
core-js: 3.34.0
graphql: 16.8.1
jest: 29.7.0
Expand Down Expand Up @@ -9622,6 +9623,7 @@ __metadata:
"@testing-library/react": 14.1.2
"@types/react": 18.2.37
"@types/react-dom": 18.2.15
"@types/testing-library__jest-dom": 5.14.9
core-js: 3.34.0
graphql: 16.8.1
graphql-sse: 2.4.0
Expand Down Expand Up @@ -12576,7 +12578,7 @@ __metadata:
languageName: node
linkType: hard

"@types/testing-library__jest-dom@npm:^5.9.1":
"@types/testing-library__jest-dom@npm:5.14.9, @types/testing-library__jest-dom@npm:^5.9.1":
version: 5.14.9
resolution: "@types/testing-library__jest-dom@npm:5.14.9"
dependencies:
Expand Down

0 comments on commit 6003028

Please sign in to comment.