Skip to content

Commit 3714079

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent 2502093 commit 3714079

File tree

2 files changed

+141
-29
lines changed

2 files changed

+141
-29
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"prettier": "2.8.8",
7676
"read-pkg": "5.2.0",
7777
"rollup": "2.79.1",
78-
"rollup-plugin-babel": "4.4.0",
78+
"@rollup/plugin-babel": "5.0.0",
7979
"rollup-plugin-license": "^3.0.1",
8080
"rollup-plugin-vue": "6.0.0",
8181
"typescript": "4.9.5",

yarn.lock

+140-28
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
"@babel/highlight" "^7.24.2"
3939
picocolors "^1.0.0"
4040

41+
"@babel/code-frame@^7.24.7":
42+
version "7.24.7"
43+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
44+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
45+
dependencies:
46+
"@babel/highlight" "^7.24.7"
47+
picocolors "^1.0.0"
48+
4149
"@babel/compat-data@^7.23.5":
4250
version "7.23.5"
4351
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
@@ -84,6 +92,16 @@
8492
"@jridgewell/trace-mapping" "^0.3.25"
8593
jsesc "^2.5.1"
8694

95+
"@babel/generator@^7.24.7":
96+
version "7.24.7"
97+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
98+
integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
99+
dependencies:
100+
"@babel/types" "^7.24.7"
101+
"@jridgewell/gen-mapping" "^0.3.5"
102+
"@jridgewell/trace-mapping" "^0.3.25"
103+
jsesc "^2.5.1"
104+
87105
"@babel/helper-compilation-targets@^7.23.6":
88106
version "7.23.6"
89107
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
@@ -100,6 +118,13 @@
100118
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
101119
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
102120

121+
"@babel/helper-environment-visitor@^7.24.7":
122+
version "7.24.7"
123+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
124+
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
125+
dependencies:
126+
"@babel/types" "^7.24.7"
127+
103128
"@babel/helper-function-name@^7.23.0":
104129
version "7.23.0"
105130
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
@@ -108,19 +133,27 @@
108133
"@babel/template" "^7.22.15"
109134
"@babel/types" "^7.23.0"
110135

136+
"@babel/helper-function-name@^7.24.7":
137+
version "7.24.7"
138+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
139+
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
140+
dependencies:
141+
"@babel/template" "^7.24.7"
142+
"@babel/types" "^7.24.7"
143+
111144
"@babel/helper-hoist-variables@^7.22.5":
112145
version "7.22.5"
113146
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
114147
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
115148
dependencies:
116149
"@babel/types" "^7.22.5"
117150

118-
"@babel/helper-module-imports@^7.0.0":
119-
version "7.18.6"
120-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
121-
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
151+
"@babel/helper-hoist-variables@^7.24.7":
152+
version "7.24.7"
153+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
154+
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
122155
dependencies:
123-
"@babel/types" "^7.18.6"
156+
"@babel/types" "^7.24.7"
124157

125158
"@babel/helper-module-imports@^7.22.15":
126159
version "7.22.15"
@@ -129,6 +162,14 @@
129162
dependencies:
130163
"@babel/types" "^7.22.15"
131164

165+
"@babel/helper-module-imports@^7.7.4":
166+
version "7.24.7"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
168+
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
169+
dependencies:
170+
"@babel/traverse" "^7.24.7"
171+
"@babel/types" "^7.24.7"
172+
132173
"@babel/helper-module-transforms@^7.23.3":
133174
version "7.23.3"
134175
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
@@ -154,10 +195,12 @@
154195
dependencies:
155196
"@babel/types" "^7.22.5"
156197

157-
"@babel/helper-string-parser@^7.19.4":
158-
version "7.19.4"
159-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
160-
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
198+
"@babel/helper-split-export-declaration@^7.24.7":
199+
version "7.24.7"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
201+
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
202+
dependencies:
203+
"@babel/types" "^7.24.7"
161204

162205
"@babel/helper-string-parser@^7.22.5":
163206
version "7.22.5"
@@ -169,7 +212,12 @@
169212
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
170213
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
171214

172-
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
215+
"@babel/helper-string-parser@^7.24.7":
216+
version "7.24.7"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
218+
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
219+
220+
"@babel/helper-validator-identifier@^7.18.6":
173221
version "7.19.1"
174222
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
175223
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -184,6 +232,11 @@
184232
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
185233
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
186234

235+
"@babel/helper-validator-identifier@^7.24.7":
236+
version "7.24.7"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
238+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
239+
187240
"@babel/helper-validator-option@^7.23.5":
188241
version "7.23.5"
189242
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -226,6 +279,16 @@
226279
js-tokens "^4.0.0"
227280
picocolors "^1.0.0"
228281

282+
"@babel/highlight@^7.24.7":
283+
version "7.24.7"
284+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
285+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
286+
dependencies:
287+
"@babel/helper-validator-identifier" "^7.24.7"
288+
chalk "^2.4.2"
289+
js-tokens "^4.0.0"
290+
picocolors "^1.0.0"
291+
229292
"@babel/parser@^7.24.0":
230293
version "7.24.0"
231294
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
@@ -241,6 +304,11 @@
241304
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
242305
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
243306

