mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
chore(deps): update dependency @types/testing-library__jest-dom to v6
This commit is contained in:
parent
9545a46c5d
commit
50d470fdd3
|
@ -85,7 +85,7 @@
|
|||
"@types/react-dom": "^18.2.22",
|
||||
"@types/socketcluster-client": "^19.1.0",
|
||||
"@types/styled-components": "^5.1.34",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/testing-library__jest-dom": "^6.0.0",
|
||||
"@types/webpack-env": "^1.18.4",
|
||||
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
||||
"@typescript-eslint/parser": "^7.4.0",
|
||||
|
|
|
@ -1131,8 +1131,8 @@ importers:
|
|||
specifier: ^5.1.34
|
||||
version: 5.1.34
|
||||
'@types/testing-library__jest-dom':
|
||||
specifier: ^5.14.9
|
||||
version: 5.14.9
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0(@types/jest@29.5.12)(jest@29.7.0)
|
||||
'@types/webpack-env':
|
||||
specifier: ^1.18.4
|
||||
version: 1.18.4
|
||||
|
@ -10568,10 +10568,17 @@ packages:
|
|||
'@types/estree': 1.0.5
|
||||
dev: false
|
||||
|
||||
/@types/testing-library__jest-dom@5.14.9:
|
||||
resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==}
|
||||
/@types/testing-library__jest-dom@6.0.0(@types/jest@29.5.12)(jest@29.7.0):
|
||||
resolution: {integrity: sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==}
|
||||
deprecated: This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed.
|
||||
dependencies:
|
||||
'@types/jest': 29.5.12
|
||||
'@testing-library/jest-dom': 6.4.2(@types/jest@29.5.12)(jest@29.7.0)
|
||||
transitivePeerDependencies:
|
||||
- '@jest/globals'
|
||||
- '@types/bun'
|
||||
- '@types/jest'
|
||||
- jest
|
||||
- vitest
|
||||
dev: true
|
||||
|
||||
/@types/tough-cookie@4.0.5:
|
||||
|
|
Loading…
Reference in New Issue
Block a user