|
465 | 465 | dependencies: |
466 | 466 | "@babel/helper-plugin-utils" "^7.12.13" |
467 | 467 |
|
| 468 | +"@babel/plugin-syntax-typescript@^7.12.13": |
| 469 | + version "7.12.13" |
| 470 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474" |
| 471 | + integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== |
| 472 | + dependencies: |
| 473 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 474 | + |
468 | 475 | "@babel/plugin-transform-arrow-functions@^7.13.0": |
469 | 476 | version "7.13.0" |
470 | 477 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz#10a59bebad52d637a027afa692e8d5ceff5e3dae" |
|
731 | 738 | dependencies: |
732 | 739 | "@babel/helper-plugin-utils" "^7.12.13" |
733 | 740 |
|
| 741 | +"@babel/plugin-transform-typescript@^7.13.0": |
| 742 | + version "7.13.0" |
| 743 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853" |
| 744 | + integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== |
| 745 | + dependencies: |
| 746 | + "@babel/helper-create-class-features-plugin" "^7.13.0" |
| 747 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 748 | + "@babel/plugin-syntax-typescript" "^7.12.13" |
| 749 | + |
734 | 750 | "@babel/plugin-transform-unicode-escapes@^7.12.13": |
735 | 751 | version "7.12.13" |
736 | 752 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz#840ced3b816d3b5127dd1d12dcedc5dead1a5e74" |
|
842 | 858 | "@babel/plugin-transform-react-jsx-development" "^7.12.12" |
843 | 859 | "@babel/plugin-transform-react-pure-annotations" "^7.12.1" |
844 | 860 |
|
| 861 | +"@babel/preset-typescript@^7.13.0": |
| 862 | + version "7.13.0" |
| 863 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.13.0.tgz#ab107e5f050609d806fbb039bec553b33462c60a" |
| 864 | + integrity sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw== |
| 865 | + dependencies: |
| 866 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 867 | + "@babel/helper-validator-option" "^7.12.17" |
| 868 | + "@babel/plugin-transform-typescript" "^7.13.0" |
| 869 | + |
845 | 870 | "@babel/runtime-corejs3@^7.10.2": |
846 | 871 | version "7.13.10" |
847 | 872 | resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz" |
|
939 | 964 | resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" |
940 | 965 | integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== |
941 | 966 |
|
942 | | -"@types/eslint@^7.2.6": |
943 | | - version "7.2.7" |
944 | | - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.7.tgz#f7ef1cf0dceab0ae6f9a976a0a9af14ab1baca26" |
945 | | - integrity sha512-EHXbc1z2GoQRqHaAT7+grxlTJ3WE2YNeD6jlpPoRc83cCoThRY+NUWjCUZaYmk51OICkPXn2hhphcWcWXgNW0Q== |
946 | | - dependencies: |
947 | | - "@types/estree" "*" |
948 | | - "@types/json-schema" "*" |
949 | | - |
950 | | -"@types/estree@*": |
951 | | - version "0.0.46" |
952 | | - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe" |
953 | | - integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== |
954 | | - |
955 | 967 | "@types/glob@^7.1.1": |
956 | 968 | version "7.1.3" |
957 | 969 | resolved "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz" |
|
965 | 977 | resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50" |
966 | 978 | integrity sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA== |
967 | 979 |
|
968 | | -"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": |
| 980 | +"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": |
969 | 981 | version "7.0.7" |
970 | 982 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz" |
971 | 983 | integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== |
@@ -1512,11 +1524,6 @@ array.prototype.flatmap@^1.2.3: |
1512 | 1524 | es-abstract "^1.18.0-next.1" |
1513 | 1525 | function-bind "^1.1.1" |
1514 | 1526 |
|
1515 | | -arrify@^2.0.1: |
1516 | | - version "2.0.1" |
1517 | | - resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" |
1518 | | - integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== |
1519 | | - |
1520 | 1527 | asn1.js@^5.2.0: |
1521 | 1528 | version "5.4.1" |
1522 | 1529 | resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz" |
@@ -2709,7 +2716,7 @@ enhanced-resolve@^0.9.1: |
2709 | 2716 | memory-fs "^0.2.0" |
2710 | 2717 | tapable "^0.1.8" |
2711 | 2718 |
|
2712 | | -enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0: |
| 2719 | +enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0: |
2713 | 2720 | version "4.5.0" |
2714 | 2721 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz" |
2715 | 2722 | integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== |
@@ -2943,17 +2950,6 @@ eslint-visitor-keys@^2.0.0: |
2943 | 2950 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz" |
2944 | 2951 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
2945 | 2952 |
|
2946 | | -eslint-webpack-plugin@^2.5.2: |
2947 | | - version "2.5.2" |
2948 | | - resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.2.tgz#4ee17577d6392bf72048080a1678d6237183db81" |
2949 | | - integrity sha512-ndD9chZ/kaGnjjx7taRg7c6FK/YKb29SSYzaLtPBIYLYJQmZtuKqtQbAvTS2ymiMQT6X0VW9vZIHK0KLstv93Q== |
2950 | | - dependencies: |
2951 | | - "@types/eslint" "^7.2.6" |
2952 | | - arrify "^2.0.1" |
2953 | | - jest-worker "^26.6.2" |
2954 | | - micromatch "^4.0.2" |
2955 | | - schema-utils "^3.0.0" |
2956 | | - |
2957 | 2953 | eslint@^7.21.0: |
2958 | 2954 | version "7.21.0" |
2959 | 2955 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz" |
@@ -4210,7 +4206,7 @@ isobject@^3.0.0, isobject@^3.0.1: |
4210 | 4206 | resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz" |
4211 | 4207 | integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= |
4212 | 4208 |
|
4213 | | -jest-worker@^26.5.0, jest-worker@^26.6.2: |
| 4209 | +jest-worker@^26.5.0: |
4214 | 4210 | version "26.6.2" |
4215 | 4211 | resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" |
4216 | 4212 | integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== |
@@ -4564,7 +4560,7 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: |
4564 | 4560 | snapdragon "^0.8.1" |
4565 | 4561 | to-regex "^3.0.2" |
4566 | 4562 |
|
4567 | | -micromatch@^4.0.0, micromatch@^4.0.2: |
| 4563 | +micromatch@^4.0.2: |
4568 | 4564 | version "4.0.2" |
4569 | 4565 | resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz" |
4570 | 4566 | integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== |
@@ -5848,7 +5844,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
5848 | 5844 | resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" |
5849 | 5845 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== |
5850 | 5846 |
|
5851 | | -semver@^7.2.1, semver@^7.3.2, semver@^7.3.4: |
| 5847 | +semver@^7.2.1, semver@^7.3.2: |
5852 | 5848 | version "7.3.4" |
5853 | 5849 | resolved "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz" |
5854 | 5850 | integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== |
@@ -6518,17 +6514,6 @@ toidentifier@1.0.0: |
6518 | 6514 | resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz" |
6519 | 6515 | integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== |
6520 | 6516 |
|
6521 | | -ts-loader@^8.0.17: |
6522 | | - version "8.0.17" |
6523 | | - resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.17.tgz#98f2ccff9130074f4079fd89b946b4c637b1f2fc" |
6524 | | - integrity sha512-OeVfSshx6ot/TCxRwpBHQ/4lRzfgyTkvi7ghDVrLXOHzTbSK413ROgu/xNqM72i3AFeAIJgQy78FwSMKmOW68w== |
6525 | | - dependencies: |
6526 | | - chalk "^4.1.0" |
6527 | | - enhanced-resolve "^4.0.0" |
6528 | | - loader-utils "^2.0.0" |
6529 | | - micromatch "^4.0.0" |
6530 | | - semver "^7.3.4" |
6531 | | - |
6532 | 6517 | tsconfig-paths@^3.9.0: |
6533 | 6518 | version "3.9.0" |
6534 | 6519 | resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz" |
|
0 commit comments