0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore(deps): update dependency @testing-library/react to v13 (#631)

This commit is contained in:
renovate[bot] 2022-04-23 12:03:43 +08:00 committed by GitHub
parent 7b485aebab
commit d79c1e94f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 21 deletions

View file

@ -41,7 +41,7 @@
"@silverhand/eslint-config-react": "^0.10.3",
"@silverhand/ts-config": "^0.10.2",
"@silverhand/ts-config-react": "^0.10.3",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^13.0.0",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",

View file

@ -371,7 +371,7 @@ importers:
'@silverhand/essentials': ^1.1.7
'@silverhand/ts-config': ^0.10.2
'@silverhand/ts-config-react': ^0.10.3
'@testing-library/react': ^12.0.0
'@testing-library/react': ^13.0.0
'@types/jest': ^27.4.0
'@types/react': ^17.0.14
'@types/react-dom': ^17.0.9
@ -415,7 +415,7 @@ importers:
'@silverhand/essentials': 1.1.7
'@silverhand/ts-config': 0.10.2_typescript@4.6.2
'@silverhand/ts-config-react': 0.10.3_typescript@4.6.2
'@testing-library/react': 12.1.2_react-dom@17.0.2+react@17.0.2
'@testing-library/react': 13.1.1_react-dom@17.0.2+react@17.0.2
'@types/jest': 27.4.0
'@types/react': 17.0.37
'@types/react-dom': 17.0.11
@ -5599,25 +5599,26 @@ packages:
resolution: {integrity: sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg==}
engines: {node: '>=12'}
dependencies:
'@babel/code-frame': 7.16.0
'@babel/runtime': 7.16.3
'@babel/code-frame': 7.16.7
'@babel/runtime': 7.17.9
'@types/aria-query': 4.2.2
aria-query: 5.0.0
chalk: 4.1.2
dom-accessibility-api: 0.5.10
lz-string: 1.4.4
pretty-format: 27.4.2
pretty-format: 27.5.1
dev: true
/@testing-library/react/12.1.2_react-dom@17.0.2+react@17.0.2:
resolution: {integrity: sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==}
/@testing-library/react/13.1.1_react-dom@17.0.2+react@17.0.2:
resolution: {integrity: sha512-8mirlAa0OKaUvnqnZF6MdAh2tReYA2KtWVw1PKvaF5EcCZqgK5pl8iF+3uW90JdG5Ua2c2c2E2wtLdaug3dsVg==}
engines: {node: '>=12'}
peerDependencies:
react: '*'
react-dom: '*'
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
'@babel/runtime': 7.16.3
'@babel/runtime': 7.17.9
'@testing-library/dom': 8.11.1
'@types/react-dom': 18.0.2
react: 17.0.2
react-dom: 17.0.2_react@17.0.2
dev: true
@ -6033,6 +6034,12 @@ packages:
'@types/react': 17.0.37
dev: true
/@types/react-dom/18.0.2:
resolution: {integrity: sha512-UxeS+Wtj5bvLRREz9tIgsK4ntCuLDo0EcAcACgw3E+9wE8ePDr9uQpq53MfcyxyIS55xJ+0B6mDS8c4qkkHLBg==}
dependencies:
'@types/react': 17.0.37
dev: true
/@types/react-modal/3.13.1:
resolution: {integrity: sha512-iY/gPvTDIy6Z+37l+ibmrY+GTV4KQTHcCyR5FIytm182RQS69G5ps4PH2FxtC7bAQ2QRHXMevsBgck7IQruHNg==}
dependencies:
@ -15981,16 +15988,6 @@ packages:
renderkid: 3.0.0
dev: true
/pretty-format/27.4.2:
resolution: {integrity: sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.5.1
ansi-regex: 5.0.1
ansi-styles: 5.2.0
react-is: 17.0.2
dev: true
/pretty-format/27.5.1:
resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}