Skip to content

Commit 2ad9986

Browse files
committed
chore(deps): update babel monorepo
1 parent 67ad523 commit 2ad9986

File tree

2 files changed

+92
-12
lines changed

2 files changed

+92
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"theme-ui": "0.3.4"
5252
},
5353
"devDependencies": {
54-
"@babel/core": "7.12.3",
54+
"@babel/core": "7.12.8",
5555
"@commitlint/cli": "11.0.0",
5656
"@commitlint/config-conventional": "11.0.0",
5757
"@storybook/addon-a11y": "6.1.4",
@@ -66,7 +66,7 @@
6666
"@testing-library/react": "11.2.2",
6767
"@testing-library/user-event": "12.2.2",
6868
"babel-eslint": "10.1.0",
69-
"babel-loader": "8.1.0",
69+
"babel-loader": "8.2.1",
7070
"commitizen": "4.2.2",
7171
"cz-conventional-changelog": "3.3.0",
7272
"eslint-config-airbnb": "18.2.1",

yarn.lock

Lines changed: 90 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@
8080
semver "^5.4.1"
8181
source-map "^0.5.0"
8282

83-
"@babel/[email protected].3", "@babel/core@^7.12.1", "@babel/core@^7.12.3":
84-
version "7.12.3"
85-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
86-
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
83+
"@babel/[email protected].8":
84+
version "7.12.8"
85+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6"
86+
integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg==
8787
dependencies:
8888
"@babel/code-frame" "^7.10.4"
89-
"@babel/generator" "^7.12.1"
89+
"@babel/generator" "^7.12.5"
9090
"@babel/helper-module-transforms" "^7.12.1"
91-
"@babel/helpers" "^7.12.1"
92-
"@babel/parser" "^7.12.3"
93-
"@babel/template" "^7.10.4"
94-
"@babel/traverse" "^7.12.1"
95-
"@babel/types" "^7.12.1"
91+
"@babel/helpers" "^7.12.5"
92+
"@babel/parser" "^7.12.7"
93+
"@babel/template" "^7.12.7"
94+
"@babel/traverse" "^7.12.8"
95+
"@babel/types" "^7.12.7"
9696
convert-source-map "^1.7.0"
9797
debug "^4.1.0"
9898
gensync "^1.0.0-beta.1"
@@ -124,6 +124,28 @@
124124
semver "^5.4.1"
125125
source-map "^0.5.0"
126126

127+
"@babel/core@^7.12.1", "@babel/core@^7.12.3":
128+
version "7.12.3"
129+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
130+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
131+
dependencies:
132+
"@babel/code-frame" "^7.10.4"
133+
"@babel/generator" "^7.12.1"
134+
"@babel/helper-module-transforms" "^7.12.1"
135+
"@babel/helpers" "^7.12.1"
136+
"@babel/parser" "^7.12.3"
137+
"@babel/template" "^7.10.4"
138+
"@babel/traverse" "^7.12.1"
139+
"@babel/types" "^7.12.1"
140+
convert-source-map "^1.7.0"
141+
debug "^4.1.0"
142+
gensync "^1.0.0-beta.1"
143+
json5 "^2.1.2"
144+
lodash "^4.17.19"
145+
resolve "^1.3.2"
146+
semver "^5.4.1"
147+
source-map "^0.5.0"
148+
127149
"@babel/core@^7.7.5", "@babel/core@^7.9.0":
128150
version "7.11.4"
129151
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229"
@@ -732,6 +754,15 @@
732754
"@babel/traverse" "^7.12.1"
733755
"@babel/types" "^7.12.1"
734756

757+
"@babel/helpers@^7.12.5":
758+
version "7.12.5"
759+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
760+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
761+
dependencies:
762+
"@babel/template" "^7.10.4"
763+
"@babel/traverse" "^7.12.5"
764+
"@babel/types" "^7.12.5"
765+
735766
"@babel/helpers@^7.9.0":
736767
version "7.9.0"
737768
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.0.tgz#ab2c1bc4821af766cab51d4868a5038874ea5a12"
@@ -789,6 +820,11 @@
789820
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
790821
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
791822

823+
"@babel/parser@^7.12.7":
824+
version "7.12.7"
825+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
826+
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
827+
792828
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
793829
version "7.10.5"
794830
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -2578,6 +2614,15 @@
25782614
"@babel/parser" "^7.10.4"
25792615
"@babel/types" "^7.10.4"
25802616

2617+
"@babel/template@^7.12.7":
2618+
version "7.12.7"
2619+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
2620+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
2621+
dependencies:
2622+
"@babel/code-frame" "^7.10.4"
2623+
"@babel/parser" "^7.12.7"
2624+
"@babel/types" "^7.12.7"
2625+
25812626
"@babel/template@^7.4.0", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
25822627
version "7.8.6"
25832628
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
@@ -2647,6 +2692,21 @@
26472692
globals "^11.1.0"
26482693
lodash "^4.17.19"
26492694

2695+
"@babel/traverse@^7.12.5", "@babel/traverse@^7.12.8":
2696+
version "7.12.8"
2697+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4"
2698+
integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q==
2699+
dependencies:
2700+
"@babel/code-frame" "^7.10.4"
2701+
"@babel/generator" "^7.12.5"
2702+
"@babel/helper-function-name" "^7.10.4"
2703+
"@babel/helper-split-export-declaration" "^7.11.0"
2704+
"@babel/parser" "^7.12.7"
2705+
"@babel/types" "^7.12.7"
2706+
debug "^4.1.0"
2707+
globals "^11.1.0"
2708+
lodash "^4.17.19"
2709+
26502710
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0":
26512711
version "7.9.0"
26522712
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
@@ -2683,6 +2743,15 @@
26832743
lodash "^4.17.19"
26842744
to-fast-properties "^2.0.0"
26852745

2746+
"@babel/types@^7.12.7":
2747+
version "7.12.7"
2748+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
2749+
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
2750+
dependencies:
2751+
"@babel/helper-validator-identifier" "^7.10.4"
2752+
lodash "^4.17.19"
2753+
to-fast-properties "^2.0.0"
2754+
26862755
26872756
version "1.0.0"
26882757
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
@@ -5784,6 +5853,17 @@ [email protected], babel-loader@^8.0.6:
57845853
pify "^4.0.1"
57855854
schema-utils "^2.6.5"
57865855

5856+
5857+
version "8.2.1"
5858+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.1.tgz#e53313254677e86f27536f5071d807e01d24ec00"
5859+
integrity sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw==
5860+
dependencies:
5861+
find-cache-dir "^2.1.0"
5862+
loader-utils "^1.4.0"
5863+
make-dir "^2.1.0"
5864+
pify "^4.0.1"
5865+
schema-utils "^2.6.5"
5866+
57875867
babel-plugin-add-react-displayname@^0.0.5:
57885868
version "0.0.5"
57895869
resolved "https://registry.yarnpkg.com/babel-plugin-add-react-displayname/-/babel-plugin-add-react-displayname-0.0.5.tgz#339d4cddb7b65fd62d1df9db9fe04de134122bd5"

0 commit comments

Comments
 (0)