|
63 | 63 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
|
64 | 64 | integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
|
65 | 65 |
|
66 |
| -"@babel/core@7.23.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.20.12": |
| 66 | +"@babel/core@7.23.2": |
| 67 | + version "7.23.2" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94" |
| 69 | + integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ== |
| 70 | + dependencies: |
| 71 | + "@ampproject/remapping" "^2.2.0" |
| 72 | + "@babel/code-frame" "^7.22.13" |
| 73 | + "@babel/generator" "^7.23.0" |
| 74 | + "@babel/helper-compilation-targets" "^7.22.15" |
| 75 | + "@babel/helper-module-transforms" "^7.23.0" |
| 76 | + "@babel/helpers" "^7.23.2" |
| 77 | + "@babel/parser" "^7.23.0" |
| 78 | + "@babel/template" "^7.22.15" |
| 79 | + "@babel/traverse" "^7.23.2" |
| 80 | + "@babel/types" "^7.23.0" |
| 81 | + convert-source-map "^2.0.0" |
| 82 | + debug "^4.1.0" |
| 83 | + gensync "^1.0.0-beta.2" |
| 84 | + json5 "^2.2.3" |
| 85 | + semver "^6.3.1" |
| 86 | + |
| 87 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.20.12": |
67 | 88 | version "7.23.0"
|
68 | 89 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
|
69 | 90 | integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
|
|
292 | 313 | "@babel/traverse" "^7.23.0"
|
293 | 314 | "@babel/types" "^7.23.0"
|
294 | 315 |
|
| 316 | +"@babel/helpers@^7.23.2": |
| 317 | + version "7.23.2" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767" |
| 319 | + integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ== |
| 320 | + dependencies: |
| 321 | + "@babel/template" "^7.22.15" |
| 322 | + "@babel/traverse" "^7.23.2" |
| 323 | + "@babel/types" "^7.23.0" |
| 324 | + |
295 | 325 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13":
|
296 | 326 | version "7.22.20"
|
297 | 327 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
|
|
1085 | 1115 | "@babel/plugin-transform-react-pure-annotations" "^7.22.5"
|
1086 | 1116 |
|
1087 | 1117 | "@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.22.5":
|
1088 |
| - version "7.23.0" |
1089 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz#cc6602d13e7e5b2087c811912b87cf937a9129d9" |
1090 |
| - integrity sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg== |
| 1118 | + version "7.23.2" |
| 1119 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz#c8de488130b7081f7e1482936ad3de5b018beef4" |
| 1120 | + integrity sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA== |
1091 | 1121 | dependencies:
|
1092 | 1122 | "@babel/helper-plugin-utils" "^7.22.5"
|
1093 | 1123 | "@babel/helper-validator-option" "^7.22.15"
|
|
1132 | 1162 | debug "^4.1.0"
|
1133 | 1163 | globals "^11.1.0"
|
1134 | 1164 |
|
| 1165 | +"@babel/traverse@^7.23.2": |
| 1166 | + version "7.23.2" |
| 1167 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1168 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1169 | + dependencies: |
| 1170 | + "@babel/code-frame" "^7.22.13" |
| 1171 | + "@babel/generator" "^7.23.0" |
| 1172 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1173 | + "@babel/helper-function-name" "^7.23.0" |
| 1174 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1175 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1176 | + "@babel/parser" "^7.23.0" |
| 1177 | + "@babel/types" "^7.23.0" |
| 1178 | + debug "^4.1.0" |
| 1179 | + globals "^11.1.0" |
| 1180 | + |
1135 | 1181 | "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1136 | 1182 | version "7.23.0"
|
1137 | 1183 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
|
|
0 commit comments