chore(deps): update dependency @testing-library/react to v12.1.2

This commit is contained in:
Renovate Bot
2021-10-03 15:05:11 +00:00
committed by renovate[bot]
parent 1e5852a6e3
commit 3f79710779
4 changed files with 21 additions and 21 deletions

View File

@ -6596,9 +6596,9 @@
}
},
"@testing-library/dom": {
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.6.0.tgz",
"integrity": "sha512-EDBMEWK8IVpNF7B7C1knb0lLB4Si9RWte/YTEi6CqmqUK5CYCoecwOOG9pEijU/H6s3u0drUxH5sKT07FCgFIg==",
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.7.1.tgz",
"integrity": "sha512-nMqxP8qPHgYAiIPMVb6zko5DInPJ/LdILgrkWB5HBJhBCIU5avso8pU9IafnXVGLRq+LDtbvo0LuVbjEo27BgQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -6663,9 +6663,9 @@
}
},
"@testing-library/react": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.1.tgz",
"integrity": "sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==",
"version": "12.1.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz",
"integrity": "sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@ -39,7 +39,7 @@
"@storybook/addon-links": "6.3.9",
"@storybook/addon-postcss": "2.0.0",
"@storybook/react": "6.3.9",
"@testing-library/react": "12.1.1",
"@testing-library/react": "12.1.2",
"autoprefixer": "10.3.6",
"babel-loader": "8.2.2",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",