|
103 | 103 | browserslist "^4.14.5" |
104 | 104 | semver "^6.3.0" |
105 | 105 |
|
106 | | -"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2": |
107 | | - version "7.14.2" |
108 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.2.tgz#4e455b0329af29c2d3ad254b5dd5aed34595385d" |
109 | | - integrity sha512-6YctwVsmlkchxfGUogvVrrhzyD3grFJyluj5JgDlQrwfMLJSt5tdAzFZfPf4H2Xoi5YLcQ6BxfJlaOBHuctyIw== |
| 106 | +"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2", "@babel/helper-create-class-features-plugin@^7.14.3": |
| 107 | + version "7.14.3" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz#832111bcf4f57ca57a4c5b1a000fc125abc6554a" |
| 109 | + integrity sha512-BnEfi5+6J2Lte9LeiL6TxLWdIlEv9Woacc1qXzXBgbikcOzMRM2Oya5XGg/f/ngotv1ej2A/b+3iJH8wbS1+lQ== |
110 | 110 | dependencies: |
111 | 111 | "@babel/helper-annotate-as-pure" "^7.12.13" |
112 | 112 | "@babel/helper-function-name" "^7.14.2" |
113 | 113 | "@babel/helper-member-expression-to-functions" "^7.13.12" |
114 | 114 | "@babel/helper-optimise-call-expression" "^7.12.13" |
115 | | - "@babel/helper-replace-supers" "^7.13.12" |
| 115 | + "@babel/helper-replace-supers" "^7.14.3" |
116 | 116 | "@babel/helper-split-export-declaration" "^7.12.13" |
117 | 117 |
|
118 | 118 | "@babel/helper-create-regexp-features-plugin@^7.12.13": |
|
328 | 328 | "@babel/traverse" "^7.13.0" |
329 | 329 | "@babel/types" "^7.13.12" |
330 | 330 |
|
| 331 | +"@babel/helper-replace-supers@^7.14.3": |
| 332 | + version "7.14.3" |
| 333 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.3.tgz#ca17b318b859d107f0e9b722d58cf12d94436600" |
| 334 | + integrity sha512-Rlh8qEWZSTfdz+tgNV/N4gz1a0TMNwCUcENhMjHTHKp3LseYH5Jha0NSlyTQWMnjbYcwFt+bqAMqSLHVXkQ6UA== |
| 335 | + dependencies: |
| 336 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 337 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 338 | + "@babel/traverse" "^7.14.2" |
| 339 | + "@babel/types" "^7.14.2" |
| 340 | + |
331 | 341 | "@babel/helper-simple-access@^7.12.13": |
332 | 342 | version "7.12.13" |
333 | 343 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4" |
|
962 | 972 | dependencies: |
963 | 973 | "@babel/helper-plugin-utils" "^7.12.13" |
964 | 974 |
|
965 | | -"@babel/plugin-transform-typescript@^7.13.0": |
966 | | - version "7.13.0" |
967 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853" |
968 | | - integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== |
| 975 | +"@babel/plugin-transform-typescript@^7.13.0", "@babel/plugin-transform-typescript@^7.14.3": |
| 976 | + version "7.14.3" |
| 977 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.3.tgz#44f67f725a60cccee33d9d6fee5e4f338258f34f" |
| 978 | + integrity sha512-G5Bb5pY6tJRTC4ag1visSgiDoGgJ1u1fMUgmc2ijLkcIdzP83Q1qyZX4ggFQ/SkR+PNOatkaYC+nKcTlpsX4ag== |
969 | 979 | dependencies: |
970 | | - "@babel/helper-create-class-features-plugin" "^7.13.0" |
| 980 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
971 | 981 | "@babel/helper-plugin-utils" "^7.13.0" |
972 | 982 | "@babel/plugin-syntax-typescript" "^7.12.13" |
973 | 983 |
|
|
0 commit comments