diff --git a/package.json b/package.json index b3d44aae..4a445b8a 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "@biomejs/biome": "1.8.3", "@playwright/test": "1.45.3", "@simbathesailor/use-what-changed": "2.0.0", + "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23ec1097..54d3bab4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,15 +75,18 @@ importers: '@simbathesailor/use-what-changed': specifier: 2.0.0 version: 2.0.0(react@18.2.0) + '@testing-library/dom': + specifier: 10.4.0 + version: 10.4.0 '@testing-library/jest-dom': specifier: 6.4.8 version: 6.4.8 '@testing-library/react': specifier: 16.0.0 - version: 16.0.0(@testing-library/dom@10.0.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) + version: 16.0.0(@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) '@testing-library/user-event': specifier: 14.5.2 - version: 14.5.2(@testing-library/dom@10.0.0) + version: 14.5.2(@testing-library/dom@10.4.0) '@types/big.js': specifier: 6.2.2 version: 6.2.2 @@ -1198,8 +1201,8 @@ packages: '@swc/types@0.1.8': resolution: {integrity: sha512-RNFA3+7OJFNYY78x0FYwi1Ow+iF1eF5WvmfY1nXPOEH4R2p/D4Cr1vzje7dNAI2aLFqpv8Wyz4oKSWqIZArpQA==} - '@testing-library/dom@10.0.0': - resolution: {integrity: sha512-PmJPnogldqoVFf+EwbHvbBJ98MmqASV8kLrBYgsDNxQcFMeIS7JFL48sfyXvuMtgmWO/wMhh25odr+8VhDmn4g==} + '@testing-library/dom@10.4.0': + resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} engines: {node: '>=18'} '@testing-library/jest-dom@6.4.8': @@ -3044,7 +3047,6 @@ packages: workbox-google-analytics@7.0.0: resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==} - deprecated: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained workbox-navigation-preload@7.0.0: resolution: {integrity: sha512-juWCSrxo/fiMz3RsvDspeSLGmbgC0U9tKqcUPZBCf35s64wlaLXyn2KdHHXVQrb2cqF7I0Hc9siQalainmnXJA==} @@ -4168,7 +4170,7 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@testing-library/dom@10.0.0': + '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.23.5 '@babel/runtime': 7.23.2 @@ -4190,19 +4192,19 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.0.0(@testing-library/dom@10.0.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)': + '@testing-library/react@16.0.0(@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)': dependencies: '@babel/runtime': 7.23.2 - '@testing-library/dom': 10.0.0 + '@testing-library/dom': 10.4.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.79 '@types/react-dom': 18.2.25 - '@testing-library/user-event@14.5.2(@testing-library/dom@10.0.0)': + '@testing-library/user-event@14.5.2(@testing-library/dom@10.4.0)': dependencies: - '@testing-library/dom': 10.0.0 + '@testing-library/dom': 10.4.0 '@types/aria-query@5.0.2': {}