mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
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 <nbierema@gmail.com>
This commit is contained in:
parent
819000df9b
commit
d9cdc25cb2
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,4 +9,4 @@ coverage
|
||||||
.idea
|
.idea
|
||||||
.eslintcache
|
.eslintcache
|
||||||
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
|
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
|
||||||
.nx/cache
|
.nx
|
||||||
|
|
|
@ -52,8 +52,9 @@
|
||||||
"@babel/preset-react": "^7.24.7",
|
"@babel/preset-react": "^7.24.7",
|
||||||
"@babel/preset-typescript": "^7.24.7",
|
"@babel/preset-typescript": "^7.24.7",
|
||||||
"@babel/register": "^7.24.6",
|
"@babel/register": "^7.24.6",
|
||||||
|
"@testing-library/dom": "^10.1.0",
|
||||||
"@testing-library/jest-dom": "^6.4.5",
|
"@testing-library/jest-dom": "^6.4.5",
|
||||||
"@testing-library/react": "^14.3.1",
|
"@testing-library/react": "^16.0.0",
|
||||||
"@types/chrome": "^0.0.268",
|
"@types/chrome": "^0.0.268",
|
||||||
"@types/lodash": "^4.17.4",
|
"@types/lodash": "^4.17.4",
|
||||||
"@types/react": "^18.3.3",
|
"@types/react": "^18.3.3",
|
||||||
|
|
|
@ -74,8 +74,9 @@
|
||||||
"@babel/preset-typescript": "^7.24.7",
|
"@babel/preset-typescript": "^7.24.7",
|
||||||
"@emotion/react": "^11.11.4",
|
"@emotion/react": "^11.11.4",
|
||||||
"@rjsf/core": "^4.2.3",
|
"@rjsf/core": "^4.2.3",
|
||||||
|
"@testing-library/dom": "^10.1.0",
|
||||||
"@testing-library/jest-dom": "^6.4.5",
|
"@testing-library/jest-dom": "^6.4.5",
|
||||||
"@testing-library/react": "^14.3.1",
|
"@testing-library/react": "^16.0.0",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@types/jsan": "^3.1.5",
|
"@types/jsan": "^3.1.5",
|
||||||
"@types/json-schema": "^7.0.15",
|
"@types/json-schema": "^7.0.15",
|
||||||
|
|
|
@ -63,7 +63,8 @@
|
||||||
"@emotion/react": "^11.11.4",
|
"@emotion/react": "^11.11.4",
|
||||||
"@redux-devtools/core": "^4.0.0",
|
"@redux-devtools/core": "^4.0.0",
|
||||||
"@redux-devtools/inspector-monitor": "^6.0.0",
|
"@redux-devtools/inspector-monitor": "^6.0.0",
|
||||||
"@testing-library/react": "^14.3.1",
|
"@testing-library/dom": "^10.1.0",
|
||||||
|
"@testing-library/react": "^16.0.0",
|
||||||
"@types/es6template": "^1.0.5",
|
"@types/es6template": "^1.0.5",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@types/jsan": "^3.1.5",
|
"@types/jsan": "^3.1.5",
|
||||||
|
|
|
@ -50,7 +50,8 @@
|
||||||
"@emotion/react": "^11.11.4",
|
"@emotion/react": "^11.11.4",
|
||||||
"@redux-devtools/core": "^4.0.0",
|
"@redux-devtools/core": "^4.0.0",
|
||||||
"@redux-devtools/inspector-monitor": "^6.0.1",
|
"@redux-devtools/inspector-monitor": "^6.0.1",
|
||||||
"@testing-library/react": "^14.3.1",
|
"@testing-library/dom": "^10.1.0",
|
||||||
|
"@testing-library/react": "^16.0.0",
|
||||||
"@types/babel__code-frame": "^7.0.6",
|
"@types/babel__code-frame": "^7.0.6",
|
||||||
"@types/html-entities": "^1.3.4",
|
"@types/html-entities": "^1.3.4",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
|
|
|
@ -65,8 +65,9 @@
|
||||||
"@emotion/react": "^11.11.4",
|
"@emotion/react": "^11.11.4",
|
||||||
"@redux-devtools/core": "^4.0.0",
|
"@redux-devtools/core": "^4.0.0",
|
||||||
"@reduxjs/toolkit": "^1.9.7",
|
"@reduxjs/toolkit": "^1.9.7",
|
||||||
|
"@testing-library/dom": "^10.1.0",
|
||||||
"@testing-library/jest-dom": "^6.4.5",
|
"@testing-library/jest-dom": "^6.4.5",
|
||||||
"@testing-library/react": "^14.3.1",
|
"@testing-library/react": "^16.0.0",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@types/hex-rgba": "^1.0.3",
|
"@types/hex-rgba": "^1.0.3",
|
||||||
"@types/lodash.debounce": "^4.0.9",
|
"@types/lodash.debounce": "^4.0.9",
|
||||||
|
|
|
@ -72,8 +72,8 @@
|
||||||
"@storybook/react": "^8.1.6",
|
"@storybook/react": "^8.1.6",
|
||||||
"@storybook/react-webpack5": "^8.1.6",
|
"@storybook/react-webpack5": "^8.1.6",
|
||||||
"@storybook/test": "^8.1.6",
|
"@storybook/test": "^8.1.6",
|
||||||
"@testing-library/dom": "^9.3.4",
|
"@testing-library/dom": "^10.1.0",
|
||||||
"@testing-library/react": "^14.3.1",
|
"@testing-library/react": "^16.0.0",
|
||||||
"@testing-library/user-event": "^14.5.2",
|
"@testing-library/user-event": "^14.5.2",
|
||||||
"@types/color": "^3.0.6",
|
"@types/color": "^3.0.6",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
|
|
|
@ -138,12 +138,15 @@ importers:
|
||||||
'@babel/register':
|
'@babel/register':
|
||||||
specifier: ^7.24.6
|
specifier: ^7.24.6
|
||||||
version: 7.24.6(@babel/core@7.24.7)
|
version: 7.24.6(@babel/core@7.24.7)
|
||||||
|
'@testing-library/dom':
|
||||||
|
specifier: ^10.1.0
|
||||||
|
version: 10.1.0
|
||||||
'@testing-library/jest-dom':
|
'@testing-library/jest-dom':
|
||||||
specifier: ^6.4.5
|
specifier: ^6.4.5
|
||||||
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: ^14.3.1
|
specifier: ^16.0.0
|
||||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||||
'@types/chrome':
|
'@types/chrome':
|
||||||
specifier: ^0.0.268
|
specifier: ^0.0.268
|
||||||
version: 0.0.268
|
version: 0.0.268
|
||||||
|
@ -940,12 +943,15 @@ importers:
|
||||||
'@rjsf/core':
|
'@rjsf/core':
|
||||||
specifier: ^4.2.3
|
specifier: ^4.2.3
|
||||||
version: 4.2.3(react@18.3.1)
|
version: 4.2.3(react@18.3.1)
|
||||||
|
'@testing-library/dom':
|
||||||
|
specifier: ^10.1.0
|
||||||
|
version: 10.1.0
|
||||||
'@testing-library/jest-dom':
|
'@testing-library/jest-dom':
|
||||||
specifier: ^6.4.5
|
specifier: ^6.4.5
|
||||||
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: ^14.3.1
|
specifier: ^16.0.0
|
||||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||||
'@types/jest':
|
'@types/jest':
|
||||||
specifier: ^29.5.12
|
specifier: ^29.5.12
|
||||||
version: 29.5.12
|
version: 29.5.12
|
||||||
|
@ -1597,9 +1603,12 @@ importers:
|
||||||
'@redux-devtools/inspector-monitor':
|
'@redux-devtools/inspector-monitor':
|
||||||
specifier: ^6.0.0
|
specifier: ^6.0.0
|
||||||
version: link:../redux-devtools-inspector-monitor
|
version: link:../redux-devtools-inspector-monitor
|
||||||
|
'@testing-library/dom':
|
||||||
|
specifier: ^10.1.0
|
||||||
|
version: 10.1.0
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: ^14.3.1
|
specifier: ^16.0.0
|
||||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||||
'@types/es6template':
|
'@types/es6template':
|
||||||
specifier: ^1.0.5
|
specifier: ^1.0.5
|
||||||
version: 1.0.5
|
version: 1.0.5
|
||||||
|
@ -1854,9 +1863,12 @@ importers:
|
||||||
'@redux-devtools/inspector-monitor':
|
'@redux-devtools/inspector-monitor':
|
||||||
specifier: ^6.0.1
|
specifier: ^6.0.1
|
||||||
version: link:../redux-devtools-inspector-monitor
|
version: link:../redux-devtools-inspector-monitor
|
||||||
|
'@testing-library/dom':
|
||||||
|
specifier: ^10.1.0
|
||||||
|
version: 10.1.0
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: ^14.3.1
|
specifier: ^16.0.0
|
||||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||||
'@types/babel__code-frame':
|
'@types/babel__code-frame':
|
||||||
specifier: ^7.0.6
|
specifier: ^7.0.6
|
||||||
version: 7.0.6
|
version: 7.0.6
|
||||||
|
@ -2336,12 +2348,15 @@ importers:
|
||||||
'@reduxjs/toolkit':
|
'@reduxjs/toolkit':
|
||||||
specifier: ^1.9.7
|
specifier: ^1.9.7
|
||||||
version: 1.9.7(react-redux@8.1.3)(react@18.3.1)
|
version: 1.9.7(react-redux@8.1.3)(react@18.3.1)
|
||||||
|
'@testing-library/dom':
|
||||||
|
specifier: ^10.1.0
|
||||||
|
version: 10.1.0
|
||||||
'@testing-library/jest-dom':
|
'@testing-library/jest-dom':
|
||||||
specifier: ^6.4.5
|
specifier: ^6.4.5
|
||||||
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: ^14.3.1
|
specifier: ^16.0.0
|
||||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||||
'@types/hex-rgba':
|
'@types/hex-rgba':
|
||||||
specifier: ^1.0.3
|
specifier: ^1.0.3
|
||||||
version: 1.0.3
|
version: 1.0.3
|
||||||
|
@ -2891,14 +2906,14 @@ importers:
|
||||||
specifier: ^8.1.6
|
specifier: ^8.1.6
|
||||||
version: 8.1.6(@types/jest@29.5.12)(jest@29.7.0)
|
version: 8.1.6(@types/jest@29.5.12)(jest@29.7.0)
|
||||||
'@testing-library/dom':
|
'@testing-library/dom':
|
||||||
specifier: ^9.3.4
|
specifier: ^10.1.0
|
||||||
version: 9.3.4
|
version: 10.1.0
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: ^14.3.1
|
specifier: ^16.0.0
|
||||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||||
'@testing-library/user-event':
|
'@testing-library/user-event':
|
||||||
specifier: ^14.5.2
|
specifier: ^14.5.2
|
||||||
version: 14.5.2(@testing-library/dom@9.3.4)
|
version: 14.5.2(@testing-library/dom@10.1.0)
|
||||||
'@types/color':
|
'@types/color':
|
||||||
specifier: ^3.0.6
|
specifier: ^3.0.6
|
||||||
version: 3.0.6
|
version: 3.0.6
|
||||||
|
@ -9153,6 +9168,20 @@ packages:
|
||||||
resolution: {integrity: sha512-kIhULpw9TrGYnHp/8VfdcneIcxKnLixmADtukQRtJUmsVlMg0niMkwV0xZmi8hqa57xqilIHjWFA0GKvEjVU5g==}
|
resolution: {integrity: sha512-kIhULpw9TrGYnHp/8VfdcneIcxKnLixmADtukQRtJUmsVlMg0niMkwV0xZmi8hqa57xqilIHjWFA0GKvEjVU5g==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@testing-library/dom@10.1.0:
|
||||||
|
resolution: {integrity: sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
dependencies:
|
||||||
|
'@babel/code-frame': 7.24.7
|
||||||
|
'@babel/runtime': 7.24.7
|
||||||
|
'@types/aria-query': 5.0.4
|
||||||
|
aria-query: 5.3.0
|
||||||
|
chalk: 4.1.2
|
||||||
|
dom-accessibility-api: 0.5.16
|
||||||
|
lz-string: 1.5.0
|
||||||
|
pretty-format: 27.5.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@testing-library/dom@9.3.4:
|
/@testing-library/dom@9.3.4:
|
||||||
resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==}
|
resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
@ -9200,20 +9229,38 @@ packages:
|
||||||
redent: 3.0.0
|
redent: 3.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@testing-library/react@14.3.1(react-dom@18.3.1)(react@18.3.1):
|
/@testing-library/react@16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1):
|
||||||
resolution: {integrity: sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==}
|
resolution: {integrity: sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=18'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
'@testing-library/dom': ^10.0.0
|
||||||
|
'@types/react': ^18.0.0
|
||||||
|
'@types/react-dom': ^18.0.0
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
'@types/react':
|
||||||
|
optional: true
|
||||||
|
'@types/react-dom':
|
||||||
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.24.7
|
'@babel/runtime': 7.24.7
|
||||||
'@testing-library/dom': 9.3.4
|
'@testing-library/dom': 10.1.0
|
||||||
|
'@types/react': 18.3.3
|
||||||
'@types/react-dom': 18.3.0
|
'@types/react-dom': 18.3.0
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
react-dom: 18.3.1(react@18.3.1)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@testing-library/user-event@14.5.2(@testing-library/dom@10.1.0):
|
||||||
|
resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==}
|
||||||
|
engines: {node: '>=12', npm: '>=6'}
|
||||||
|
peerDependencies:
|
||||||
|
'@testing-library/dom': '>=7.21.4'
|
||||||
|
dependencies:
|
||||||
|
'@testing-library/dom': 10.1.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@testing-library/user-event@14.5.2(@testing-library/dom@9.3.4):
|
/@testing-library/user-event@14.5.2(@testing-library/dom@9.3.4):
|
||||||
resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==}
|
resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==}
|
||||||
engines: {node: '>=12', npm: '>=6'}
|
engines: {node: '>=12', npm: '>=6'}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user