diff --git a/plugins/explore/package.json b/plugins/explore/package.json index 3e370e358a..5c63acc41f 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.2", + "@types/testing-library__jest-dom": "5.0.3", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index adc8362b2b..676a4c39ed 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.2", + "@types/testing-library__jest-dom": "5.0.3", "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 ae93983c6b..aa917bccd8 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.2", + "@types/testing-library__jest-dom": "5.0.3", "react-router-dom": "^5.1.2" }, "files": [ diff --git a/plugins/inventory/package.json b/plugins/inventory/package.json index f96aab4ee6..19c4362843 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.2", + "@types/testing-library__jest-dom": "5.0.3", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index b92f6ef2e4..b96a68fb52 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.2", + "@types/testing-library__jest-dom": "5.0.3", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 8b061062f6..d627e42121 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.2", + "@types/testing-library__jest-dom": "5.0.3", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index d5633b49c9..913583fd3e 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.2", + "@types/testing-library__jest-dom": "5.0.3", "jest-fetch-mock": "^3.0.3" } } diff --git a/plugins/welcome/package.json b/plugins/welcome/package.json index aa2845340e..009254686c 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.2" + "@types/testing-library__jest-dom": "5.0.3" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index f1d5bcc392..71c99c22c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4476,10 +4476,10 @@ dependencies: pretty-format "^25.1.0" -"@types/testing-library__jest-dom@5.0.2": - version "5.0.2" - resolved "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.0.2.tgz#89b782e0f187fe1e80d6375133da74182ba02065" - integrity sha512-dZP+/WHndgCSmdaImITy0KhjGAa9c0hlGGkzefbtrPFpnGEPZECDA0zyvfSp8RKhHECJJSKHFExjOwzo0rHyIA== +"@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== dependencies: "@types/jest" "*"