From 7f37a6774d5d3466c9d23c7e807a436e9252195f Mon Sep 17 00:00:00 2001 From: Zxilly <31370133+Zxilly@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:38:59 +0000 Subject: [PATCH] chore: add missing peer dependecies --- ui/package.json | 1 + ui/pnpm-lock.yaml | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index 892ebdfd0a..c65428003c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,6 +28,7 @@ "devDependencies": { "@codecov/vite-plugin": "0.0.1-beta.10", "@microsoft/eslint-formatter-sarif": "^3.1.0", + "@testing-library/dom": "^10.2.0", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@types/d3-array": "^3.2.1", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index 0d71eb77bf..e661fb448d 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -45,12 +45,15 @@ importers: '@microsoft/eslint-formatter-sarif': specifier: ^3.1.0 version: 3.1.0 + '@testing-library/dom': + specifier: ^10.2.0 + version: 10.2.0 '@testing-library/jest-dom': specifier: ^6.4.6 version: 6.4.6(vitest@1.6.0(@types/node@20.14.2)(jsdom@24.1.0)(lightningcss@1.25.1)(sass@1.77.5)(terser@5.31.1)) '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.0.0(@testing-library/dom@10.2.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/d3-array': specifier: ^3.2.1 version: 3.2.1 @@ -785,8 +788,8 @@ packages: '@swc/types@0.1.8': resolution: {integrity: sha512-RNFA3+7OJFNYY78x0FYwi1Ow+iF1eF5WvmfY1nXPOEH4R2p/D4Cr1vzje7dNAI2aLFqpv8Wyz4oKSWqIZArpQA==} - '@testing-library/dom@10.1.0': - resolution: {integrity: sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==} + '@testing-library/dom@10.2.0': + resolution: {integrity: sha512-CytIvb6tVOADRngTHGWNxH8LPgO/3hi/BdCEHOf7Qd2GvZVClhVP0Wo/QHzWhpki49Bk0b4VT6xpt3fx8HTSIw==} engines: {node: '>=18'} '@testing-library/jest-dom@6.4.6': @@ -3721,7 +3724,7 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@testing-library/dom@10.1.0': + '@testing-library/dom@10.2.0': dependencies: '@babel/code-frame': 7.24.7 '@babel/runtime': 7.24.7 @@ -3745,10 +3748,10 @@ snapshots: optionalDependencies: vitest: 1.6.0(@types/node@20.14.2)(jsdom@24.1.0)(lightningcss@1.25.1)(sass@1.77.5)(terser@5.31.1) - '@testing-library/react@16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.0.0(@testing-library/dom@10.2.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@testing-library/dom': 10.1.0 + '@testing-library/dom': 10.2.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: