Skip to content

Commit

Permalink
[core] Update @testing-library/react and @testing-library/dom pac…
Browse files Browse the repository at this point in the history
…kages (#42349)
  • Loading branch information
ZeeshanTamboli committed May 23, 2024
1 parent 1f86f90 commit 7aeccb5
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@mui-internal/test-utils": "workspace:^",
"@mui/internal-babel-macros": "workspace:^",
"@mui/types": "workspace:^",
"@testing-library/react": "^14.3.1",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@mui-internal/test-utils": "workspace:^",
"@mui/internal-babel-macros": "workspace:^",
"@popperjs/core": "^2.11.8",
"@testing-library/dom": "^9.3.4",
"@testing-library/dom": "^10.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.3.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^15.0.7",
"chai": "^4.4.1",
"chai-dom": "^1.12.0",
"dom-accessibility-api": "^0.6.3",
Expand Down
59 changes: 41 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
"groupName": "@definitelytyped tools",
"matchPackagePatterns": ["@definitelytyped/*"]
},
{
"groupName": "Testing libraries",
"matchPackagePatterns": ["@testing-library/*"]
},
{
"groupName": "envinfo tests",
"matchPaths": ["packages/mui-envinfo/test/package.json"],
Expand Down

0 comments on commit 7aeccb5

Please sign in to comment.