Skip to content

Commit d2a9a96

Browse files
committed
Bump @testing-library/dom and @testing-library/react
1 parent e4402fa commit d2a9a96

File tree

5 files changed

+40
-71
lines changed

5 files changed

+40
-71
lines changed

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@mui-internal/test-utils": "workspace:^",
5454
"@mui/internal-babel-macros": "workspace:^",
5555
"@mui/types": "workspace:^",
56-
"@testing-library/react": "^14.2.1",
56+
"@testing-library/react": "^16.0.0",
5757
"@testing-library/user-event": "^14.5.2",
5858
"@types/chai": "^4.3.12",
5959
"@types/prop-types": "^15.7.12",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@mui/internal-babel-macros": "workspace:^",
6161
"@popperjs/core": "^2.11.8",
6262
"@rollup/plugin-replace": "^5.0.5",
63-
"@testing-library/dom": "^9.3.4",
63+
"@testing-library/dom": "^10.3.1",
6464
"@testing-library/user-event": "^14.5.2",
6565
"@types/chai": "^4.3.12",
6666
"@types/prop-types": "^15.7.12",

packages/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@babel/runtime": "^7.23.9",
2525
"@emotion/cache": "^11.11.0",
2626
"@emotion/react": "^11.11.4",
27-
"@testing-library/dom": "^9.3.4",
28-
"@testing-library/react": "^14.2.1",
27+
"@testing-library/dom": "^10.3.1",
28+
"@testing-library/react": "^16.0.0",
2929
"chai": "^4.4.1",
3030
"chai-dom": "^1.12.0",
3131
"dom-accessibility-api": "^0.6.3",

pnpm-lock.yaml

Lines changed: 35 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@mui/system": "workspace:^",
1919
"@mui/utils": "workspace:^",
2020
"@playwright/test": "1.42.1",
21-
"@testing-library/dom": "^9.3.4",
21+
"@testing-library/dom": "^10.3.1",
2222
"@types/chai": "^4.3.12",
2323
"@types/react": "^18.3.3",
2424
"@types/react-is": "^18.3.0",

0 commit comments

Comments
 (0)