chore(deps): update dependency @types/testing-library__jest-dom to v6

This commit is contained in:
renovate[bot] 2024-03-26 21:31:25 +00:00 committed by GitHub
parent 9545a46c5d
commit 50d470fdd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

View File

@ -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",

View File

@ -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: