Skip to content

Commit 90a4c00

Browse files
chore(deps): replace devdependency rollup-plugin-babel with @rollup/plugin-babel ^5.0.0
1 parent 34f27b1 commit 90a4c00

File tree

2 files changed

+191
-9
lines changed

2 files changed

+191
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"jest-environment-node": "^24.9.0",
7474
"regenerator-runtime": "^0.13.3",
7575
"rollup": "^1.19.4",
76-
"rollup-plugin-babel": "^4.3.3",
76+
"@rollup/plugin-babel": "^5.0.0",
7777
"rollup-plugin-commonjs": "^10.0.2",
7878
"rollup-plugin-node-resolve": "^5.2.0",
7979
"rollup-plugin-uglify": "^6.0.2"

yarn.lock

Lines changed: 190 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12+
"@babel/code-frame@^7.24.7":
13+
version "7.24.7"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
15+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
16+
dependencies:
17+
"@babel/highlight" "^7.24.7"
18+
picocolors "^1.0.0"
19+
1220
"@babel/core@^7.1.0", "@babel/core@^7.5.5":
1321
version "7.5.5"
1422
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
@@ -29,6 +37,16 @@
2937
semver "^5.4.1"
3038
source-map "^0.5.0"
3139

40+
"@babel/generator@^7.24.8":
41+
version "7.24.10"
42+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76"
43+
integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==
44+
dependencies:
45+
"@babel/types" "^7.24.9"
46+
"@jridgewell/gen-mapping" "^0.3.5"
47+
"@jridgewell/trace-mapping" "^0.3.25"
48+
jsesc "^2.5.1"
49+
3250
"@babel/generator@^7.4.0", "@babel/generator@^7.5.5":
3351
version "7.5.5"
3452
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
@@ -73,6 +91,13 @@
7391
"@babel/types" "^7.5.5"
7492
lodash "^4.17.13"
7593

94+
"@babel/helper-environment-visitor@^7.24.7":
95+
version "7.24.7"
96+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
97+
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
98+
dependencies:
99+
"@babel/types" "^7.24.7"
100+
76101
"@babel/helper-explode-assignable-expression@^7.1.0":
77102
version "7.1.0"
78103
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
@@ -90,13 +115,28 @@
90115
"@babel/template" "^7.1.0"
91116
"@babel/types" "^7.0.0"
92117

118+
"@babel/helper-function-name@^7.24.7":
119+
version "7.24.7"
120+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
121+
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
122+
dependencies:
123+
"@babel/template" "^7.24.7"
124+
"@babel/types" "^7.24.7"
125+
93126
"@babel/helper-get-function-arity@^7.0.0":
94127
version "7.0.0"
95128
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
96129
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
97130
dependencies:
98131
"@babel/types" "^7.0.0"
99132

133+
"@babel/helper-hoist-variables@^7.24.7":
134+
version "7.24.7"
135+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
136+
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
137+
dependencies:
138+
"@babel/types" "^7.24.7"
139+
100140
"@babel/helper-hoist-variables@^7.4.4":
101141
version "7.4.4"
102142
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -118,6 +158,14 @@
118158
dependencies:
119159
"@babel/types" "^7.0.0"
120160

161+
"@babel/helper-module-imports@^7.10.4":
162+
version "7.24.7"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
164+
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
165+
dependencies:
166+
"@babel/traverse" "^7.24.7"
167+
"@babel/types" "^7.24.7"
168+
121169
"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
122170
version "7.5.5"
123171
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a"
@@ -178,13 +226,30 @@
178226
"@babel/template" "^7.1.0"
179227
"@babel/types" "^7.0.0"
180228

229+
"@babel/helper-split-export-declaration@^7.24.7":
230+
version "7.24.7"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
232+
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
233+
dependencies:
234+
"@babel/types" "^7.24.7"
235+
181236
"@babel/helper-split-export-declaration@^7.4.4":
182237
version "7.4.4"
183238
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
184239
integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
185240
dependencies:
186241
"@babel/types" "^7.4.4"
187242

243+
"@babel/helper-string-parser@^7.24.8":
244+
version "7.24.8"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
246+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
247+
248+
"@babel/helper-validator-identifier@^7.24.7":
249+
version "7.24.7"
250+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
251+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
252+
188253
"@babel/helper-wrap-function@^7.1.0":
189254
version "7.2.0"
190255
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -213,11 +278,26 @@
213278
esutils "^2.0.2"
214279
js-tokens "^4.0.0"
215280

281+
"@babel/highlight@^7.24.7":
282+
version "7.24.7"
283+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
284+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
285+
dependencies:
286+
"@babel/helper-validator-identifier" "^7.24.7"
287+
chalk "^2.4.2"
288+
js-tokens "^4.0.0"
289+
picocolors "^1.0.0"
290+
216291
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5":
217292
version "7.5.5"
218293
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
219294
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
220295

296+
"@babel/parser@^7.24.7", "@babel/parser@^7.24.8":
297+
version "7.24.8"
298+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
299+
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
300+
221301
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
222302
version "7.2.0"
223303
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -614,6 +694,15 @@
614694
"@babel/parser" "^7.4.4"
615695
"@babel/types" "^7.4.4"
616696

