Skip to content

Commit 72eadd9

Browse files
committed
Upgrade babel
1 parent 867313c commit 72eadd9

File tree

2 files changed

+126
-113
lines changed

2 files changed

+126
-113
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"react-dom": "^17.0.1"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.11.4",
54-
"@babel/preset-react": "^7.10.4",
53+
"@babel/core": "^7.12.3",
54+
"@babel/preset-react": "^7.12.1",
5555
"babel-loader": "^8.1.0",
5656
"babel-minify-webpack-plugin": "^0.3.1",
5757
"cross-env": "^7.0.2",

yarn.lock

Lines changed: 124 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/core@^7.11.4":
13-
version "7.11.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229"
15-
integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg==
12+
"@babel/core@^7.12.3":
13+
version "7.12.3"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
15+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
1616
dependencies:
1717
"@babel/code-frame" "^7.10.4"
18-
"@babel/generator" "^7.11.4"
19-
"@babel/helper-module-transforms" "^7.11.0"
20-
"@babel/helpers" "^7.10.4"
21-
"@babel/parser" "^7.11.4"
18+
"@babel/generator" "^7.12.1"
19+
"@babel/helper-module-transforms" "^7.12.1"
20+
"@babel/helpers" "^7.12.1"
21+
"@babel/parser" "^7.12.3"
2222
"@babel/template" "^7.10.4"
23-
"@babel/traverse" "^7.11.0"
24-
"@babel/types" "^7.11.0"
23+
"@babel/traverse" "^7.12.1"
24+
"@babel/types" "^7.12.1"
2525
convert-source-map "^1.7.0"
2626
debug "^4.1.0"
2727
gensync "^1.0.0-beta.1"
@@ -31,12 +31,12 @@
3131
semver "^5.4.1"
3232
source-map "^0.5.0"
3333

34-
"@babel/generator@^7.11.0", "@babel/generator@^7.11.4":
35-
version "7.11.4"
36-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be"
37-
integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g==
34+
"@babel/generator@^7.12.1":
35+
version "7.12.1"
36+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
37+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
3838
dependencies:
39-
"@babel/types" "^7.11.0"
39+
"@babel/types" "^7.12.1"
4040
jsesc "^2.5.1"
4141
source-map "^0.5.0"
4242

@@ -47,14 +47,14 @@
4747
dependencies:
4848
"@babel/types" "^7.10.4"
4949

50-
"@babel/helper-builder-react-jsx-experimental@^7.10.4":
51-
version "7.10.5"
52-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.5.tgz#f35e956a19955ff08c1258e44a515a6d6248646b"
53-
integrity sha512-Buewnx6M4ttG+NLkKyt7baQn7ScC/Td+e99G914fRU8fGIUivDDgVIQeDHFa5e4CRSJQt58WpNHhsAZgtzVhsg==
50+
"@babel/helper-builder-react-jsx-experimental@^7.12.1":
51+
version "7.12.4"
52+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.4.tgz#55fc1ead5242caa0ca2875dcb8eed6d311e50f48"
53+
integrity sha512-AjEa0jrQqNk7eDQOo0pTfUOwQBMF+xVqrausQwT9/rTKy0g04ggFNaJpaE09IQMn9yExluigWMJcj0WC7bq+Og==
5454
dependencies:
5555
"@babel/helper-annotate-as-pure" "^7.10.4"
56-
"@babel/helper-module-imports" "^7.10.4"
57-
"@babel/types" "^7.10.5"
56+
"@babel/helper-module-imports" "^7.12.1"
57+
"@babel/types" "^7.12.1"
5858

5959
"@babel/helper-builder-react-jsx@^7.10.4":
6060
version "7.10.4"
@@ -80,31 +80,33 @@
8080
dependencies:
8181
"@babel/types" "^7.10.4"
8282

83-
"@babel/helper-member-expression-to-functions@^7.10.4":
84-
version "7.11.0"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
86-
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
83+
"@babel/helper-member-expression-to-functions@^7.12.1":
84+
version "7.12.1"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
86+
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
8787
dependencies:
88-
"@babel/types" "^7.11.0"
88+
"@babel/types" "^7.12.1"
8989

