Bump @testing-library/react from 14.2.2 to 14.3.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.2.2 to 14.3.0. - [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/v14.2.2...v14.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f015f2db4c
commit
e790d34943
2 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@
|
||||||
"@4tw/cypress-drag-drop": "^2.2.5",
|
"@4tw/cypress-drag-drop": "^2.2.5",
|
||||||
"@testing-library/cypress": "^10.0.1",
|
"@testing-library/cypress": "^10.0.1",
|
||||||
"@testing-library/jest-dom": "^6.4.2",
|
"@testing-library/jest-dom": "^6.4.2",
|
||||||
"@testing-library/react": "^14.2.2",
|
"@testing-library/react": "^14.3.0",
|
||||||
"@types/dagre": "^0.7.52",
|
"@types/dagre": "^0.7.52",
|
||||||
"@types/file-saver": "^2.0.7",
|
"@types/file-saver": "^2.0.7",
|
||||||
"@types/lodash-es": "^4.17.12",
|
"@types/lodash-es": "^4.17.12",
|
||||||
|
|
|
@ -236,8 +236,8 @@ importers:
|
||||||
specifier: ^6.4.2
|
specifier: ^6.4.2
|
||||||
version: 6.4.2(vitest@1.4.0)
|
version: 6.4.2(vitest@1.4.0)
|
||||||
'@testing-library/react':
|
'@testing-library/react':
|
||||||
specifier: ^14.2.2
|
specifier: ^14.3.0
|
||||||
version: 14.2.2(react-dom@18.2.0)(react@18.2.0)
|
version: 14.3.0(react-dom@18.2.0)(react@18.2.0)
|
||||||
'@types/dagre':
|
'@types/dagre':
|
||||||
specifier: ^0.7.52
|
specifier: ^0.7.52
|
||||||
version: 0.7.52
|
version: 0.7.52
|
||||||
|
@ -2307,8 +2307,8 @@ packages:
|
||||||
vitest: 1.4.0(@types/node@20.12.5)(jsdom@24.0.0)(lightningcss@1.24.1)
|
vitest: 1.4.0(@types/node@20.12.5)(jsdom@24.0.0)(lightningcss@1.24.1)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@testing-library/react@14.2.2(react-dom@18.2.0)(react@18.2.0):
|
/@testing-library/react@14.3.0(react-dom@18.2.0)(react@18.2.0):
|
||||||
resolution: {integrity: sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==}
|
resolution: {integrity: sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
|
Loading…
Reference in a new issue