Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@storybook/addon-links": "^10.4.5",
"@storybook/react-vite": "^10.4.5",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/eslint": "^9.6.1",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3486,6 +3486,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^7.0.0":
version: 7.0.0
resolution: "@testing-library/jest-dom@npm:7.0.0"
dependencies:
"@adobe/css-tools": "npm:^4.4.0"
aria-query: "npm:^5.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.6.3"
picocolors: "npm:^1.1.1"
redent: "npm:^3.0.0"
peerDependencies:
"@testing-library/dom": ">=10 <11"
checksum: 10c0/f5ecf821ed098438a5e9ce993d431505f0a1af43edb05e423c6ab7becf9d7dbe46385fc93e0e460a4c7996f4513cad72b8967dd8e98c75bc7ea6733ff7efcf4e
languageName: node
linkType: hard

"@testing-library/react@npm:^16.3.2":
version: 16.3.2
resolution: "@testing-library/react@npm:16.3.2"
Expand Down Expand Up @@ -8186,7 +8202,7 @@ __metadata:
"@storybook/addon-links": "npm:^10.4.5"
"@storybook/react-vite": "npm:^10.4.5"
"@testing-library/dom": "npm:^10.4.1"
"@testing-library/jest-dom": "npm:^6.9.1"
"@testing-library/jest-dom": "npm:^7.0.0"
"@testing-library/react": "npm:^16.3.2"
"@trivago/prettier-plugin-sort-imports": "npm:^6.0.2"
"@types/eslint": "npm:^9.6.1"
Expand Down