Skip to content

Commit a678ecd

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

File tree

2 files changed

+157
-9
lines changed

2 files changed

+157
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"postcss-scss": "4.0.6",
7676
"prettier": "2.8.7",
7777
"rollup": "2.79.1",
78-
"rollup-plugin-babel": "4.4.0",
78+
"@rollup/plugin-babel": "5.0.0",
7979
"rollup-plugin-commonjs": "10.1.0",
8080
"rollup-plugin-filesize": "9.1.2",
8181
"rollup-plugin-license": "2.9.1",

yarn.lock

Lines changed: 156 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@
77
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
88
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
99

10+
"@algolia/[email protected]":
11+
version "1.19.1"
12+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.19.1.tgz#70b6bea6f6549be6f9f25a48f4e7001eb3dd67fa"
13+
integrity sha512-MeZZN1NSPgfp2zhiaCyAW02jOWMftCJ06qoeEVEQ8v+kMlXL15SUYBpQwj7Gd+nV46KHqDrW+g5EGqhCsX6zWg==
14+
dependencies:
15+
"@algolia/autocomplete-plugin-algolia-insights" "1.19.1"
16+
"@algolia/autocomplete-shared" "1.19.1"
17+
18+
"@algolia/[email protected]":
19+
version "1.19.1"
20+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.19.1.tgz#2089b8aa239180e2b71db3764edee272ac7c855e"
21+
integrity sha512-TPVerIGKbfOwd69ZNrriI6voKRwwj6Vmy4tD12/3RCh8zdvDOdRvc7LxeKPtgwJzavZkfH7nK9pb+4E+PCdgdg==
22+
dependencies:
23+
"@algolia/autocomplete-shared" "1.19.1"
24+
25+
"@algolia/[email protected]":
26+
version "1.19.1"
27+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.19.1.tgz#800162ad98dc57e8d26242b748702f79ea24279e"
28+
integrity sha512-8VTPeE7UwyfvNF44IEkaNOnRoofv0Ejtsqg3tu9T8gj+pbVMj8NBErlbYD88es893EseqJj7oWAhqcq1bgnxcQ==
29+
dependencies:
30+
"@algolia/autocomplete-shared" "1.19.1"
31+
32+
"@algolia/[email protected]":
33+
version "1.19.1"
34+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.19.1.tgz#ce15e1fb682a2ea0ddc8e19814d4c5eaf1457355"
35+
integrity sha512-/GcOv70emuVdSHBAERW7/r4czMzJROkgLOl45+ugyxK79RzSkXV2esY638qSo6mzC7EVwglSJ8BQ0kAVKVxMjA==
36+
37+
"@algolia/[email protected]":
38+
version "1.19.1"
39+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-theme-classic/-/autocomplete-theme-classic-1.19.1.tgz#900bb530d3844eeea1238acf6056a13eb5cf953a"
40+
integrity sha512-cNYN9Zosz+4hS+N8bE3yaKu4N0JD0CiNoNEqtZbemI+2xDSDo2MjRVVwWRz7gBn7wyimfp90apWgRJ3mnuGvDw==
41+
1042
"@algolia/[email protected]":
1143
version "4.16.0"
1244
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.16.0.tgz#ccd31ab9df10781a69a653e9d994d0be974952ba"
@@ -211,6 +243,15 @@
211243
dependencies:
212244
"@babel/highlight" "^7.18.6"
213245

246+
"@babel/code-frame@^7.27.1":
247+
version "7.27.1"
248+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
249+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
250+
dependencies:
251+
"@babel/helper-validator-identifier" "^7.27.1"
252+
js-tokens "^4.0.0"
253+
picocolors "^1.1.1"
254+
214255
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.4":
215256
version "7.21.4"
216257
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
@@ -247,6 +288,17 @@
247288
"@jridgewell/trace-mapping" "^0.3.17"
248289
jsesc "^2.5.1"
249290

291+
"@babel/generator@^7.28.0":
292+
version "7.28.0"
293+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
294+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
295+
dependencies:
296+
"@babel/parser" "^7.28.0"
297+
"@babel/types" "^7.28.0"
298+
"@jridgewell/gen-mapping" "^0.3.12"
299+
"@jridgewell/trace-mapping" "^0.3.28"
300+
jsesc "^3.0.2"
301+
250302
"@babel/helper-annotate-as-pure@^7.18.6":
251303
version "7.18.6"
252304
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -327,6 +379,11 @@
327379
"@babel/template" "^7.20.7"
328380
"@babel/types" "^7.21.0"
329381

382+
"@babel/helper-globals@^7.28.0":
383+
version "7.28.0"
384+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
385+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
386+
330387
"@babel/helper-hoist-variables@^7.18.6":
331388
version "7.18.6"
332389
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -348,6 +405,14 @@
348405
dependencies:
349406
"@babel/types" "^7.21.4"
350407

408+
"@babel/helper-module-imports@^7.7.4":
409+
version "7.27.1"
410+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
411+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
412+
dependencies:
413+
"@babel/traverse" "^7.27.1"
414+
"@babel/types" "^7.27.1"
415+
351416
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
352417
version "7.21.2"
353418
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
@@ -422,11 +487,21 @@
422487
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
423488
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
424489

490+
"@babel/helper-string-parser@^7.27.1":
491+
version "7.27.1"
492+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
493+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
494+
425495
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
426496
version "7.19.1"
427497
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
428498
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
429499

