|
118 | 118 | dependencies: |
119 | 119 | "@babel/types" "^7.0.0" |
120 | 120 |
|
| 121 | +"@babel/helper-module-imports@^7.10.4": |
| 122 | + version "7.22.15" |
| 123 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" |
| 124 | + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== |
| 125 | + dependencies: |
| 126 | + "@babel/types" "^7.22.15" |
| 127 | + |
121 | 128 | "@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4": |
122 | 129 | version "7.5.5" |
123 | 130 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a" |
|
185 | 192 | dependencies: |
186 | 193 | "@babel/types" "^7.4.4" |
187 | 194 |
|
| 195 | +"@babel/helper-string-parser@^7.22.5": |
| 196 | + version "7.22.5" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 198 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 199 | + |
| 200 | +"@babel/helper-validator-identifier@^7.22.20": |
| 201 | + version "7.22.20" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 203 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 204 | + |
188 | 205 | "@babel/helper-wrap-function@^7.1.0": |
189 | 206 | version "7.2.0" |
190 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa" |
|
638 | 655 | lodash "^4.17.13" |
639 | 656 | to-fast-properties "^2.0.0" |
640 | 657 |
|
| 658 | +"@babel/types@^7.22.15": |
| 659 | + version "7.23.0" |
| 660 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 661 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 662 | + dependencies: |
| 663 | + "@babel/helper-string-parser" "^7.22.5" |
| 664 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 665 | + to-fast-properties "^2.0.0" |
| 666 | + |
641 | 667 | "@cnakazawa/watch@^1.0.3": |
642 | 668 | version "1.0.3" |
643 | 669 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" |
|
942 | 968 | mkdirp "^0.5.1" |
943 | 969 | rimraf "^2.5.2" |
944 | 970 |
|
| 971 | +"@rollup/plugin-babel@^5.0.0": |
| 972 | + version "5.3.1" |
| 973 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283" |
| 974 | + integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q== |
| 975 | + dependencies: |
| 976 | + "@babel/helper-module-imports" "^7.10.4" |
| 977 | + "@rollup/pluginutils" "^3.1.0" |
| 978 | + |
| 979 | +"@rollup/pluginutils@^3.1.0": |
| 980 | + version "3.1.0" |
| 981 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 982 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 983 | + dependencies: |
| 984 | + "@types/estree" "0.0.39" |
| 985 | + estree-walker "^1.0.1" |
| 986 | + picomatch "^2.2.2" |
| 987 | + |
945 | 988 | "@types/babel__core@^7.1.0": |
946 | 989 | version "7.1.2" |
947 | 990 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.2.tgz#608c74f55928033fce18b99b213c16be4b3d114f" |
@@ -2509,6 +2552,11 @@ estree-walker@^0.6.1: |
2509 | 2552 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" |
2510 | 2553 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== |
2511 | 2554 |
|
| 2555 | +estree-walker@^1.0.1: |
| 2556 | + version "1.0.1" |
| 2557 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 2558 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 2559 | + |
2512 | 2560 | esutils@^2.0.2: |
2513 | 2561 | version "2.0.2" |
2514 | 2562 | resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" |
@@ -4772,6 +4820,11 @@ performance-now@^2.1.0: |
4772 | 4820 | resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" |
4773 | 4821 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= |
4774 | 4822 |
|
| 4823 | +picomatch@^2.2.2: |
| 4824 | + version "2.3.1" |
| 4825 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 4826 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 4827 | + |
4775 | 4828 | pify@^2.0.0: |
4776 | 4829 | version "2.3.0" |
4777 | 4830 | resolved "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" |
@@ -5273,14 +5326,6 @@ rimraf@^2.6.3: |
5273 | 5326 | dependencies: |
5274 | 5327 | glob "^7.1.3" |
5275 | 5328 |
|
5276 | | -rollup-plugin-babel@^4.3.3: |
5277 | | - version "4.3.3" |
5278 | | - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.3.3.tgz#7eb5ac16d9b5831c3fd5d97e8df77ba25c72a2aa" |
5279 | | - integrity sha512-tKzWOCmIJD/6aKNz0H1GMM+lW1q9KyFubbWzGiOG540zxPPifnEAHTZwjo0g991Y+DyOZcLqBgqOdqazYE5fkw== |
5280 | | - dependencies: |
5281 | | - "@babel/helper-module-imports" "^7.0.0" |
5282 | | - rollup-pluginutils "^2.8.1" |
5283 | | - |
5284 | 5329 | rollup-plugin-commonjs@^10.0.2: |
5285 | 5330 | version "10.0.2" |
5286 | 5331 | resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.0.2.tgz#61328f3a29945e2c35f2b2e824c18944fd88a54d" |
|
0 commit comments