Skip to content

Commit fcecec2

Browse files
fix(deps): update dependency @testing-library/react to v13.1.1 (#45)
1 parent f83f3bc commit fcecec2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.16.4",
7-
"@testing-library/react": "^13.0.1",
7+
"@testing-library/react": "13.1.1",
88
"@testing-library/user-event": "14.1.1",
99
"@uiw/react-github-corners": "~1.5.14",
1010
"react": "^18.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,10 +1597,10 @@
15971597
lodash "^4.17.15"
15981598
redent "^3.0.0"
15991599

1600-
"@testing-library/react@^13.0.1":
1601-
version "13.0.1"
1602-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.1.tgz#00d223e182923d341a9610590561fb9dd1324110"
1603-
integrity sha512-zeHx3PohYYp+4bTJwrixQY8zSBZjWUGwYc7OhD1EpWTHS92RleApLoP72NdwaWxOrM1P1Uezt3XvGf6t2XSWPQ==
1600+
"@testing-library/react@13.1.1":
1601+
version "13.1.1"
1602+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.1.1.tgz#6c1635e25acca8ca5be8ee3b19ad1391681c5846"
1603+
integrity sha512-8mirlAa0OKaUvnqnZF6MdAh2tReYA2KtWVw1PKvaF5EcCZqgK5pl8iF+3uW90JdG5Ua2c2c2E2wtLdaug3dsVg==
16041604
dependencies:
16051605
"@babel/runtime" "^7.12.5"
16061606
"@testing-library/dom" "^8.5.0"

0 commit comments

Comments
 (0)