Skip to content

Commit 25a3ca3

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.16.4
1 parent ec8efc2 commit 25a3ca3

File tree

2 files changed

+103
-43
lines changed

2 files changed

+103
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"dependencies": {},
6969
"devDependencies": {
7070
"@babel/core": "7.16.0",
71-
"@babel/preset-env": "7.16.0",
71+
"@babel/preset-env": "7.16.4",
7272
"@babel/register": "7.16.0",
7373
"@commitlint/cli": "14.1.0",
7474
"@functional-abstraction/measure": "4.0.0",

yarn.lock

Lines changed: 102 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
2727
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
2828

29+
"@babel/compat-data@^7.16.4":
30+
version "7.16.4"
31+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
32+
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
33+
2934
3035
version "7.16.0"
3136
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
@@ -145,6 +150,16 @@
145150
browserslist "^4.16.6"
146151
semver "^6.3.0"
147152

153+
"@babel/helper-compilation-targets@^7.16.3":
154+
version "7.16.3"
155+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
156+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
157+
dependencies:
158+
"@babel/compat-data" "^7.16.0"
159+
"@babel/helper-validator-option" "^7.14.5"
160+
browserslist "^4.17.5"
161+
semver "^6.3.0"
162+
148163
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
149164
version "7.15.0"
150165
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
@@ -199,10 +214,10 @@
199214
resolve "^1.14.2"
200215
semver "^6.1.2"
201216

202-
"@babel/helper-define-polyfill-provider@^0.2.4":
203-
version "0.2.4"
204-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10"
205-
integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
217+
"@babel/helper-define-polyfill-provider@^0.3.0":
218+
version "0.3.0"
219+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
220+
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
206221
dependencies:
207222
"@babel/helper-compilation-targets" "^7.13.0"
208223
"@babel/helper-module-imports" "^7.12.13"
@@ -366,6 +381,15 @@
366381
"@babel/helper-wrap-function" "^7.16.0"
367382
"@babel/types" "^7.16.0"
368383

384+
"@babel/helper-remap-async-to-generator@^7.16.4":
385+
version "7.16.4"
386+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.4.tgz#5d7902f61349ff6b963e07f06a389ce139fbfe6e"
387+
integrity sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
388+
dependencies:
389+
"@babel/helper-annotate-as-pure" "^7.16.0"
390+
"@babel/helper-wrap-function" "^7.16.0"
391+
"@babel/types" "^7.16.0"
392+
369393
"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.0":
370394
version "7.15.0"
371395
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
@@ -509,10 +533,10 @@
509533
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
510534
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
511535

512-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
513-
version "7.16.0"
514-
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.16.0.tgz#efb7f147042aca34ce8156a055906a7abaadeaf0"
515-
integrity sha512-djyecbGMEh4rOb/Tc1M5bUW2Ih1IZRa9PoubnPOCzM+DRE89uGUHR1Y+3aDdTMW4drjGRZ2ol8dt1JUFg6hJLQ==
536+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
537+
version "7.16.2"
538+
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.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
539+
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
516540
dependencies:
517541
"@babel/helper-plugin-utils" "^7.14.5"
518542

@@ -543,13 +567,13 @@
543567
"@babel/helper-remap-async-to-generator" "^7.14.5"
544568
"@babel/plugin-syntax-async-generators" "^7.8.4"
545569

546-
"@babel/plugin-proposal-async-generator-functions@^7.16.0":
547-
version "7.16.0"
548-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz#11425d47a60364352f668ad5fbc1d6596b2c5caf"
549-
integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
570+
"@babel/plugin-proposal-async-generator-functions@^7.16.4":
571+
version "7.16.4"
572+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.4.tgz#e606eb6015fec6fa5978c940f315eae4e300b081"
573+
integrity sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
550574
dependencies:
551575
"@babel/helper-plugin-utils" "^7.14.5"
552-
"@babel/helper-remap-async-to-generator" "^7.16.0"
576+
"@babel/helper-remap-async-to-generator" "^7.16.4"
553577
"@babel/plugin-syntax-async-generators" "^7.8.4"
554578

555579
@@ -1277,6 +1301,13 @@
12771301
dependencies:
12781302
"@babel/helper-plugin-utils" "^7.14.5"
12791303

1304+
"@babel/plugin-transform-parameters@^7.16.3":
1305+
version "7.16.3"
1306+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
1307+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
1308+
dependencies:
1309+
"@babel/helper-plugin-utils" "^7.14.5"
1310+
12801311
"@babel/plugin-transform-property-literals@^7.14.5":
12811312
version "7.14.5"
12821313
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
@@ -1454,18 +1485,18 @@
14541485
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
14551486
"@babel/helper-plugin-utils" "^7.14.5"
14561487

1457-
"@babel/[email protected].0":
1458-
version "7.16.0"
1459-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.0.tgz#97228393d217560d6a1c6c56f0adb9d12bca67f5"
1460-
integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
1488+
"@babel/[email protected].4":
1489+
version "7.16.4"
1490+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.4.tgz#4f6ec33b2a3fe72d6bfdcdf3859500232563a2e3"
1491+
integrity sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
14611492
dependencies:
1462-
"@babel/compat-data" "^7.16.0"
1463-
"@babel/helper-compilation-targets" "^7.16.0"
1493+
"@babel/compat-data" "^7.16.4"
1494+
"@babel/helper-compilation-targets" "^7.16.3"
14641495
"@babel/helper-plugin-utils" "^7.14.5"
14651496
"@babel/helper-validator-option" "^7.14.5"
1466-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
1497+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.2"
14671498
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
1468-
"@babel/plugin-proposal-async-generator-functions" "^7.16.0"
1499+
"@babel/plugin-proposal-async-generator-functions" "^7.16.4"
14691500
"@babel/plugin-proposal-class-properties" "^7.16.0"
14701501
"@babel/plugin-proposal-class-static-block" "^7.16.0"
14711502
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
@@ -1515,7 +1546,7 @@
15151546
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
15161547
"@babel/plugin-transform-new-target" "^7.16.0"
15171548
"@babel/plugin-transform-object-super" "^7.16.0"
1518-
"@babel/plugin-transform-parameters" "^7.16.0"
1549+
"@babel/plugin-transform-parameters" "^7.16.3"
15191550
"@babel/plugin-transform-property-literals" "^7.16.0"
15201551
"@babel/plugin-transform-regenerator" "^7.16.0"
15211552
"@babel/plugin-transform-reserved-words" "^7.16.0"
@@ -1528,10 +1559,10 @@
15281559
"@babel/plugin-transform-unicode-regex" "^7.16.0"
15291560
"@babel/preset-modules" "^0.1.5"
15301561
"@babel/types" "^7.16.0"
1531-
babel-plugin-polyfill-corejs2 "^0.2.3"
1532-
babel-plugin-polyfill-corejs3 "^0.3.0"
1533-
babel-plugin-polyfill-regenerator "^0.2.3"
1534-
core-js-compat "^3.19.0"
1562+
babel-plugin-polyfill-corejs2 "^0.3.0"
1563+
babel-plugin-polyfill-corejs3 "^0.4.0"
1564+
babel-plugin-polyfill-regenerator "^0.3.0"
1565+
core-js-compat "^3.19.1"
15351566
semver "^6.3.0"
15361567

15371568
"@babel/preset-env@^7.12.11":
@@ -2783,13 +2814,13 @@ babel-plugin-polyfill-corejs2@^0.2.2:
27832814
"@babel/helper-define-polyfill-provider" "^0.2.2"
27842815
semver "^6.1.1"
27852816

2786-
babel-plugin-polyfill-corejs2@^0.2.3:
2787-
version "0.2.3"
2788-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f"
2789-
integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
2817+
babel-plugin-polyfill-corejs2@^0.3.0:
2818+
version "0.3.0"
2819+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
2820+
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
27902821
dependencies:
27912822
"@babel/compat-data" "^7.13.11"
2792-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2823+
"@babel/helper-define-polyfill-provider" "^0.3.0"
27932824
semver "^6.1.1"
27942825

27952826
babel-plugin-polyfill-corejs3@^0.2.2:
@@ -2800,12 +2831,12 @@ babel-plugin-polyfill-corejs3@^0.2.2:
28002831
"@babel/helper-define-polyfill-provider" "^0.2.2"
28012832
core-js-compat "^3.14.0"
28022833

2803-
babel-plugin-polyfill-corejs3@^0.3.0:
2804-
version "0.3.0"
2805-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz#fa7ca3d1ee9ddc6193600ffb632c9785d54918af"
2806-
integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
2834+
babel-plugin-polyfill-corejs3@^0.4.0:
2835+
version "0.4.0"
2836+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
2837+
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
28072838
dependencies:
2808-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2839+
"@babel/helper-define-polyfill-provider" "^0.3.0"
28092840
core-js-compat "^3.18.0"
28102841

28112842
babel-plugin-polyfill-regenerator@^0.2.2:
@@ -2815,12 +2846,12 @@ babel-plugin-polyfill-regenerator@^0.2.2:
28152846
dependencies:
28162847
"@babel/helper-define-polyfill-provider" "^0.2.2"
28172848

2818-
babel-plugin-polyfill-regenerator@^0.2.3:
2819-
version "0.2.3"
2820-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d"
2821-
integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
2849+
babel-plugin-polyfill-regenerator@^0.3.0:
2850+
version "0.3.0"
2851+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
2852+
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
28222853
dependencies:
2823-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2854+
"@babel/helper-define-polyfill-provider" "^0.3.0"
28242855

28252856
babel-plugin-transform-async-to-promises@^0.8.15:
28262857
version "0.8.15"
@@ -3003,6 +3034,17 @@ browserslist@^4.17.5:
30033034
node-releases "^2.0.1"
30043035
picocolors "^1.0.0"
30053036

3037+
browserslist@^4.17.6:
3038+
version "4.18.1"
3039+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
3040+
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
3041+
dependencies:
3042+
caniuse-lite "^1.0.30001280"
3043+
electron-to-chromium "^1.3.896"
3044+
escalade "^3.1.1"
3045+
node-releases "^2.0.1"
3046+
picocolors "^1.0.0"
3047+
30063048
buffer-from@^1.0.0:
30073049
version "1.1.2"
30083050
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -3174,6 +3216,11 @@ caniuse-lite@^1.0.30001271:
31743216
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001272.tgz#8e9790ff995e9eb6e1f4c45cd07ddaa87cddbb14"
31753217
integrity sha512-DV1j9Oot5dydyH1v28g25KoVm7l8MTxazwuiH3utWiAS6iL/9Nh//TGwqFEeqqN8nnWYQ8HHhUq+o4QPt9kvYw==
31763218

3219+
caniuse-lite@^1.0.30001280:
3220+
version "1.0.30001280"
3221+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001280.tgz#066a506046ba4be34cde5f74a08db7a396718fb7"
3222+
integrity sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==
3223+
31773224
caseless@~0.12.0:
31783225
version "0.12.0"
31793226
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -3611,14 +3658,22 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0:
36113658
browserslist "^4.16.6"
36123659
semver "7.0.0"
36133660

3614-
core-js-compat@^3.18.0, core-js-compat@^3.19.0:
3661+
core-js-compat@^3.18.0:
36153662
version "3.19.0"
36163663
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
36173664
integrity sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==
36183665
dependencies:
36193666
browserslist "^4.17.5"
36203667
semver "7.0.0"
36213668

3669+
core-js-compat@^3.19.1:
3670+
version "3.19.1"
3671+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.1.tgz#fe598f1a9bf37310d77c3813968e9f7c7bb99476"
3672+
integrity sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==
3673+
dependencies:
3674+
browserslist "^4.17.6"
3675+
semver "7.0.0"
3676+
36223677
core-js@^2.0.0, core-js@^2.4.0:
36233678
version "2.6.12"
36243679
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
@@ -4167,6 +4222,11 @@ electron-to-chromium@^1.3.878:
41674222
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz#c8cec32fbc61364127849ae00f2395a1bae7c454"
41684223
integrity sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg==
41694224

4225+
electron-to-chromium@^1.3.896:
4226+
version "1.3.899"
4227+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.899.tgz#4d7d040e73def3d5f5bd6b8a21049025dce6fce0"
4228+
integrity sha512-w16Dtd2zl7VZ4N4Db+FIa7n36sgPGCKjrKvUUmp5ialsikvcQLjcJR9RWnlYNxIyEHLdHaoIZEqKsPxU9MdyBg==
4229+
41704230
elegant-spinner@^1.0.1:
41714231
version "1.0.1"
41724232
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"

0 commit comments

Comments
 (0)