build: update testing-library

This commit is contained in:
AkaraChen 2024-10-25 12:57:57 +08:00
parent bd82c7edac
commit cd27ae4319
2 changed files with 6 additions and 6 deletions

View File

@ -125,9 +125,9 @@
"@storybook/nextjs": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/test": "^8.3.6",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/crypto-js": "^4.1.1",
"@types/dagre": "^0.7.52",
"@types/jest": "^29.5.12",

View File

@ -312,13 +312,13 @@ importers:
specifier: ^8.3.6
version: 8.3.6(storybook@8.3.6)
'@testing-library/dom':
specifier: ^10.3.2
specifier: ^10.4.0
version: 10.4.0
'@testing-library/jest-dom':
specifier: ^6.4.6
specifier: ^6.6.2
version: 6.6.2
'@testing-library/react':
specifier: ^16.0.0
specifier: ^16.0.1
version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.2.25)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@types/crypto-js':
specifier: ^4.1.1