Bump @testing-library/react from 15.0.0 to 15.0.1 (#28658)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.0 to 15.0.1. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a9db8cb7ca
commit
eab5f3a79e
2 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@
|
|||
"@4tw/cypress-drag-drop": "^2.2.5",
|
||||
"@testing-library/cypress": "^10.0.1",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
"@testing-library/react": "^15.0.1",
|
||||
"@types/dagre": "^0.7.52",
|
||||
"@types/file-saver": "^2.0.7",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
|
|
|
@ -236,8 +236,8 @@ importers:
|
|||
specifier: ^6.4.2
|
||||
version: 6.4.2(vitest@1.4.0)
|
||||
'@testing-library/react':
|
||||
specifier: ^15.0.0
|
||||
version: 15.0.0(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^15.0.1
|
||||
version: 15.0.1(react-dom@18.2.0)(react@18.2.0)
|
||||
'@types/dagre':
|
||||
specifier: ^0.7.52
|
||||
version: 0.7.52
|
||||
|
@ -2321,8 +2321,8 @@ packages:
|
|||
vitest: 1.4.0(@types/node@20.12.7)(jsdom@24.0.0)(lightningcss@1.24.1)
|
||||
dev: true
|
||||
|
||||
/@testing-library/react@15.0.0(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-Nb2Sq8MoSvGVdOGGppRqXeafLtvXCOwiOQtcbqCfkpVNZZNUqIjeSOwrfJ59zBfmZbAn8PitnWEzUKD1YwMrCg==}
|
||||
/@testing-library/react@15.0.1(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
|
|
Loading…
Reference in a new issue