90-
"@babel/helper-module-imports@^7.10.4":
91-
version "7.10.4"
92-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
93-
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
90+
"@babel/helper-module-imports@^7.12.1":
91+
version "7.12.1"
92+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
93+
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
9494
dependencies:
95-
"@babel/types" "^7.10.4"
95+
"@babel/types" "^7.12.1"
9696

97-
"@babel/helper-module-transforms@^7.11.0":
98-
version "7.11.0"
99-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
100-
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
97+
"@babel/helper-module-transforms@^7.12.1":
98+
version "7.12.1"
99+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
100+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
101101
dependencies:
102-
"@babel/helper-module-imports" "^7.10.4"
103-
"@babel/helper-replace-supers" "^7.10.4"
104-
"@babel/helper-simple-access" "^7.10.4"
102+
"@babel/helper-module-imports" "^7.12.1"
103+
"@babel/helper-replace-supers" "^7.12.1"
104+
"@babel/helper-simple-access" "^7.12.1"
105105
"@babel/helper-split-export-declaration" "^7.11.0"
106+
"@babel/helper-validator-identifier" "^7.10.4"
106107
"@babel/template" "^7.10.4"
107-
"@babel/types" "^7.11.0"
108+
"@babel/traverse" "^7.12.1"
109+
"@babel/types" "^7.12.1"
108110
lodash "^4.17.19"
109111

110112
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -119,23 +121,22 @@
119121
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
120122
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
121123

122-
"@babel/helper-replace-supers@^7.10.4":
123-
version "7.10.4"
124-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
125-
integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
124+
"@babel/helper-replace-supers@^7.12.1":
125+
version "7.12.1"
126+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
127+
integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
126128
dependencies:
127-
"@babel/helper-member-expression-to-functions" "^7.10.4"
129+
"@babel/helper-member-expression-to-functions" "^7.12.1"
128130
"@babel/helper-optimise-call-expression" "^7.10.4"
129-
"@babel/traverse" "^7.10.4"
130-
"@babel/types" "^7.10.4"
131+
"@babel/traverse" "^7.12.1"
132+
"@babel/types" "^7.12.1"
131133

132-
"@babel/helper-simple-access@^7.10.4":
133-
version "7.10.4"
134-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
135-
integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==
134+
"@babel/helper-simple-access@^7.12.1":
135+
version "7.12.1"
136+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
137+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
136138
dependencies:
137-
"@babel/template" "^7.10.4"
138-
"@babel/types" "^7.10.4"
139+
"@babel/types" "^7.12.1"
139140

140141
"@babel/helper-split-export-declaration@^7.11.0":
141142
version "7.11.0"
@@ -149,14 +150,14 @@
149150
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
150151
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
151152

152-
"@babel/helpers@^7.10.4":
153-
version "7.10.4"
154-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
155-
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
153+
"@babel/helpers@^7.12.1":
154+
version "7.12.1"
155+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
156+
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
156157
dependencies:
157158
"@babel/template" "^7.10.4"
158-
"@babel/traverse" "^7.10.4"
159-
"@babel/types" "^7.10.4"
159+
"@babel/traverse" "^7.12.1"
160+
"@babel/types" "^7.12.1"
160161

161162
"@babel/highlight@^7.10.4":
162163
version "7.10.4"
@@ -167,80 +168,83 @@
167168
chalk "^2.0.0"
168169
js-tokens "^4.0.0"
169170

170-
"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.4":
171+
"@babel/parser@^7.10.4":
171172
version "7.11.4"
172173
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca"
173174
integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA==
174175

175-
"@babel/plugin-syntax-jsx@^7.10.4":
176-
version "7.10.4"
177-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c"
178-
integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g==
176+
"@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
177+
version "7.12.3"
178+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
179+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
180+
181+
"@babel/plugin-syntax-jsx@^7.12.1":
182+
version "7.12.1"
183+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926"
184+
integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==
179185
dependencies:
180186
"@babel/helper-plugin-utils" "^7.10.4"
181187