307+
"@babel/parser@^7.24.7":
308+
version "7.24.7"
309+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
310+
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
311+
244312
"@babel/runtime-corejs3@^7.10.2":
245313
version "7.20.6"
246314
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.6.tgz#63dae945963539ab0ad578efbf3eff271e7067ae"
@@ -265,6 +333,15 @@
265333
"@babel/parser" "^7.24.0"
266334
"@babel/types" "^7.24.0"
267335

336+
"@babel/template@^7.24.7":
337+
version "7.24.7"
338+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
339+
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
340+
dependencies:
341+
"@babel/code-frame" "^7.24.7"
342+
"@babel/parser" "^7.24.7"
343+
"@babel/types" "^7.24.7"
344+
268345
"@babel/traverse@^7.24.1":
269346
version "7.24.1"
270347
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
@@ -281,14 +358,21 @@
281358
debug "^4.3.1"
282359
globals "^11.1.0"
283360

284-
"@babel/types@^7.18.6":
285-
version "7.20.5"
286-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
287-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
288-
dependencies:
289-
"@babel/helper-string-parser" "^7.19.4"
290-
"@babel/helper-validator-identifier" "^7.19.1"
291-
to-fast-properties "^2.0.0"
361+
"@babel/traverse@^7.24.7":
362+
version "7.24.7"
363+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
364+
integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
365+
dependencies:
366+
"@babel/code-frame" "^7.24.7"
367+
"@babel/generator" "^7.24.7"
368+
"@babel/helper-environment-visitor" "^7.24.7"
369+
"@babel/helper-function-name" "^7.24.7"
370+
"@babel/helper-hoist-variables" "^7.24.7"
371+
"@babel/helper-split-export-declaration" "^7.24.7"
372+
"@babel/parser" "^7.24.7"
373+
"@babel/types" "^7.24.7"
374+
debug "^4.3.1"
375+
globals "^11.1.0"
292376

293377
"@babel/types@^7.22.15", "@babel/types@^7.23.0", "@babel/types@^7.24.0":
294378
version "7.24.0"
@@ -308,6 +392,15 @@
308392
"@babel/helper-validator-identifier" "^7.22.5"
309393
to-fast-properties "^2.0.0"
310394

395+
"@babel/types@^7.24.7":
396+
version "7.24.7"
397+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
398+
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
399+
dependencies:
400+
"@babel/helper-string-parser" "^7.24.7"
401+
"@babel/helper-validator-identifier" "^7.24.7"
402+
to-fast-properties "^2.0.0"
403+
311404
312405
version "1.5.0"
313406
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -676,6 +769,14 @@
676769
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
677770
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
678771

772+
773+
version "5.0.0"
774+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
775+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
776+
dependencies:
777+
"@babel/helper-module-imports" "^7.7.4"
778+
"@rollup/pluginutils" "^3.0.8"
779+
679780
680781
version "1.0.3"
681782
resolved "https://registry.yarnpkg.com/@rollup/plugin-buble/-/plugin-buble-1.0.3.tgz#6ce275f062a3bac583472cf14f54aa5f0957dccf"
@@ -725,6 +826,15 @@
725826
"@rollup/pluginutils" "^5.1.0"
726827
resolve "^1.22.1"
727828

829+
"@rollup/pluginutils@^3.0.8":
830+
version "3.1.0"
831+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
832+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
833+
dependencies:
834+
"@types/estree" "0.0.39"
835+
estree-walker "^1.0.1"
836+
picomatch "^2.2.2"
837+
728838
"@rollup/pluginutils@^5.0.1":
729839
version "5.0.2"
730840
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
@@ -926,6 +1036,11 @@
9261036
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
9271037
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
9281038

1039+
1040+
version "0.0.39"
1041+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
1042+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
1043+
9291044
9301045
version "1.0.5"
9311046
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
@@ -2642,6 +2757,11 @@ estree-walker@^0.6.1:
26422757
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
26432758
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
26442759

2760+
estree-walker@^1.0.1:
2761+
version "1.0.1"
2762+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
2763+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
2764+
26452765
estree-walker@^2.0.2:
26462766
version "2.0.2"
26472767
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
@@ -4303,7 +4423,7 @@ picocolors@^1.0.0:
43034423
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
43044424
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
43054425

4306-
picomatch@^2.3.1:
4426+
picomatch@^2.2.2, picomatch@^2.3.1:
43074427
version "2.3.1"
43084428
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
43094429
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -4676,14 +4796,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
46764796
dependencies:
46774797
glob "^7.1.3"
46784798

4679-
4680-
version "4.4.0"
4681-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
4682-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
4683-
dependencies:
4684-
"@babel/helper-module-imports" "^7.0.0"
4685-
rollup-pluginutils "^2.8.1"
4686-
46874799
rollup-plugin-license@^3.0.1:
46884800
version "3.0.1"
46894801
resolved "https://registry.yarnpkg.com/rollup-plugin-license/-/rollup-plugin-license-3.0.1.tgz#e54d9464971dc2c5282b74c00cee09091b329054"
@@ -4708,7 +4820,7 @@ [email protected]:
47084820
hash-sum "^2.0.0"
47094821
rollup-pluginutils "^2.8.2"
47104822

4711-
rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
4823+
rollup-pluginutils@^2.8.2:
47124824
version "2.8.2"
47134825
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
47144826
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==

0 commit comments

Comments
 (0)