Skip to content

Commit da51770

Browse files
committed
fix(deps): update dependency @testing-library/react to v13.4.0
1 parent 1a43954 commit da51770

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@ionic/react-hooks": "0.0.8",
1010
"@ionic/react-router": "6.2.6",
1111
"@testing-library/jest-dom": "5.16.5",
12-
"@testing-library/react": "13.3.0",
12+
"@testing-library/react": "13.4.0",
1313
"@testing-library/user-event": "14.4.3",
1414
"@types/jest": "28.1.8",
1515
"@types/node": "16.11.58",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,10 +1899,10 @@
18991899
lodash "^4.17.15"
19001900
redent "^3.0.0"
19011901

1902-
"@testing-library/react@13.3.0":
1903-
version "13.3.0"
1904-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5"
1905-
integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ==
1902+
"@testing-library/react@13.4.0":
1903+
version "13.4.0"
1904+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
1905+
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
19061906
dependencies:
19071907
"@babel/runtime" "^7.12.5"
19081908
"@testing-library/dom" "^8.5.0"

0 commit comments

Comments
 (0)