|
51 | 51 | dependencies:
|
52 | 52 | "@babel/types" "^7.8.3"
|
53 | 53 |
|
| 54 | +"@babel/helper-module-imports@^7.7.4": |
| 55 | + version "7.22.15" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" |
| 57 | + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== |
| 58 | + dependencies: |
| 59 | + "@babel/types" "^7.22.15" |
| 60 | + |
54 | 61 | "@babel/helper-split-export-declaration@^7.8.3":
|
55 | 62 | version "7.8.3"
|
56 | 63 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
|
57 | 64 | integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
|
58 | 65 | dependencies:
|
59 | 66 | "@babel/types" "^7.8.3"
|
60 | 67 |
|
| 68 | +"@babel/helper-string-parser@^7.23.4": |
| 69 | + version "7.23.4" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 71 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 72 | + |
| 73 | +"@babel/helper-validator-identifier@^7.22.20": |
| 74 | + version "7.22.20" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 76 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 77 | + |
61 | 78 | "@babel/highlight@^7.0.0":
|
62 | 79 | version "7.0.0"
|
63 | 80 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
|
134 | 151 | globals "^11.1.0"
|
135 | 152 | lodash "^4.17.13"
|
136 | 153 |
|
| 154 | +"@babel/types@^7.22.15": |
| 155 | + version "7.24.0" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 157 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 158 | + dependencies: |
| 159 | + "@babel/helper-string-parser" "^7.23.4" |
| 160 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 161 | + to-fast-properties "^2.0.0" |
| 162 | + |
137 | 163 | "@babel/types@^7.7.0", "@babel/types@^7.8.3":
|
138 | 164 | version "7.8.3"
|
139 | 165 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
248 | 274 | node-gyp "^7.1.0"
|
249 | 275 | read-package-json-fast "^2.0.1"
|
250 | 276 |
|
| 277 | + |
| 278 | + version "5.0.0" |
| 279 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9" |
| 280 | + integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA== |
| 281 | + dependencies: |
| 282 | + "@babel/helper-module-imports" "^7.7.4" |
| 283 | + "@rollup/pluginutils" "^3.0.8" |
| 284 | + |
| 285 | +"@rollup/pluginutils@^3.0.8": |
| 286 | + version "3.1.0" |
| 287 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 288 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 289 | + dependencies: |
| 290 | + "@types/estree" "0.0.39" |
| 291 | + estree-walker "^1.0.1" |
| 292 | + picomatch "^2.2.2" |
| 293 | + |
251 | 294 |
|
252 | 295 | version "3.4.12"
|
253 | 296 | resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.12.tgz#ff6cbaf563c3cb5d648d6a35f66cfa50ced49bf4"
|
@@ -4702,16 +4745,16 @@ estraverse@^5.2.0:
|
4702 | 4745 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
|
4703 | 4746 | integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
|
4704 | 4747 |
|
4705 |
| -estree-walker@^0.2.1: |
4706 |
| - version "0.2.1" |
4707 |
| - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.2.1.tgz#bdafe8095383d8414d5dc2ecf4c9173b6db9412e" |
4708 |
| - integrity sha1-va/oCVOD2EFNXcLs9MkXO225QS4= |
4709 |
| - |
4710 | 4748 | estree-walker@^0.6.1:
|
4711 | 4749 | version "0.6.1"
|
4712 | 4750 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
|
4713 | 4751 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
|
4714 | 4752 |
|
| 4753 | +estree-walker@^1.0.1: |
| 4754 | + version "1.0.1" |
| 4755 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 4756 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 4757 | + |
4715 | 4758 | esutils@^2.0.2:
|
4716 | 4759 | version "2.0.3"
|
4717 | 4760 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
@@ -9291,6 +9334,11 @@ performance-now@^2.1.0:
|
9291 | 9334 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
9292 | 9335 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
9293 | 9336 |
|
| 9337 | +picomatch@^2.2.2: |
| 9338 | + version "2.3.1" |
| 9339 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 9340 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 9341 | + |
9294 | 9342 | pify@^2.0.0:
|
9295 | 9343 | version "2.3.0"
|
9296 | 9344 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -10784,13 +10832,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
10784 | 10832 | hash-base "^3.0.0"
|
10785 | 10833 | inherits "^2.0.1"
|
10786 | 10834 |
|
10787 |
| - |
10788 |
| - version "3.0.7" |
10789 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-3.0.7.tgz#5b13611f1ab8922497e9d15197ae5d8a23fe3b1e" |
10790 |
| - integrity sha512-bVe2y0z/V5Ax1qU8NX/0idmzIwJPdUGu8Xx3vXH73h0yGjxfv2gkFI82MBVg49SlsFlLTBadBHb67zy4TWM3hA== |
10791 |
| - dependencies: |
10792 |
| - rollup-pluginutils "^1.5.0" |
10793 |
| - |
10794 | 10835 |
|
10795 | 10836 | version "10.1.0"
|
10796 | 10837 | resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"
|
|
10826 | 10867 | serialize-javascript "^2.1.2"
|
10827 | 10868 | uglify-js "^3.4.9"
|
10828 | 10869 |
|
10829 |
| -rollup-pluginutils@^1.5.0: |
10830 |
| - version "1.5.2" |
10831 |
| - resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz#1e156e778f94b7255bfa1b3d0178be8f5c552408" |
10832 |
| - integrity sha1-HhVud4+UtyVb+hs9AXi+j1xVJAg= |
10833 |
| - dependencies: |
10834 |
| - estree-walker "^0.2.1" |
10835 |
| - minimatch "^3.0.2" |
10836 |
| - |
10837 | 10870 | rollup-pluginutils@^2.8.1:
|
10838 | 10871 | version "2.8.1"
|
10839 | 10872 | resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97"
|
|
0 commit comments