chore(deps): update dependency @testing-library/react to v12.1.2
This commit is contained in:
committed by
renovate[bot]
parent
1e5852a6e3
commit
3f79710779
12
tools/ui-components/package-lock.json
generated
12
tools/ui-components/package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user