Skip to content

Commit

Permalink
Bump @testing-library/dom and @testing-library/react
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Jul 8, 2024
1 parent e4402fa commit d2a9a96
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@mui-internal/test-utils": "workspace:^",
"@mui/internal-babel-macros": "workspace:^",
"@mui/types": "workspace:^",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.12",
"@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 @@ -60,7 +60,7 @@
"@mui/internal-babel-macros": "workspace:^",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^5.0.5",
"@testing-library/dom": "^9.3.4",
"@testing-library/dom": "^10.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.12",
"@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 @@ -24,8 +24,8 @@
"@babel/runtime": "^7.23.9",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.2.1",
"@testing-library/dom": "^10.3.1",
"@testing-library/react": "^16.0.0",
"chai": "^4.4.1",
"chai-dom": "^1.12.0",
"dom-accessibility-api": "^0.6.3",
Expand Down
101 changes: 35 additions & 66 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@mui/system": "workspace:^",
"@mui/utils": "workspace:^",
"@playwright/test": "1.42.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/dom": "^10.3.1",
"@types/chai": "^4.3.12",
"@types/react": "^18.3.3",
"@types/react-is": "^18.3.0",
Expand Down

0 comments on commit d2a9a96

Please sign in to comment.