diff --git a/apps/web/package.json b/apps/web/package.json index 712fc6447..5421cc8bb 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -56,7 +56,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.4", "@testing-library/dom": "9.3.1", - "@testing-library/jest-dom": "5.17.0", + "@testing-library/jest-dom": "6.0.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/facebook-pixel": "0.0.25", diff --git a/packages/ui/package.json b/packages/ui/package.json index c1d4eaeed..6df2cd702 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -28,7 +28,7 @@ "@tailwindcss/forms": "0.5.4", "@tailwindcss/line-clamp": "0.4.4", "@tailwindcss/typography": "0.5.9", - "@testing-library/jest-dom": "5.17.0", + "@testing-library/jest-dom": "6.0.0", "@testing-library/react": "14.0.0", "@types/jest": "29.5.3", "@types/node": "20.4.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e03b5fe99..21c7cce50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -354,8 +354,8 @@ importers: specifier: 9.3.1 version: 9.3.1 '@testing-library/jest-dom': - specifier: 5.17.0 - version: 5.17.0 + specifier: 6.0.0 + version: 6.0.0(@types/jest@29.5.3)(jest@29.6.2) '@testing-library/react': specifier: 14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) @@ -576,8 +576,8 @@ importers: specifier: 0.5.9 version: 0.5.9(tailwindcss@3.3.3) '@testing-library/jest-dom': - specifier: 5.17.0 - version: 5.17.0 + specifier: 6.0.0 + version: 6.0.0(@types/jest@29.5.3)(jest@29.6.2) '@testing-library/react': specifier: 14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) @@ -7615,6 +7615,36 @@ packages: redent: 3.0.0 dev: true + /@testing-library/jest-dom@6.0.0(@types/jest@29.5.3)(jest@29.6.2): + resolution: {integrity: sha512-Ye2R3+/oM27jir8CzYPmuWdavTaKwNZcu0d22L9pO/vnOYE0wmrtpw79TQJa8H6gV8/i7yd+pLaqeLlA0rTMfg==} + engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + peerDependencies: + '@jest/globals': '>= 28' + '@types/jest': '>= 28' + jest: '>= 28' + vitest: '>= 0.32' + peerDependenciesMeta: + '@jest/globals': + optional: true + '@types/jest': + optional: true + jest: + optional: true + vitest: + optional: true + dependencies: + '@adobe/css-tools': 4.2.0 + '@babel/runtime': 7.22.6 + '@types/jest': 29.5.3 + aria-query: 5.3.0 + chalk: 3.0.0 + css.escape: 1.5.1 + dom-accessibility-api: 0.5.16 + jest: 29.6.2(@types/node@20.4.10)(ts-node@10.9.1) + lodash: 4.17.21 + redent: 3.0.0 + dev: true + /@testing-library/react@14.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==} engines: {node: '>=14'}