697+
"@babel/template@^7.24.7":
698+
version "7.24.7"
699+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
700+
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
701+
dependencies:
702+
"@babel/code-frame" "^7.24.7"
703+
"@babel/parser" "^7.24.7"
704+
"@babel/types" "^7.24.7"
705+
617706
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
618707
version "7.5.5"
619708
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
@@ -629,6 +718,22 @@
629718
globals "^11.1.0"
630719
lodash "^4.17.13"
631720

721+
"@babel/traverse@^7.24.7":
722+
version "7.24.8"
723+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
724+
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
725+
dependencies:
726+
"@babel/code-frame" "^7.24.7"
727+
"@babel/generator" "^7.24.8"
728+
"@babel/helper-environment-visitor" "^7.24.7"
729+
"@babel/helper-function-name" "^7.24.7"
730+
"@babel/helper-hoist-variables" "^7.24.7"
731+
"@babel/helper-split-export-declaration" "^7.24.7"
732+
"@babel/parser" "^7.24.8"
733+
"@babel/types" "^7.24.8"
734+
debug "^4.3.1"
735+
globals "^11.1.0"
736+
632737
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
633738
version "7.5.5"
634739
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
@@ -638,6 +743,15 @@
638743
lodash "^4.17.13"
639744
to-fast-properties "^2.0.0"
640745

746+
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9":
747+
version "7.24.9"
748+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
749+
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
750+
dependencies:
751+
"@babel/helper-string-parser" "^7.24.8"
752+
"@babel/helper-validator-identifier" "^7.24.7"
753+
to-fast-properties "^2.0.0"
754+
641755
"@cnakazawa/watch@^1.0.3":
642756
version "1.0.3"
643757
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -933,6 +1047,38 @@
9331047
"@types/istanbul-reports" "^1.1.1"
9341048
"@types/yargs" "^13.0.0"
9351049

1050+
"@jridgewell/gen-mapping@^0.3.5":
1051+
version "0.3.5"
1052+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
1053+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
1054+
dependencies:
1055+
"@jridgewell/set-array" "^1.2.1"
1056+
"@jridgewell/sourcemap-codec" "^1.4.10"
1057+
"@jridgewell/trace-mapping" "^0.3.24"
1058+
1059+
"@jridgewell/resolve-uri@^3.1.0":
1060+
version "3.1.2"
1061+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
1062+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
1063+
1064+
"@jridgewell/set-array@^1.2.1":
1065+
version "1.2.1"
1066+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
1067+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
1068+
1069+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1070+
version "1.5.0"
1071+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1072+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1073+
1074+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
1075+
version "0.3.25"
1076+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1077+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
1078+
dependencies:
1079+
"@jridgewell/resolve-uri" "^3.1.0"
1080+
"@jridgewell/sourcemap-codec" "^1.4.14"
1081+
9361082
"@marionebl/sander@^0.6.0":
9371083
version "0.6.1"
9381084
resolved "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b"
@@ -942,6 +1088,23 @@
9421088
mkdirp "^0.5.1"
9431089
rimraf "^2.5.2"
9441090

1091+
"@rollup/plugin-babel@^5.0.0":
1092+
version "5.3.1"
1093+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
1094+
integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
1095+
dependencies:
1096+
"@babel/helper-module-imports" "^7.10.4"
1097+
"@rollup/pluginutils" "^3.1.0"
1098+
1099+
"@rollup/pluginutils@^3.1.0":
1100+
version "3.1.0"
1101+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
1102+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
1103+
dependencies:
1104+
"@types/estree" "0.0.39"
1105+
estree-walker "^1.0.1"
1106+
picomatch "^2.2.2"
1107+
9451108
"@types/babel__core@^7.1.0":
9461109
version "7.1.2"
9471110
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.2.tgz#608c74f55928033fce18b99b213c16be4b3d114f"
@@ -2013,6 +2176,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
20132176
dependencies:
20142177
ms "^2.1.1"
20152178

2179+
debug@^4.3.1:
2180+
version "4.3.5"
2181+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
2182+
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
2183+
dependencies:
2184+
ms "2.1.2"
2185+
20162186
decamelize-keys@^1.0.0:
20172187
version "1.1.0"
20182188
resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2509,6 +2679,11 @@ estree-walker@^0.6.1:
25092679
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
25102680
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
25112681

2682+
estree-walker@^1.0.1:
2683+
version "1.0.1"
2684+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
2685+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
2686+
25122687
esutils@^2.0.2:
25132688
version "2.0.2"
25142689
resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
@@ -4304,6 +4479,11 @@ [email protected]:
43044479
resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
43054480
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
43064481

4482+
4483+
version "2.1.2"
4484+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
4485+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
4486+
43074487
ms@^2.1.1:
43084488
version "2.1.1"
43094489
resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
@@ -4772,6 +4952,16 @@ performance-now@^2.1.0:
47724952
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
47734953
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
47744954

4955+
picocolors@^1.0.0:
4956+
version "1.0.1"
4957+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4958+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4959+
4960+
picomatch@^2.2.2:
4961+
version "2.3.1"
4962+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
4963+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
4964+
47754965
pify@^2.0.0:
47764966
version "2.3.0"
47774967
resolved "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5273,14 +5463,6 @@ rimraf@^2.6.3:
52735463
dependencies:
52745464
glob "^7.1.3"
52755465

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-
52845466
rollup-plugin-commonjs@^10.0.2:
52855467
version "10.0.2"
52865468
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.0.2.tgz#61328f3a29945e2c35f2b2e824c18944fd88a54d"

0 commit comments

Comments
 (0)