500+
"@babel/helper-validator-identifier@^7.27.1":
501+
version "7.27.1"
502+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
503+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
504+
430505
"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
431506
version "7.21.0"
432507
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -465,6 +540,13 @@
465540
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
466541
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
467542

543+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
544+
version "7.28.0"
545+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
546+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
547+
dependencies:
548+
"@babel/types" "^7.28.0"
549+
468550
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
469551
version "7.18.6"
470552
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1190,6 +1272,15 @@
11901272
"@babel/parser" "^7.20.7"
11911273
"@babel/types" "^7.20.7"
11921274

1275+
"@babel/template@^7.27.2":
1276+
version "7.27.2"
1277+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1278+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1279+
dependencies:
1280+
"@babel/code-frame" "^7.27.1"
1281+
"@babel/parser" "^7.27.2"
1282+
"@babel/types" "^7.27.1"
1283+
11931284
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.0":
11941285
version "7.21.4"
11951286
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
@@ -1206,6 +1297,19 @@
12061297
debug "^4.1.0"
12071298
globals "^11.1.0"
12081299

1300+
"@babel/traverse@^7.27.1":
1301+
version "7.28.0"
1302+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
1303+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
1304+
dependencies:
1305+
"@babel/code-frame" "^7.27.1"
1306+
"@babel/generator" "^7.28.0"
1307+
"@babel/helper-globals" "^7.28.0"
1308+
"@babel/parser" "^7.28.0"
1309+
"@babel/template" "^7.27.2"
1310+
"@babel/types" "^7.28.0"
1311+
debug "^4.3.1"
1312+
12091313
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
12101314
version "7.21.4"
12111315
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
@@ -1215,6 +1319,14 @@
12151319
"@babel/helper-validator-identifier" "^7.19.1"
12161320
to-fast-properties "^2.0.0"
12171321

1322+
"@babel/types@^7.27.1", "@babel/types@^7.28.0":
1323+
version "7.28.0"
1324+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
1325+
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
1326+
dependencies:
1327+
"@babel/helper-string-parser" "^7.27.1"
1328+
"@babel/helper-validator-identifier" "^7.27.1"
1329+
12181330
"@bcoe/v8-coverage@^0.2.3":
12191331
version "0.2.3"
12201332
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1791,6 +1903,14 @@
17911903
"@jridgewell/set-array" "^1.0.0"
17921904
"@jridgewell/sourcemap-codec" "^1.4.10"
17931905

1906+
"@jridgewell/gen-mapping@^0.3.12":
1907+
version "0.3.12"
1908+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
1909+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
1910+
dependencies:
1911+
"@jridgewell/sourcemap-codec" "^1.5.0"
1912+
"@jridgewell/trace-mapping" "^0.3.24"
1913+
17941914
"@jridgewell/gen-mapping@^0.3.2":
17951915
version "0.3.2"
17961916
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
@@ -1805,6 +1925,11 @@
18051925
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
18061926
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
18071927

1928+
"@jridgewell/resolve-uri@^3.1.0":
1929+
version "3.1.2"
1930+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
1931+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
1932+
18081933
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
18091934
version "1.1.2"
18101935
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -1815,6 +1940,11 @@
18151940
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
18161941
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
18171942

1943+
"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0":
1944+
version "1.5.4"
1945+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
1946+
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
1947+
18181948
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
18191949
version "0.3.17"
18201950
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
@@ -1823,6 +1953,14 @@
18231953
"@jridgewell/resolve-uri" "3.1.0"
18241954
"@jridgewell/sourcemap-codec" "1.4.14"
18251955

1956+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28":
1957+
version "0.3.29"
1958+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
1959+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
1960+
dependencies:
1961+
"@jridgewell/resolve-uri" "^3.1.0"
1962+
"@jridgewell/sourcemap-codec" "^1.4.14"
1963+
18261964
18271965
version "3.21.0"
18281966
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.21.0.tgz#27007bde71cc7b0a2969ab3c2f0ae41578b4577b"
@@ -3390,6 +3528,14 @@
33903528
chrome-trace-event "^1.0.2"
33913529
nullthrows "^1.1.1"
33923530

3531+
3532+
version "5.0.0"
3533+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
3534+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
3535+
dependencies:
3536+
"@babel/helper-module-imports" "^7.7.4"
3537+
"@rollup/pluginutils" "^3.0.8"
3538+
33933539
33943540
version "4.1.0"
33953541
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
@@ -9512,6 +9658,11 @@ jsesc@^2.5.1:
95129658
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
95139659
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
95149660

9661+
jsesc@^3.0.2:
9662+
version "3.1.0"
9663+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"
9664+
integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
9665+
95159666
jsesc@~0.5.0:
95169667
version "0.5.0"
95179668
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -11469,6 +11620,11 @@ picocolors@^1.0.0:
1146911620
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
1147011621
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
1147111622

11623+
picocolors@^1.1.1:
11624+
version "1.1.1"
11625+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
11626+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
11627+
1147211628
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
1147311629
version "2.3.1"
1147411630
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -12989,14 +13145,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1298913145
dependencies:
1299013146
glob "^7.1.3"
1299113147

12992-
12993-
version "4.4.0"
12994-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
12995-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
12996-
dependencies:
12997-
"@babel/helper-module-imports" "^7.0.0"
12998-
rollup-pluginutils "^2.8.1"
12999-
1300013148
1300113149
version "10.1.0"
1300213150
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"

0 commit comments

Comments
 (0)