diff --git a/package.json b/package.json index c341042d..fcb515f7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 0d60a118..12958d53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"