Skip to content

Commit e0cd0cc

Browse files
authored
Merge pull request #526 from oaf-project/renovate/testing-library-react-14.x
Update dependency @testing-library/react to v14
2 parents 44d8688 + 7017dc8 commit e0cd0cc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@stryker-mutator/core": "^6.3.1",
1212
"@stryker-mutator/jest-runner": "^6.3.1",
1313
"@stryker-mutator/typescript-checker": "^6.3.1",
14-
"@testing-library/react": "^13.4.0",
14+
"@testing-library/react": "^14.0.0",
1515
"@types/jest": "^29.4.0",
1616
"@types/react-dom": "^18.0.10",
1717
"@typescript-eslint/eslint-plugin": "^5.49.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -827,10 +827,10 @@
827827
dependencies:
828828
lodash.flatmap "~4.5.0"
829829

830-
"@testing-library/dom@^8.5.0":
831-
version "8.20.0"
832-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.0.tgz#914aa862cef0f5e89b98cc48e3445c4c921010f6"
833-
integrity sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==
830+
"@testing-library/dom@^9.0.0":
831+
version "9.0.0"
832+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.0.0.tgz#cc50e8df2a7dccff95555102beebbae60e95e95e"
833+
integrity sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==
834834
dependencies:
835835
"@babel/code-frame" "^7.10.4"
836836
"@babel/runtime" "^7.12.5"
@@ -841,13 +841,13 @@
841841
lz-string "^1.4.4"
842842
pretty-format "^27.0.2"
843843

844-
"@testing-library/react@^13.4.0":
845-
version "13.4.0"
846-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
847-
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
844+
"@testing-library/react@^14.0.0":
845+
version "14.0.0"
846+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.0.0.tgz#59030392a6792450b9ab8e67aea5f3cc18d6347c"
847+
integrity sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==
848848
dependencies:
849849
"@babel/runtime" "^7.12.5"
850-
"@testing-library/dom" "^8.5.0"
850+
"@testing-library/dom" "^9.0.0"
851851
"@types/react-dom" "^18.0.0"
852852

853853
"@tootallnate/once@1":

0 commit comments

Comments
 (0)