Skip to content

Commit 131265a

Browse files
committed
update babel
1 parent 17df67a commit 131265a

File tree

2 files changed

+97
-18
lines changed

2 files changed

+97
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
},
128128
"devDependencies": {
129129
"@babel/cli": "^7.17.6",
130-
"@babel/core": "^7.17.5",
130+
"@babel/core": "^7.17.9",
131131
"@babel/plugin-transform-runtime": "^7.17.0",
132132
"@babel/preset-env": "^7.16.11",
133133
"@babel/preset-react": "^7.16.7",

yarn.lock

Lines changed: 96 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
7272
integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
7373

74+
"@babel/compat-data@^7.17.7":
75+
version "7.17.7"
76+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
77+
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
78+
7479
"@babel/core@^7.1.0":
7580
version "7.7.4"
7681
resolved "https://registry.npmjs.org/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
@@ -112,25 +117,25 @@
112117
semver "^6.3.0"
113118
source-map "^0.5.0"
114119

115-
"@babel/core@^7.17.5":
116-
version "7.17.5"
117-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
118-
integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
120+
"@babel/core@^7.17.9":
121+
version "7.17.9"
122+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe"
123+
integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==
119124
dependencies:
120125
"@ampproject/remapping" "^2.1.0"
121126
"@babel/code-frame" "^7.16.7"
122-
"@babel/generator" "^7.17.3"
123-
"@babel/helper-compilation-targets" "^7.16.7"
124-
"@babel/helper-module-transforms" "^7.16.7"
125-
"@babel/helpers" "^7.17.2"
126-
"@babel/parser" "^7.17.3"
127+
"@babel/generator" "^7.17.9"
128+
"@babel/helper-compilation-targets" "^7.17.7"
129+
"@babel/helper-module-transforms" "^7.17.7"
130+
"@babel/helpers" "^7.17.9"
131+
"@babel/parser" "^7.17.9"
127132
"@babel/template" "^7.16.7"
128-
"@babel/traverse" "^7.17.3"
133+
"@babel/traverse" "^7.17.9"
129134
"@babel/types" "^7.17.0"
130135
convert-source-map "^1.7.0"
131136
debug "^4.1.0"
132137
gensync "^1.0.0-beta.2"
133-
json5 "^2.1.2"
138+
json5 "^2.2.1"
134139
semver "^6.3.0"
135140

136141
"@babel/core@^7.7.5":
@@ -192,6 +197,15 @@
192197
jsesc "^2.5.1"
193198
source-map "^0.5.0"
194199

200+
"@babel/generator@^7.17.9":
201+
version "7.17.9"
202+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc"
203+
integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==
204+
dependencies:
205+
"@babel/types" "^7.17.0"
206+
jsesc "^2.5.1"
207+
source-map "^0.5.0"
208+
195209
"@babel/generator@^7.6.3":
196210
version "7.6.4"
197211
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
@@ -254,6 +268,16 @@
254268
browserslist "^4.17.5"
255269
semver "^6.3.0"
256270

271+
"@babel/helper-compilation-targets@^7.17.7":
272+
version "7.17.7"
273+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46"
274+
integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==
275+
dependencies:
276+
"@babel/compat-data" "^7.17.7"
277+
"@babel/helper-validator-option" "^7.16.7"
278+
browserslist "^4.17.5"
279+
semver "^6.3.0"
280+
257281
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.17.6":
258282
version "7.17.6"
259283
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9"
@@ -375,6 +399,14 @@
375399
"@babel/template" "^7.16.7"
376400
"@babel/types" "^7.16.7"
377401

402+
"@babel/helper-function-name@^7.17.9":
403+
version "7.17.9"
404+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
405+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
406+
dependencies:
407+
"@babel/template" "^7.16.7"
408+
"@babel/types" "^7.17.0"
409+
378410
"@babel/helper-function-name@^7.7.4":
379411
version "7.7.4"
380412
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
@@ -495,6 +527,20 @@
495527
"@babel/traverse" "^7.16.7"
496528
"@babel/types" "^7.16.7"
497529

530+
"@babel/helper-module-transforms@^7.17.7":
531+
version "7.17.7"
532+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
533+
integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==
534+
dependencies:
535+
"@babel/helper-environment-visitor" "^7.16.7"
536+
"@babel/helper-module-imports" "^7.16.7"
537+
"@babel/helper-simple-access" "^7.17.7"
538+
"@babel/helper-split-export-declaration" "^7.16.7"
539+
"@babel/helper-validator-identifier" "^7.16.7"
540+
"@babel/template" "^7.16.7"
541+
"@babel/traverse" "^7.17.3"
542+
"@babel/types" "^7.17.0"
543+
498544
"@babel/helper-optimise-call-expression@^7.10.1":
499545
version "7.10.1"
500546
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
@@ -591,6 +637,13 @@
591637
dependencies:
592638
"@babel/types" "^7.16.7"
593639

640+
"@babel/helper-simple-access@^7.17.7":
641+
version "7.17.7"
642+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
643+
integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
644+
dependencies:
645+
"@babel/types" "^7.17.0"
646+
594647
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
595648
version "7.16.0"
596649
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -691,13 +744,13 @@
691744
"@babel/traverse" "^7.16.7"
692745
"@babel/types" "^7.16.7"
693746

694-
"@babel/helpers@^7.17.2":
695-
version "7.17.2"
696-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
697-
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
747+
"@babel/helpers@^7.17.9":
748+
version "7.17.9"
749+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
750+
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
698751
dependencies:
699752
"@babel/template" "^7.16.7"
700-
"@babel/traverse" "^7.17.0"
753+
"@babel/traverse" "^7.17.9"
701754
"@babel/types" "^7.17.0"
702755

703756
"@babel/helpers@^7.7.4":
@@ -779,6 +832,11 @@
779832
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
780833
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
781834

835+
"@babel/parser@^7.17.9":
836+
version "7.17.9"
837+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
838+
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
839+
782840
"@babel/parser@^7.6.0", "@babel/parser@^7.6.3":
783841
version "7.6.4"
784842
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
@@ -1706,7 +1764,7 @@
17061764
debug "^4.1.0"
17071765
globals "^11.1.0"
17081766

1709-
"@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3":
1767+
"@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3":
17101768
version "7.17.3"
17111769
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
17121770
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
@@ -1722,6 +1780,22 @@
17221780
debug "^4.1.0"
17231781
globals "^11.1.0"
17241782

1783+
"@babel/traverse@^7.17.9":
1784+
version "7.17.9"
1785+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d"
1786+
integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==
1787+
dependencies:
1788+
"@babel/code-frame" "^7.16.7"
1789+
"@babel/generator" "^7.17.9"
1790+
"@babel/helper-environment-visitor" "^7.16.7"
1791+
"@babel/helper-function-name" "^7.17.9"
1792+
"@babel/helper-hoist-variables" "^7.16.7"
1793+
"@babel/helper-split-export-declaration" "^7.16.7"
1794+
"@babel/parser" "^7.17.9"
1795+
"@babel/types" "^7.17.0"
1796+
debug "^4.1.0"
1797+
globals "^11.1.0"
1798+
17251799
"@babel/traverse@^7.7.4":
17261800
version "7.7.4"
17271801
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
@@ -5506,6 +5580,11 @@ json5@^2.1.0, json5@^2.1.2:
55065580
dependencies:
55075581
minimist "^1.2.5"
55085582

5583+
json5@^2.2.1:
5584+
version "2.2.1"
5585+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
5586+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
5587+
55095588
jsonfile@^4.0.0:
55105589
version "4.0.0"
55115590
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"

0 commit comments

Comments
 (0)