Skip to content

Commit

Permalink
DT types for jest-dom should not be used (#9711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 22, 2023
1 parent ddfc166 commit 4f06e45
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
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 @@ -55,7 +55,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": "18.2.0",
Expand Down
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8626,7 +8626,6 @@ __metadata:
"@types/pascalcase": "npm:1.0.3"
"@types/react": "npm:18.2.37"
"@types/react-dom": "npm:18.2.15"
"@types/testing-library__jest-dom": "npm:5.14.9"
core-js: "npm:3.34.0"
graphql: "npm:16.8.1"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -9185,7 +9184,6 @@ __metadata:
"@testing-library/react": "npm:14.1.2"
"@types/react": "npm:18.2.37"
"@types/react-dom": "npm:18.2.15"
"@types/testing-library__jest-dom": "npm:5.14.9"
core-js: "npm:3.34.0"
graphql: "npm:16.8.1"
graphql-sse: "npm:2.4.0"
Expand Down Expand Up @@ -11518,7 +11516,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 @@ -12109,15 +12107,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": "npm:*"
checksum: 91f7b15e8813b515912c54da44464fb60ecf21162b7cae2272fcb3918074f4e1387dc2beca1f5041667e77b76b34253c39675ea4e0b3f28f102d8cc87fdba9fa
languageName: node
linkType: hard

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

0 comments on commit 4f06e45

Please sign in to comment.