From 3c54a530553a1f161a428df03517bff63256201d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 Apr 2022 10:08:49 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v12.1.5 --- client/package.json | 2 +- package-lock.json | 28 ++++++++++++++-------------- tools/ui-components/package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/client/package.json b/client/package.json index 6d67600a77..ff018dfd53 100644 --- a/client/package.json +++ b/client/package.json @@ -133,7 +133,7 @@ "@codesee/babel-plugin-instrument": "0.227.0", "@codesee/tracker": "0.227.0", "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "12.1.4", + "@testing-library/react": "12.1.5", "autoprefixer": "10.4.4", "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.3", diff --git a/package-lock.json b/package-lock.json index 5a42ae572b..fa960320f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1066,7 +1066,7 @@ "@codesee/babel-plugin-instrument": "0.227.0", "@codesee/tracker": "0.227.0", "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "12.1.4", + "@testing-library/react": "12.1.5", "autoprefixer": "10.4.4", "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.3", @@ -15154,21 +15154,21 @@ } }, "node_modules/@testing-library/react": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz", - "integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz", + "integrity": "sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^8.0.0", - "@types/react-dom": "*" + "@types/react-dom": "<18.0.0" }, "engines": { "node": ">=12" }, "peerDependencies": { - "react": "*", - "react-dom": "*" + "react": "<18.0.0", + "react-dom": "<18.0.0" } }, "node_modules/@testing-library/user-event": { @@ -53617,7 +53617,7 @@ "@storybook/manager-webpack5": "6.4.21", "@storybook/react": "6.4.21", "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "12.1.4", + "@testing-library/react": "12.1.5", "@types/jest": "27.4.1", "autoprefixer": "10.4.4", "babel-loader": "8.2.4", @@ -56682,7 +56682,7 @@ "@stripe/react-stripe-js": "1.7.1", "@stripe/stripe-js": "1.27.0", "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "12.1.4", + "@testing-library/react": "12.1.5", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.13.0", "assert": "2.0.0", @@ -57050,7 +57050,7 @@ "@storybook/manager-webpack5": "6.4.21", "@storybook/react": "6.4.21", "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "12.1.4", + "@testing-library/react": "12.1.5", "@types/jest": "27.4.1", "autoprefixer": "10.4.4", "babel-loader": "8.2.4", @@ -65760,14 +65760,14 @@ } }, "@testing-library/react": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz", - "integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz", + "integrity": "sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^8.0.0", - "@types/react-dom": "*" + "@types/react-dom": "<18.0.0" } }, "@testing-library/user-event": { diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 155ce790d6..42f4d0fbfc 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -41,7 +41,7 @@ "@storybook/manager-webpack5": "6.4.21", "@storybook/react": "6.4.21", "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "12.1.4", + "@testing-library/react": "12.1.5", "@types/jest": "27.4.1", "autoprefixer": "10.4.4", "babel-loader": "8.2.4",