Skip to content

Commit d9cdc25

Browse files
chore(deps): update testing-library monorepo (major) (#1675)
* chore(deps): update testing-library monorepo * Add deps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 819000d commit d9cdc25

File tree

8 files changed

+79
-27
lines changed

8 files changed

+79
-27
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ coverage
99
.idea
1010
.eslintcache
1111
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
12-
.nx/cache
12+
.nx

extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
"@babel/preset-react": "^7.24.7",
5353
"@babel/preset-typescript": "^7.24.7",
5454
"@babel/register": "^7.24.6",
55+
"@testing-library/dom": "^10.1.0",
5556
"@testing-library/jest-dom": "^6.4.5",
56-
"@testing-library/react": "^14.3.1",
57+
"@testing-library/react": "^16.0.0",
5758
"@types/chrome": "^0.0.268",
5859
"@types/lodash": "^4.17.4",
5960
"@types/react": "^18.3.3",

packages/redux-devtools-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@
7474
"@babel/preset-typescript": "^7.24.7",
7575
"@emotion/react": "^11.11.4",
7676
"@rjsf/core": "^4.2.3",
77+
"@testing-library/dom": "^10.1.0",
7778
"@testing-library/jest-dom": "^6.4.5",
78-
"@testing-library/react": "^14.3.1",
79+
"@testing-library/react": "^16.0.0",
7980
"@types/jest": "^29.5.12",
8081
"@types/jsan": "^3.1.5",
8182
"@types/json-schema": "^7.0.15",

packages/redux-devtools-inspector-monitor-test-tab/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"@emotion/react": "^11.11.4",
6464
"@redux-devtools/core": "^4.0.0",
6565
"@redux-devtools/inspector-monitor": "^6.0.0",
66-
"@testing-library/react": "^14.3.1",
66+
"@testing-library/dom": "^10.1.0",
67+
"@testing-library/react": "^16.0.0",
6768
"@types/es6template": "^1.0.5",
6869
"@types/jest": "^29.5.12",
6970
"@types/jsan": "^3.1.5",

packages/redux-devtools-inspector-monitor-trace-tab/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"@emotion/react": "^11.11.4",
5151
"@redux-devtools/core": "^4.0.0",
5252
"@redux-devtools/inspector-monitor": "^6.0.1",
53-
"@testing-library/react": "^14.3.1",
53+
"@testing-library/dom": "^10.1.0",
54+
"@testing-library/react": "^16.0.0",
5455
"@types/babel__code-frame": "^7.0.6",
5556
"@types/html-entities": "^1.3.4",
5657
"@types/jest": "^29.5.12",

packages/redux-devtools-rtk-query-monitor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@
6565
"@emotion/react": "^11.11.4",
6666
"@redux-devtools/core": "^4.0.0",
6767
"@reduxjs/toolkit": "^1.9.7",
68+
"@testing-library/dom": "^10.1.0",
6869
"@testing-library/jest-dom": "^6.4.5",
69-
"@testing-library/react": "^14.3.1",
70+
"@testing-library/react": "^16.0.0",
7071
"@types/jest": "^29.5.12",
7172
"@types/hex-rgba": "^1.0.3",
7273
"@types/lodash.debounce": "^4.0.9",

packages/redux-devtools-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"@storybook/react": "^8.1.6",
7373
"@storybook/react-webpack5": "^8.1.6",
7474
"@storybook/test": "^8.1.6",
75-
"@testing-library/dom": "^9.3.4",
76-
"@testing-library/react": "^14.3.1",
75+
"@testing-library/dom": "^10.1.0",
76+
"@testing-library/react": "^16.0.0",
7777
"@testing-library/user-event": "^14.5.2",
7878
"@types/color": "^3.0.6",
7979
"@types/jest": "^29.5.12",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)