182-
"@babel/plugin-transform-react-display-name@^7.10.4":
183-
version "7.10.4"
184-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.4.tgz#b5795f4e3e3140419c3611b7a2a3832b9aef328d"
185-
integrity sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw==
188+
"@babel/plugin-transform-react-display-name@^7.12.1":
189+
version "7.12.1"
190+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz#1cbcd0c3b1d6648c55374a22fc9b6b7e5341c00d"
191+
integrity sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==
186192
dependencies:
187193
"@babel/helper-plugin-utils" "^7.10.4"
188194

189-
"@babel/plugin-transform-react-jsx-development@^7.10.4":
190-
version "7.10.4"
191-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.4.tgz#6ec90f244394604623880e15ebc3c34c356258ba"
192-
integrity sha512-RM3ZAd1sU1iQ7rI2dhrZRZGv0aqzNQMbkIUCS1txYpi9wHQ2ZHNjo5TwX+UD6pvFW4AbWqLVYvKy5qJSAyRGjQ==
195+
"@babel/plugin-transform-react-jsx-development@^7.12.1":
196+
version "7.12.1"
197+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.1.tgz#0b8f8cd531dcf7991f1e5f2c10a2a4f1cfc78e36"
198+
integrity sha512-IilcGWdN1yNgEGOrB96jbTplRh+V2Pz1EoEwsKsHfX1a/L40cUYuD71Zepa7C+ujv7kJIxnDftWeZbKNEqZjCQ==
193199
dependencies:
194-
"@babel/helper-builder-react-jsx-experimental" "^7.10.4"
200+
"@babel/helper-builder-react-jsx-experimental" "^7.12.1"
195201
"@babel/helper-plugin-utils" "^7.10.4"
196-
"@babel/plugin-syntax-jsx" "^7.10.4"
202+
"@babel/plugin-syntax-jsx" "^7.12.1"
197203

198-
"@babel/plugin-transform-react-jsx-self@^7.10.4":
199-
version "7.10.4"
200-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz#cd301a5fed8988c182ed0b9d55e9bd6db0bd9369"
201-
integrity sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg==
204+
"@babel/plugin-transform-react-jsx-self@^7.12.1":
205+
version "7.12.1"
206+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz#ef43cbca2a14f1bd17807dbe4376ff89d714cf28"
207+
integrity sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA==
202208
dependencies:
203209
"@babel/helper-plugin-utils" "^7.10.4"
204-
"@babel/plugin-syntax-jsx" "^7.10.4"
205210

206-
"@babel/plugin-transform-react-jsx-source@^7.10.4":
207-
version "7.10.5"
208-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.5.tgz#34f1779117520a779c054f2cdd9680435b9222b4"
209-
integrity sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA==
211+
"@babel/plugin-transform-react-jsx-source@^7.12.1":
212+
version "7.12.1"
213+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz#d07de6863f468da0809edcf79a1aa8ce2a82a26b"
214+
integrity sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ==
210215
dependencies:
211216
"@babel/helper-plugin-utils" "^7.10.4"
212-
"@babel/plugin-syntax-jsx" "^7.10.4"
213217

214-
"@babel/plugin-transform-react-jsx@^7.10.4":
215-
version "7.10.4"
216-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.4.tgz#673c9f913948764a4421683b2bef2936968fddf2"
217-
integrity sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A==
218+
"@babel/plugin-transform-react-jsx@^7.12.1":
219+
version "7.12.1"
220+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.1.tgz#c2d96c77c2b0e4362cc4e77a43ce7c2539d478cb"
221+
integrity sha512-RmKejwnT0T0QzQUzcbP5p1VWlpnP8QHtdhEtLG55ZDQnJNalbF3eeDyu3dnGKvGzFIQiBzFhBYTwvv435p9Xpw==
218222
dependencies:
219223
"@babel/helper-builder-react-jsx" "^7.10.4"
220-
"@babel/helper-builder-react-jsx-experimental" "^7.10.4"
224+
"@babel/helper-builder-react-jsx-experimental" "^7.12.1"
221225
"@babel/helper-plugin-utils" "^7.10.4"
222-
"@babel/plugin-syntax-jsx" "^7.10.4"
226+
"@babel/plugin-syntax-jsx" "^7.12.1"
223227

