|
2025 | 2025 | dependencies:
|
2026 | 2026 | "@tanstack/query-core" "5.59.20"
|
2027 | 2027 |
|
2028 | | -"@testing-library/jest-native@^5.4.2": |
2029 | | - version "5.4.3" |
2030 | | - resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-5.4.3.tgz#9334c68eaf45db9eb20d0876728cc5d7fc2c3ea2" |
2031 | | - integrity sha512-/sSDGaOuE+PJ1Z9Kp4u7PQScSVVXGud59I/qsBFFJvIbcn4P6yYw6cBnBmbPF+X9aRIsTJRDl6gzw5ZkJNm66w== |
2032 | | - dependencies: |
2033 | | - chalk "^4.1.2" |
2034 | | - jest-diff "^29.0.1" |
2035 | | - jest-matcher-utils "^29.0.1" |
2036 | | - pretty-format "^29.0.3" |
2037 | | - redent "^3.0.0" |
2038 | | - |
2039 | 2028 | "@testing-library/react-native@^12.1.2":
|
2040 | 2029 | version "12.8.1"
|
2041 | 2030 | resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.8.1.tgz#833c73a825aa87b9127717a44d4aeee44b59a963"
|
|
2384 | 2373 | "@typescript-eslint/types" "8.14.0"
|
2385 | 2374 | "@typescript-eslint/typescript-estree" "8.14.0"
|
2386 | 2375 |
|
2387 | | -"@typescript-eslint/utils@^5.10.0": |
| 2376 | +"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.62.0": |
2388 | 2377 | version "5.62.0"
|
2389 | 2378 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
2390 | 2379 | integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
|
@@ -3800,6 +3789,13 @@ eslint-plugin-react@^7.30.1, eslint-plugin-react@^7.37.1:
|
3800 | 3789 | string.prototype.matchall "^4.0.11"
|
3801 | 3790 | string.prototype.repeat "^1.0.0"
|
3802 | 3791 |
|
| 3792 | +eslint-plugin-testing-library@^6.4.0: |
| 3793 | + version "6.4.0" |
| 3794 | + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.4.0.tgz#1ba8a7422e3e31cc315a73ff17c34908f56f9838" |
| 3795 | + integrity sha512-yeWF+YgCgvNyPNI9UKnG0FjeE2sk93N/3lsKqcmR8dSfeXJwFT5irnWo7NjLf152HkRzfoFjh3LsBUrhvFz4eA== |
| 3796 | + dependencies: |
| 3797 | + "@typescript-eslint/utils" "^5.62.0" |
| 3798 | + |
3803 | 3799 | eslint-plugin-unicorn@^56.0.0:
|
3804 | 3800 | version "56.0.0"
|
3805 | 3801 | resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.0.tgz#9fd3ebe6f478571734541fa745026b743175b59e"
|
@@ -4919,7 +4915,7 @@ jest-config@^29.7.0:
|
4919 | 4915 | slash "^3.0.0"
|
4920 | 4916 | strip-json-comments "^3.1.1"
|
4921 | 4917 |
|
4922 | | -jest-diff@^29.0.1, jest-diff@^29.7.0: |
| 4918 | +jest-diff@^29.7.0: |
4923 | 4919 | version "29.7.0"
|
4924 | 4920 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
|
4925 | 4921 | integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==
|
@@ -4991,7 +4987,7 @@ jest-leak-detector@^29.7.0:
|
4991 | 4987 | jest-get-type "^29.6.3"
|
4992 | 4988 | pretty-format "^29.7.0"
|
4993 | 4989 |
|
4994 | | -jest-matcher-utils@^29.0.1, jest-matcher-utils@^29.7.0: |
| 4990 | +jest-matcher-utils@^29.7.0: |
4995 | 4991 | version "29.7.0"
|
4996 | 4992 | resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12"
|
4997 | 4993 | integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==
|
@@ -6268,7 +6264,7 @@ pretty-format@^26.6.2:
|
6268 | 6264 | ansi-styles "^4.0.0"
|
6269 | 6265 | react-is "^17.0.1"
|
6270 | 6266 |
|
6271 | | -pretty-format@^29.0.0, pretty-format@^29.0.3, pretty-format@^29.7.0: |
| 6267 | +pretty-format@^29.0.0, pretty-format@^29.7.0: |
6272 | 6268 | version "29.7.0"
|
6273 | 6269 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
|
6274 | 6270 | integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
|
|
0 commit comments