Skip to content

Commit 97f2d91

Browse files
committed
chore: fixing merge conflicts Ref: LINK-1759
1 parent 5603816 commit 97f2d91

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@faker-js/faker": "^8.4.1",
1414
"@nabla/vite-plugin-eslint": "^2.0.5",
1515
"@sentry/react": "^9.15.0",
16+
"@testing-library/dom": "^10.4.1",
1617
"@testing-library/jest-dom": "^6.4.2",
1718
"@testing-library/react": "16.2.0",
1819
"@testing-library/user-event": "14.6.1",

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3775,18 +3775,18 @@
37753775
dependencies:
37763776
"@swc/counter" "^0.1.3"
37773777

3778-
"@testing-library/dom@^10.4.0":
3779-
version "10.4.0"
3780-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
3781-
integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
3778+
"@testing-library/dom@^10.4.1":
3779+
version "10.4.1"
3780+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.1.tgz#d444f8a889e9a46e9a3b4f3b88e0fcb3efb6cf95"
3781+
integrity sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==
37823782
dependencies:
37833783
"@babel/code-frame" "^7.10.4"
37843784
"@babel/runtime" "^7.12.5"
37853785
"@types/aria-query" "^5.0.1"
37863786
aria-query "5.3.0"
3787-
chalk "^4.1.0"
37883787
dom-accessibility-api "^0.5.9"
37893788
lz-string "^1.5.0"
3789+
picocolors "1.1.1"
37903790
pretty-format "^27.0.2"
37913791

37923792
"@testing-library/jest-dom@^6.4.2":
@@ -3857,11 +3857,6 @@
38573857
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
38583858

38593859
"@types/estree@^1.0.0":
3860-
version "1.0.5"
3861-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
3862-
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
3863-
3864-
"@types/estree@1.0.6", "@types/estree@^1.0.0":
38653860
version "1.0.6"
38663861
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
38673862
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
@@ -4341,7 +4336,7 @@ acorn@^8.9.0:
43414336
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
43424337
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
43434338

4344-
agent-base@^7.0.2, agent-base@^7.1.0:
4339+
agent-base@^7.0.2:
43454340
version "7.1.1"
43464341
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.1.tgz#bdbded7dfb096b751a2a087eeeb9664725b2e317"
43474342
integrity sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==
@@ -6960,11 +6955,6 @@ http-proxy-agent@^7.0.0, http-proxy-agent@^7.0.2:
69606955
agent-base "^7.1.0"
69616956
debug "^4.3.4"
69626957

6963-
http-status-typed@^1.0.1:
6964-
version "1.0.1"
6965-
resolved "https://registry.yarnpkg.com/http-status-typed/-/http-status-typed-1.0.1.tgz#25a8b08efb4dfc6711c0214b575adb4974616d1a"
6966-
integrity sha512-U8jF221dmNNZbdBiOoK2HduguCwparnsP0z11PQZaDtaHBHuxG3gCimxQi8Cfb8VECave4yoVbONSByQU6z0Ew==
6967-
69686958
https-proxy-agent@^7.0.0:
69696959
version "7.0.4"
69706960
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
@@ -8538,7 +8528,7 @@ peek-stream@^1.1.3:
85388528
duplexify "^3.5.0"
85398529
through2 "^2.0.3"
85408530

8541-
picocolors@^1.0.0, picocolors@^1.1.1:
8531+
picocolors@1.1.1, picocolors@^1.0.0, picocolors@^1.1.1:
85428532
version "1.1.1"
85438533
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
85448534
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)