diff --git a/plugins/explore/package.json b/plugins/explore/package.json index 5c63acc41f..731aa6e4ed 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -30,7 +30,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3", + "@types/testing-library__jest-dom": "5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index 676a4c39ed..092aa2deea 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -46,7 +46,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3", + "@types/testing-library__jest-dom": "5.0.4", "jest-fetch-mock": "^3.0.3", "react-router-dom": "^5.1.2" }, diff --git a/plugins/home-page/package.json b/plugins/home-page/package.json index aa917bccd8..a1f29388a1 100644 --- a/plugins/home-page/package.json +++ b/plugins/home-page/package.json @@ -29,7 +29,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3", + "@types/testing-library__jest-dom": "5.0.4", "react-router-dom": "^5.1.2" }, "files": [ diff --git a/plugins/inventory/package.json b/plugins/inventory/package.json index 19c4362843..c3b33d0c12 100644 --- a/plugins/inventory/package.json +++ b/plugins/inventory/package.json @@ -29,7 +29,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3", + "@types/testing-library__jest-dom": "5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index b96a68fb52..529a4b0374 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -32,7 +32,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3", + "@types/testing-library__jest-dom": "5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index d627e42121..2b185bc9c3 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -29,7 +29,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3", + "@types/testing-library__jest-dom": "5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index 913583fd3e..df0b9780f0 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -34,7 +34,7 @@ "@types/d3-force": "^1.2.1", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3", + "@types/testing-library__jest-dom": "5.0.4", "jest-fetch-mock": "^3.0.3" } } diff --git a/plugins/welcome/package.json b/plugins/welcome/package.json index 009254686c..631305218d 100644 --- a/plugins/welcome/package.json +++ b/plugins/welcome/package.json @@ -28,7 +28,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.3" + "@types/testing-library__jest-dom": "5.0.4" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index 71c99c22c5..cfb9567a3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4476,10 +4476,10 @@ dependencies: pretty-format "^25.1.0" -"@types/testing-library__jest-dom@5.0.3": - version "5.0.3" - resolved "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.0.3.tgz#8efef348eeedc62e7de21acbe455a779936417c4" - integrity sha512-NdbKc6yseg6uq4UJFwimPws0iwsGugVbPoOTP2EH+PJMJKiZsoSg5F2H3XYweOyytftCOuIMuXifBUrF9CSvaQ== +"@types/testing-library__jest-dom@5.0.4": + version "5.0.4" + resolved "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.0.4.tgz#c7bfbafb920cd1ce40506474e70ee73637f33701" + integrity sha512-Ns69aaNvlxvXkPxIwsqeaWH5vJpwa/pdBIlf8LGkRnbV3tiqUgifs13moLXg1NQ2AM23qRR5CtHarNshvRyEdA== dependencies: "@types/jest" "*"