|
2950 | 2950 | semver "^7.3.7" |
2951 | 2951 | tsutils "^3.21.0" |
2952 | 2952 |
|
| 2953 | +"@typescript-eslint/experimental-utils@^5.0.0": |
| 2954 | + version "5.38.0" |
| 2955 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.38.0.tgz#84e593a66138d75c11e85a0dbe9a8a6a013bf3cb" |
| 2956 | + integrity sha512-kzXBRfvGlicgGk4CYuRUqKvwc2s3wHXNssUWWJU18bhMRxriFm3BZWyQ6vEHBRpEIMKB6b7MIQHO+9lYlts19w== |
| 2957 | + dependencies: |
| 2958 | + "@typescript-eslint/utils" "5.38.0" |
| 2959 | + |
2953 | 2960 | "@typescript-eslint/parser@^5.38.0": |
2954 | 2961 | version "5.38.0" |
2955 | 2962 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8" |
@@ -5956,6 +5963,15 @@ eslint-plugin-react@^7.31.8: |
5956 | 5963 | semver "^6.3.0" |
5957 | 5964 | string.prototype.matchall "^4.0.7" |
5958 | 5965 |
|
| 5966 | +eslint-plugin-typescript-sort-keys@^2.1.0: |
| 5967 | + version "2.1.0" |
| 5968 | + resolved "https://registry.yarnpkg.com/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-2.1.0.tgz#f51764518aa512d83df9ba68ab2520b7b85ece2d" |
| 5969 | + integrity sha512-ET7ABypdz19m47QnKynzNfWPi4CTNQ5jQQC1X5d0gojIwblkbGiCa5IilsqzBTmqxZ0yXDqKBO/GBkBFQCOFsg== |
| 5970 | + dependencies: |
| 5971 | + "@typescript-eslint/experimental-utils" "^5.0.0" |
| 5972 | + json-schema "^0.4.0" |
| 5973 | + natural-compare-lite "^1.4.0" |
| 5974 | + |
5959 | 5975 | eslint-scope@5.1.1, eslint-scope@^5.1.1: |
5960 | 5976 | version "5.1.1" |
5961 | 5977 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" |
@@ -8201,6 +8217,11 @@ json-schema-traverse@^0.4.1: |
8201 | 8217 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" |
8202 | 8218 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== |
8203 | 8219 |
|
| 8220 | +json-schema@^0.4.0: |
| 8221 | + version "0.4.0" |
| 8222 | + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" |
| 8223 | + integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== |
| 8224 | + |
8204 | 8225 | json-stable-stringify-without-jsonify@^1.0.1: |
8205 | 8226 | version "1.0.1" |
8206 | 8227 | resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" |
@@ -8975,6 +8996,11 @@ nanomatch@^1.2.9: |
8975 | 8996 | snapdragon "^0.8.1" |
8976 | 8997 | to-regex "^3.0.1" |
8977 | 8998 |
|
| 8999 | +natural-compare-lite@^1.4.0: |
| 9000 | + version "1.4.0" |
| 9001 | + resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" |
| 9002 | + integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== |
| 9003 | + |
8978 | 9004 | natural-compare@^1.4.0: |
8979 | 9005 | version "1.4.0" |
8980 | 9006 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
|
0 commit comments