224-
"@babel/plugin-transform-react-pure-annotations@^7.10.4":
225-
version "7.10.4"
226-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.4.tgz#3eefbb73db94afbc075f097523e445354a1c6501"
227-
integrity sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A==
228+
"@babel/plugin-transform-react-pure-annotations@^7.12.1":
229+
version "7.12.1"
230+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz#05d46f0ab4d1339ac59adf20a1462c91b37a1a42"
231+
integrity sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==
228232
dependencies:
229233
"@babel/helper-annotate-as-pure" "^7.10.4"
230234
"@babel/helper-plugin-utils" "^7.10.4"
231235

232-
"@babel/preset-react@^7.10.4":
233-
version "7.10.4"
234-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.10.4.tgz#92e8a66d816f9911d11d4cc935be67adfc82dbcf"
235-
integrity sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw==
236+
"@babel/preset-react@^7.12.1":
237+
version "7.12.1"
238+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.1.tgz#7f022b13f55b6dd82f00f16d1c599ae62985358c"
239+
integrity sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==
236240
dependencies:
237241
"@babel/helper-plugin-utils" "^7.10.4"
238-
"@babel/plugin-transform-react-display-name" "^7.10.4"
239-
"@babel/plugin-transform-react-jsx" "^7.10.4"
240-
"@babel/plugin-transform-react-jsx-development" "^7.10.4"
241-
"@babel/plugin-transform-react-jsx-self" "^7.10.4"
242-
"@babel/plugin-transform-react-jsx-source" "^7.10.4"
243-
"@babel/plugin-transform-react-pure-annotations" "^7.10.4"
242+
"@babel/plugin-transform-react-display-name" "^7.12.1"
243+
"@babel/plugin-transform-react-jsx" "^7.12.1"
244+
"@babel/plugin-transform-react-jsx-development" "^7.12.1"
245+
"@babel/plugin-transform-react-jsx-self" "^7.12.1"
246+
"@babel/plugin-transform-react-jsx-source" "^7.12.1"
247+
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
244248

245249
"@babel/template@^7.10.4":
246250
version "7.10.4"
@@ -251,22 +255,22 @@
251255
"@babel/parser" "^7.10.4"
252256
"@babel/types" "^7.10.4"
253257

254-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0":
255-
version "7.11.0"
256-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
257-
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
258+
"@babel/traverse@^7.12.1":
259+
version "7.12.1"
260+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
261+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
258262
dependencies:
259263
"@babel/code-frame" "^7.10.4"
260-
"@babel/generator" "^7.11.0"
264+
"@babel/generator" "^7.12.1"
261265
"@babel/helper-function-name" "^7.10.4"
262266
"@babel/helper-split-export-declaration" "^7.11.0"
263-
"@babel/parser" "^7.11.0"
264-
"@babel/types" "^7.11.0"
267+
"@babel/parser" "^7.12.1"
268+
"@babel/types" "^7.12.1"
265269
debug "^4.1.0"
266270
globals "^11.1.0"
267271
lodash "^4.17.19"
268272

269-
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0":
273+
"@babel/types@^7.10.4", "@babel/types@^7.11.0":
270274
version "7.11.0"
271275
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
272276
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
@@ -275,6 +279,15 @@
275279
lodash "^4.17.19"
276280
to-fast-properties "^2.0.0"
277281

282+
"@babel/types@^7.12.1":
283+
version "7.12.1"
284+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
285+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
286+
dependencies:
287+
"@babel/helper-validator-identifier" "^7.10.4"
288+
lodash "^4.17.19"
289+
to-fast-properties "^2.0.0"
290+
278291
"@csstools/convert-colors@^1.4.0":
279292
version "1.4.0"
280293
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"

0 commit comments

Comments
 (0)