Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DT types for jest-dom should not be used #9711

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@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: 0 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@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
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9043,7 +9043,6 @@ __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 @@ -9623,7 +9622,6 @@ __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 @@ -11983,7 +11981,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*, @types/jest@npm:29.5.8":
"@types/jest@npm:29.5.8":
version: 29.5.8
resolution: "@types/jest@npm:29.5.8"
dependencies:
Expand Down Expand Up @@ -12581,15 +12579,6 @@ __metadata:
languageName: node
linkType: hard

"@types/testing-library__jest-dom@npm:5.14.9":
version: 5.14.9
resolution: "@types/testing-library__jest-dom@npm:5.14.9"
dependencies:
"@types/jest": "*"
checksum: 91f7b15e8813b515912c54da44464fb60ecf21162b7cae2272fcb3918074f4e1387dc2beca1f5041667e77b76b34253c39675ea4e0b3f28f102d8cc87fdba9fa
languageName: node
linkType: hard

"@types/tough-cookie@npm:*":
version: 4.0.2
resolution: "@types/tough-cookie@npm:4.0.2"
Expand Down
Loading