Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 4f96432

Browse files
chore(deps): bump @amille/babel-preset from 1.0.32 to 1.0.33
Bumps [@amille/babel-preset](https://github.com/amille44420/babel-preset) from 1.0.32 to 1.0.33. - [Release notes](https://github.com/amille44420/babel-preset/releases) - [Changelog](https://github.com/amille44420/babel-preset/blob/master/.releaserc) - [Commits](amille44420/babel-preset@v1.0.32...v1.0.33) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 02283a3 commit 4f96432

File tree

1 file changed

+76
-15
lines changed

1 file changed

+76
-15
lines changed

yarn.lock

Lines changed: 76 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
"@amille/babel-preset@^1.0.12":
6-
version "1.0.32"
7-
resolved "https://registry.yarnpkg.com/@amille/babel-preset/-/babel-preset-1.0.32.tgz#9671c055064e202ea7fbdbaeaeb5367a6832a1cb"
8-
integrity sha512-83cIM0Im1hSO+cJi2Zcm4922EWI1h0IU8W3ELmWUAnXgMvOboxXW+fKhf28bt35gGB/uHi92THphQ1hLIVj2Iw==
6+
version "1.0.33"
7+
resolved "https://registry.yarnpkg.com/@amille/babel-preset/-/babel-preset-1.0.33.tgz#338601a152fca853e047d0c79bd2434b733332e2"
8+
integrity sha512-SzF2FrBkKg6OKoV5rxkDl9kxCaY0vCGin8IGRugsbcAB6QuLci8YmAuM5ZguY2Qur1sEF160SPllZNeJELfMwA==
99
dependencies:
1010
"@babel/core" "^7.10.4"
1111
"@babel/plugin-proposal-class-properties" "^7.10.4"
@@ -20,7 +20,7 @@
2020
"@babel/preset-react" "^7.10.4"
2121
"@babel/runtime" "^7.10.4"
2222
babel-plugin-dynamic-import-node "^2.3.3"
23-
babel-plugin-macros "^2.8.0"
23+
babel-plugin-macros "^3.0.0"
2424
babel-plugin-transform-react-remove-prop-types "^0.4.24"
2525

2626
"@amille/eslint-config@^1.3.4":
@@ -85,6 +85,15 @@
8585
lodash "^4.17.13"
8686
source-map "^0.5.0"
8787

88+
"@babel/generator@^7.12.5":
89+
version "7.12.5"
90+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
91+
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
92+
dependencies:
93+
"@babel/types" "^7.12.5"
94+
jsesc "^2.5.1"
95+
source-map "^0.5.0"
96+
8897
"@babel/generator@^7.9.6":
8998
version "7.9.6"
9099
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
@@ -325,6 +334,13 @@
325334
dependencies:
326335
"@babel/types" "^7.10.4"
327336

337+
"@babel/helper-split-export-declaration@^7.11.0":
338+
version "7.11.0"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
340+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
341+
dependencies:
342+
"@babel/types" "^7.11.0"
343+
328344
"@babel/helper-split-export-declaration@^7.8.3":
329345
version "7.8.3"
330346
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
@@ -375,6 +391,11 @@
375391
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
376392
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
377393

394+
"@babel/parser@^7.12.7":
395+
version "7.12.7"
396+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
397+
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
398+
378399
"@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
379400
version "7.9.6"
380401
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
@@ -968,10 +989,10 @@
968989
"@babel/plugin-transform-react-jsx-source" "^7.10.4"
969990
"@babel/plugin-transform-react-pure-annotations" "^7.10.4"
970991

971-
"@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
972-
version "7.11.2"
973-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
974-
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
992+
"@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.4.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
993+
version "7.12.5"
994+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
995+
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
975996
dependencies:
976997
regenerator-runtime "^0.13.4"
977998

@@ -1008,6 +1029,21 @@
10081029
globals "^11.1.0"
10091030
lodash "^4.17.13"
10101031

1032+
"@babel/traverse@^7.12.9":
1033+
version "7.12.9"
1034+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
1035+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
1036+
dependencies:
1037+
"@babel/code-frame" "^7.10.4"
1038+
"@babel/generator" "^7.12.5"
1039+
"@babel/helper-function-name" "^7.10.4"
1040+
"@babel/helper-split-export-declaration" "^7.11.0"
1041+
"@babel/parser" "^7.12.7"
1042+
"@babel/types" "^7.12.7"
1043+
debug "^4.1.0"
1044+
globals "^11.1.0"
1045+
lodash "^4.17.19"
1046+
10111047
"@babel/traverse@^7.7.0":
10121048
version "7.9.6"
10131049
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
@@ -1032,6 +1068,15 @@
10321068
lodash "^4.17.13"
10331069
to-fast-properties "^2.0.0"
10341070

1071+
"@babel/types@^7.11.0", "@babel/types@^7.12.5", "@babel/types@^7.12.7":
1072+
version "7.12.7"
1073+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
1074+
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
1075+
dependencies:
1076+
"@babel/helper-validator-identifier" "^7.10.4"
1077+
lodash "^4.17.19"
1078+
to-fast-properties "^2.0.0"
1079+
10351080
"@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
10361081
version "7.9.6"
10371082
resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
@@ -2180,14 +2225,15 @@ babel-plugin-dynamic-import-node@^2.3.3:
21802225
dependencies:
21812226
object.assign "^4.1.0"
21822227

2183-
babel-plugin-macros@^2.8.0:
2184-
version "2.8.0"
2185-
resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
2186-
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
2228+
babel-plugin-macros@^3.0.0:
2229+
version "3.0.0"
2230+
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.0.tgz#de9ad21283f8493b2aa70ba0abe82efafb65f5bd"
2231+
integrity sha512-KtmdOA0b8gsD8cid2iOdPEPSI45UFkf3wczAWN1FHhfI4UoXMLM6Cdhk72VznDMLPnEC88txqG0101e8MOpsaQ==
21872232
dependencies:
2188-
"@babel/runtime" "^7.7.2"
2189-
cosmiconfig "^6.0.0"
2190-
resolve "^1.12.0"
2233+
"@babel/runtime" "^7.12.5"
2234+
"@babel/traverse" "^7.12.9"
2235+
cosmiconfig "^7.0.0"
2236+
resolve "^1.19.0"
21912237

21922238
babel-plugin-named-asset-import@^0.3.6:
21932239
version "0.3.7"
@@ -5878,6 +5924,13 @@ is-color-stop@^1.0.0:
58785924
rgb-regex "^1.0.1"
58795925
rgba-regex "^1.0.0"
58805926

5927+
is-core-module@^2.1.0:
5928+
version "2.2.0"
5929+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
5930+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
5931+
dependencies:
5932+
has "^1.0.3"
5933+
58815934
is-data-descriptor@^0.1.4:
58825935
version "0.1.4"
58835936
resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -9872,6 +9925,14 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3
98729925
dependencies:
98739926
path-parse "^1.0.6"
98749927

9928+
resolve@^1.19.0:
9929+
version "1.19.0"
9930+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
9931+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
9932+
dependencies:
9933+
is-core-module "^2.1.0"
9934+
path-parse "^1.0.6"
9935+
98759936
ret@~0.1.10:
98769937
version "0.1.15"
98779938
resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"

0 commit comments

Comments
 (0)