|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 |
|
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== |
16 | 16 | dependencies: |
17 | 17 | "@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" |
22 | 22 | "@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" |
25 | 25 | convert-source-map "^1.7.0" |
26 | 26 | debug "^4.1.0" |
27 | 27 | gensync "^1.0.0-beta.1" |
|
31 | 31 | semver "^5.4.1" |
32 | 32 | source-map "^0.5.0" |
33 | 33 |
|
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== |
38 | 38 | dependencies: |
39 | | - "@babel/types" "^7.11.0" |
| 39 | + "@babel/types" "^7.12.1" |
40 | 40 | jsesc "^2.5.1" |
41 | 41 | source-map "^0.5.0" |
42 | 42 |
|
|
47 | 47 | dependencies: |
48 | 48 | "@babel/types" "^7.10.4" |
49 | 49 |
|
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== |
54 | 54 | dependencies: |
55 | 55 | "@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" |
58 | 58 |
|
59 | 59 | "@babel/helper-builder-react-jsx@^7.10.4": |
60 | 60 | version "7.10.4" |
|
80 | 80 | dependencies: |
81 | 81 | "@babel/types" "^7.10.4" |
82 | 82 |
|
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== |
87 | 87 | dependencies: |
88 | | - "@babel/types" "^7.11.0" |
| 88 | + "@babel/types" "^7.12.1" |
89 | 89 |
|
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== |
94 | 94 | dependencies: |
95 | | - "@babel/types" "^7.10.4" |
| 95 | + "@babel/types" "^7.12.1" |
96 | 96 |
|
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== |
101 | 101 | 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" |
105 | 105 | "@babel/helper-split-export-declaration" "^7.11.0" |
| 106 | + "@babel/helper-validator-identifier" "^7.10.4" |
106 | 107 | "@babel/template" "^7.10.4" |
107 | | - "@babel/types" "^7.11.0" |
| 108 | + "@babel/traverse" "^7.12.1" |
| 109 | + "@babel/types" "^7.12.1" |
108 | 110 | lodash "^4.17.19" |
109 | 111 |
|
110 | 112 | "@babel/helper-optimise-call-expression@^7.10.4": |
|
119 | 121 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
120 | 122 | integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
121 | 123 |
|
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== |
126 | 128 | dependencies: |
127 | | - "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 129 | + "@babel/helper-member-expression-to-functions" "^7.12.1" |
128 | 130 | "@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" |
131 | 133 |
|
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== |
136 | 138 | dependencies: |
137 | | - "@babel/template" "^7.10.4" |
138 | | - "@babel/types" "^7.10.4" |
| 139 | + "@babel/types" "^7.12.1" |
139 | 140 |
|
140 | 141 | "@babel/helper-split-export-declaration@^7.11.0": |
141 | 142 | version "7.11.0" |
|
149 | 150 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
150 | 151 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
151 | 152 |
|
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== |
156 | 157 | dependencies: |
157 | 158 | "@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" |
160 | 161 |
|
161 | 162 | "@babel/highlight@^7.10.4": |
162 | 163 | version "7.10.4" |
|
167 | 168 | chalk "^2.0.0" |
168 | 169 | js-tokens "^4.0.0" |
169 | 170 |
|
170 | | -"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.4": |
| 171 | +"@babel/parser@^7.10.4": |
171 | 172 | version "7.11.4" |
172 | 173 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
173 | 174 | integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
174 | 175 |
|
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== |
179 | 185 | dependencies: |
180 | 186 | "@babel/helper-plugin-utils" "^7.10.4" |
181 | 187 |
|
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== |
186 | 192 | dependencies: |
187 | 193 | "@babel/helper-plugin-utils" "^7.10.4" |
188 | 194 |
|
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== |
193 | 199 | dependencies: |
194 | | - "@babel/helper-builder-react-jsx-experimental" "^7.10.4" |
| 200 | + "@babel/helper-builder-react-jsx-experimental" "^7.12.1" |
195 | 201 | "@babel/helper-plugin-utils" "^7.10.4" |
196 | | - "@babel/plugin-syntax-jsx" "^7.10.4" |
| 202 | + "@babel/plugin-syntax-jsx" "^7.12.1" |
197 | 203 |
|
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== |
202 | 208 | dependencies: |
203 | 209 | "@babel/helper-plugin-utils" "^7.10.4" |
204 | | - "@babel/plugin-syntax-jsx" "^7.10.4" |
205 | 210 |
|
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== |
210 | 215 | dependencies: |
211 | 216 | "@babel/helper-plugin-utils" "^7.10.4" |
212 | | - "@babel/plugin-syntax-jsx" "^7.10.4" |
213 | 217 |
|
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== |
218 | 222 | dependencies: |
219 | 223 | "@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" |
221 | 225 | "@babel/helper-plugin-utils" "^7.10.4" |
222 | | - "@babel/plugin-syntax-jsx" "^7.10.4" |
| 226 | + "@babel/plugin-syntax-jsx" "^7.12.1" |
223 | 227 |
|
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== |
228 | 232 | dependencies: |
229 | 233 | "@babel/helper-annotate-as-pure" "^7.10.4" |
230 | 234 | "@babel/helper-plugin-utils" "^7.10.4" |
231 | 235 |
|
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== |
236 | 240 | dependencies: |
237 | 241 | "@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" |
244 | 248 |
|
245 | 249 | "@babel/template@^7.10.4": |
246 | 250 | version "7.10.4" |
|
251 | 255 | "@babel/parser" "^7.10.4" |
252 | 256 | "@babel/types" "^7.10.4" |
253 | 257 |
|
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== |
258 | 262 | dependencies: |
259 | 263 | "@babel/code-frame" "^7.10.4" |
260 | | - "@babel/generator" "^7.11.0" |
| 264 | + "@babel/generator" "^7.12.1" |
261 | 265 | "@babel/helper-function-name" "^7.10.4" |
262 | 266 | "@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" |
265 | 269 | debug "^4.1.0" |
266 | 270 | globals "^11.1.0" |
267 | 271 | lodash "^4.17.19" |
268 | 272 |
|
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": |
270 | 274 | version "7.11.0" |
271 | 275 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
272 | 276 | integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
|
275 | 279 | lodash "^4.17.19" |
276 | 280 | to-fast-properties "^2.0.0" |
277 | 281 |
|
| 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 | + |
278 | 291 | "@csstools/convert-colors@^1.4.0": |
279 | 292 | version "1.4.0" |
280 | 293 | resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" |
|
0 commit comments