mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency @testing-library/react to v12.1.2 (#2485)
This commit is contained in:
parent
91e043addc
commit
717e42b383
2 changed files with 10 additions and 10 deletions
|
@ -35,7 +35,7 @@
|
|||
"@rematch/loading": "2.1.0",
|
||||
"@testing-library/dom": "8.5.0",
|
||||
"@testing-library/jest-dom": "5.14.1",
|
||||
"@testing-library/react": "12.1.0",
|
||||
"@testing-library/react": "12.1.2",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.22",
|
||||
"autosuggest-highlight": "3.1.1",
|
||||
"babel-loader": "8.2.2",
|
||||
|
|
|
@ -748,7 +748,7 @@ importers:
|
|||
'@rematch/loading': 2.1.0
|
||||
'@testing-library/dom': 8.5.0
|
||||
'@testing-library/jest-dom': 5.14.1
|
||||
'@testing-library/react': 12.1.0
|
||||
'@testing-library/react': 12.1.2
|
||||
'@types/react': 17.0.19
|
||||
'@types/react-autosuggest': 10.1.5
|
||||
'@types/react-dom': 17.0.9
|
||||
|
@ -830,7 +830,7 @@ importers:
|
|||
'@rematch/loading': 2.1.0_@rematch+core@2.1.0
|
||||
'@testing-library/dom': 8.5.0
|
||||
'@testing-library/jest-dom': 5.14.1
|
||||
'@testing-library/react': 12.1.0_react-dom@17.0.2+react@17.0.2
|
||||
'@testing-library/react': 12.1.2_react-dom@17.0.2+react@17.0.2
|
||||
'@types/react': 17.0.19
|
||||
'@types/react-autosuggest': 10.1.5
|
||||
'@types/react-dom': 17.0.9
|
||||
|
@ -6775,7 +6775,7 @@ packages:
|
|||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/runtime': 7.14.5
|
||||
'@babel/runtime': 7.15.4
|
||||
'@material-ui/utils': 4.11.2_react-dom@17.0.2+react@17.0.2
|
||||
'@types/react': 17.0.19
|
||||
csstype: 2.6.13
|
||||
|
@ -6802,7 +6802,7 @@ packages:
|
|||
react: ^16.8.0 || ^17.0.0
|
||||
react-dom: ^16.8.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@babel/runtime': 7.14.5
|
||||
'@babel/runtime': 7.15.4
|
||||
prop-types: 15.7.2
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
@ -7166,8 +7166,8 @@ packages:
|
|||
redent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/@testing-library/react/12.1.0_react-dom@17.0.2+react@17.0.2:
|
||||
resolution: {integrity: sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==}
|
||||
/@testing-library/react/12.1.2_react-dom@17.0.2+react@17.0.2:
|
||||
resolution: {integrity: sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
react: '*'
|
||||
|
@ -11283,7 +11283,7 @@ packages:
|
|||
/dom-helpers/5.2.1:
|
||||
resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
|
||||
dependencies:
|
||||
'@babel/runtime': 7.14.5
|
||||
'@babel/runtime': 7.15.4
|
||||
csstype: 3.0.8
|
||||
dev: true
|
||||
|
||||
|
@ -16260,7 +16260,7 @@ packages:
|
|||
prop-types: ^15.0.0
|
||||
react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@babel/runtime': 7.12.5
|
||||
'@babel/runtime': 7.15.4
|
||||
prop-types: 15.7.2
|
||||
react: 17.0.2
|
||||
tiny-warning: 1.0.3
|
||||
|
@ -18764,7 +18764,7 @@ packages:
|
|||
react: '>=16.6.0'
|
||||
react-dom: '>=16.6.0'
|
||||
dependencies:
|
||||
'@babel/runtime': 7.14.5
|
||||
'@babel/runtime': 7.15.4
|
||||
dom-helpers: 5.2.1
|
||||
loose-envify: 1.4.0
|
||||
prop-types: 15.7.2
|
||||
|
|
Loading…
Reference in a new issue