Showing
4 changed files
with
1349 additions
and
35 deletions
... | @@ -3,11 +3,17 @@ | ... | @@ -3,11 +3,17 @@ |
3 | "version": "0.1.0", | 3 | "version": "0.1.0", |
4 | "private": true, | 4 | "private": true, |
5 | "dependencies": { | 5 | "dependencies": { |
6 | + "@chakra-ui/core": "^0.8.0", | ||
7 | + "@chakra-ui/react": "^1.6.3", | ||
8 | + "@emotion/react": "11", | ||
9 | + "@emotion/styled": "11", | ||
6 | "@testing-library/jest-dom": "^5.11.4", | 10 | "@testing-library/jest-dom": "^5.11.4", |
7 | "@testing-library/react": "^11.1.0", | 11 | "@testing-library/react": "^11.1.0", |
8 | "@testing-library/user-event": "^12.1.10", | 12 | "@testing-library/user-event": "^12.1.10", |
13 | + "framer-motion": "4", | ||
9 | "react": "^17.0.2", | 14 | "react": "^17.0.2", |
10 | "react-dom": "^17.0.2", | 15 | "react-dom": "^17.0.2", |
16 | + "react-router-dom": "^5.2.0", | ||
11 | "react-scripts": "4.0.3", | 17 | "react-scripts": "4.0.3", |
12 | "web-vitals": "^1.0.1" | 18 | "web-vitals": "^1.0.1" |
13 | }, | 19 | }, | ... | ... |
1 | -import logo from './logo.svg'; | 1 | +import React, { useEffect } from 'react' |
2 | -import './App.css'; | 2 | +import { BrowserRouter, Route, Redirect, Switch, Link } from 'react-router-dom' |
3 | +import { ChakraProvider } from "@chakra-ui/react" | ||
4 | +import Index from './components/Index' | ||
3 | 5 | ||
4 | -function App() { | 6 | +const App = () => { |
5 | return ( | 7 | return ( |
6 | - <div className="App"> | 8 | + <ChakraProvider> |
7 | - <header className="App-header"> | 9 | + <BrowserRouter> |
8 | - <img src={logo} className="App-logo" alt="logo" /> | 10 | + <Switch> |
9 | - <p> | 11 | + <Route exact path="/" component={Index}/> |
10 | - Edit <code>src/App.js</code> and save to reload. | 12 | + <Redirect path="*" to="/"/> |
11 | - </p> | 13 | + </Switch> |
12 | - <a | 14 | + </BrowserRouter> |
13 | - className="App-link" | 15 | + </ChakraProvider> |
14 | - href="https://reactjs.org" | 16 | + ) |
15 | - target="_blank" | ||
16 | - rel="noopener noreferrer" | ||
17 | - > | ||
18 | - Learn React | ||
19 | - </a> | ||
20 | - </header> | ||
21 | - </div> | ||
22 | - ); | ||
23 | } | 17 | } |
24 | 18 | ||
25 | -export default App; | 19 | +export default App | ... | ... |
frontend/src/components/Index.js
0 → 100644
1 | +import React, { useEffect } from 'react' | ||
2 | +import { BrowserRouter, Route, Redirect, Switch, Link } from 'react-router-dom' | ||
3 | +import { Container } from "@chakra-ui/react" | ||
4 | + | ||
5 | + | ||
6 | +const Index = () => { | ||
7 | + return ( | ||
8 | + <Container> | ||
9 | + asdfasdfasdf | ||
10 | + </Container> | ||
11 | + ) | ||
12 | +} | ||
13 | + | ||
14 | +export default Index |
... | @@ -1091,6 +1091,13 @@ | ... | @@ -1091,6 +1091,13 @@ |
1091 | dependencies: | 1091 | dependencies: |
1092 | regenerator-runtime "^0.13.4" | 1092 | regenerator-runtime "^0.13.4" |
1093 | 1093 | ||
1094 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.3.1", "@babel/runtime@^7.9.2": | ||
1095 | + version "7.14.0" | ||
1096 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" | ||
1097 | + integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== | ||
1098 | + dependencies: | ||
1099 | + regenerator-runtime "^0.13.4" | ||
1100 | + | ||
1094 | "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": | 1101 | "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": |
1095 | version "7.12.18" | 1102 | version "7.12.18" |
1096 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b" | 1103 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b" |
... | @@ -1098,13 +1105,6 @@ | ... | @@ -1098,13 +1105,6 @@ |
1098 | dependencies: | 1105 | dependencies: |
1099 | regenerator-runtime "^0.13.4" | 1106 | regenerator-runtime "^0.13.4" |
1100 | 1107 | ||
1101 | -"@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2": | ||
1102 | - version "7.14.0" | ||
1103 | - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" | ||
1104 | - integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== | ||
1105 | - dependencies: | ||
1106 | - regenerator-runtime "^0.13.4" | ||
1107 | - | ||
1108 | "@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3": | 1108 | "@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3": |
1109 | version "7.12.13" | 1109 | version "7.12.13" |
1110 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" | 1110 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
... | @@ -1143,6 +1143,555 @@ | ... | @@ -1143,6 +1143,555 @@ |
1143 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" | 1143 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
1144 | integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== | 1144 | integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== |
1145 | 1145 | ||
1146 | +"@chakra-ui/accordion@1.3.2": | ||
1147 | + version "1.3.2" | ||
1148 | + resolved "https://registry.yarnpkg.com/@chakra-ui/accordion/-/accordion-1.3.2.tgz#7a397ad85ff33704b02b947d45c5297c5da1491e" | ||
1149 | + integrity sha512-YUgdWz1+ofeDXZIOZNTPYgCNM4KUv5bxYc5vzGzW8lJc6xQQ6pCyknUfL6aaVRVCuYYpVkE2yvaXynFnnQxpqg== | ||
1150 | + dependencies: | ||
1151 | + "@chakra-ui/descendant" "2.0.1" | ||
1152 | + "@chakra-ui/hooks" "1.5.2" | ||
1153 | + "@chakra-ui/icon" "1.1.9" | ||
1154 | + "@chakra-ui/react-utils" "1.1.2" | ||
1155 | + "@chakra-ui/transition" "1.3.1" | ||
1156 | + "@chakra-ui/utils" "1.8.0" | ||
1157 | + | ||
1158 | +"@chakra-ui/alert@1.2.5": | ||
1159 | + version "1.2.5" | ||
1160 | + resolved "https://registry.yarnpkg.com/@chakra-ui/alert/-/alert-1.2.5.tgz#d8ab0fdf75fa61625c368bd1979d2989a9fa1907" | ||
1161 | + integrity sha512-S+YaqaACteSOhGlBFygOeYsQC2FYO6m37g6M+N23kbUHKtT7I4gYsxczLuUwKJ65u4T2Bt1qNSVokjmKCMhE9w== | ||
1162 | + dependencies: | ||
1163 | + "@chakra-ui/icon" "1.1.9" | ||
1164 | + "@chakra-ui/react-utils" "1.1.2" | ||
1165 | + "@chakra-ui/utils" "1.8.0" | ||
1166 | + | ||
1167 | +"@chakra-ui/avatar@1.2.5": | ||
1168 | + version "1.2.5" | ||
1169 | + resolved "https://registry.yarnpkg.com/@chakra-ui/avatar/-/avatar-1.2.5.tgz#c11026a9e9e977d43e92212f0b27f43c52d42bd5" | ||
1170 | + integrity sha512-+BiCKZO/+oM7C5wYGKWttRQZTapVH6RSXxqhASgFBN1iz7H0mH1JtSSib7eBNKXZLM+RQcGrLPJBjQnc2TLVKA== | ||
1171 | + dependencies: | ||
1172 | + "@chakra-ui/image" "1.0.15" | ||
1173 | + "@chakra-ui/react-utils" "1.1.2" | ||
1174 | + "@chakra-ui/utils" "1.8.0" | ||
1175 | + | ||
1176 | +"@chakra-ui/breadcrumb@1.2.5": | ||
1177 | + version "1.2.5" | ||
1178 | + resolved "https://registry.yarnpkg.com/@chakra-ui/breadcrumb/-/breadcrumb-1.2.5.tgz#e8eac928df24b6ec06945b343f6a74551bf862f4" | ||
1179 | + integrity sha512-cD68feXlxyKkYqXbdWcc/Y78pLf8tFaHf6Vc5lTcgEYAxav5vq8TZqhzDwqMS84mOvuD6kd1wUbyBHff5h2Czw== | ||
1180 | + dependencies: | ||
1181 | + "@chakra-ui/react-utils" "1.1.2" | ||
1182 | + "@chakra-ui/utils" "1.8.0" | ||
1183 | + | ||
1184 | +"@chakra-ui/button@1.3.2": | ||
1185 | + version "1.3.2" | ||
1186 | + resolved "https://registry.yarnpkg.com/@chakra-ui/button/-/button-1.3.2.tgz#7a119ec94795d130375c1440d2dbcc9d768bcd50" | ||
1187 | + integrity sha512-ED23SD7smL9MdfkQE4CK+X6L7vRvhWwSsopuppqV8oQV+iktjY+lAMDIGlz9w7FPkNpv0q68yZ++qxPZRRv8xw== | ||
1188 | + dependencies: | ||
1189 | + "@chakra-ui/react-utils" "1.1.2" | ||
1190 | + "@chakra-ui/spinner" "1.1.9" | ||
1191 | + "@chakra-ui/utils" "1.8.0" | ||
1192 | + | ||
1193 | +"@chakra-ui/checkbox@1.5.2": | ||
1194 | + version "1.5.2" | ||
1195 | + resolved "https://registry.yarnpkg.com/@chakra-ui/checkbox/-/checkbox-1.5.2.tgz#a90240126d51ade0551de7f66c1f66bc6ed191cb" | ||
1196 | + integrity sha512-o1uuQOY87N6xKGGUB+2Bh6qREwYch2Jl6rIc+/zhVogEEfBJ5M2lCqmQNr+hepsD2Nw466/AjQM+dNuPHuWfhg== | ||
1197 | + dependencies: | ||
1198 | + "@chakra-ui/hooks" "1.5.2" | ||
1199 | + "@chakra-ui/react-utils" "1.1.2" | ||
1200 | + "@chakra-ui/utils" "1.8.0" | ||
1201 | + "@chakra-ui/visually-hidden" "1.0.12" | ||
1202 | + | ||
1203 | +"@chakra-ui/clickable@1.1.5": | ||
1204 | + version "1.1.5" | ||
1205 | + resolved "https://registry.yarnpkg.com/@chakra-ui/clickable/-/clickable-1.1.5.tgz#21c439aee65880a133c91413c08dcf17095890ab" | ||
1206 | + integrity sha512-nC6vLxh7cYrYyuMdrotiq+CUqG+KGND+RLeE3WiWyP0JDivX6t7S1EtRENnskKyWaLvjMDFsLU0wDAZm18vQNA== | ||
1207 | + dependencies: | ||
1208 | + "@chakra-ui/react-utils" "1.1.2" | ||
1209 | + "@chakra-ui/utils" "1.8.0" | ||
1210 | + | ||
1211 | +"@chakra-ui/close-button@1.1.9": | ||
1212 | + version "1.1.9" | ||
1213 | + resolved "https://registry.yarnpkg.com/@chakra-ui/close-button/-/close-button-1.1.9.tgz#f6f0aba2de0e15881e4ec20dd1ba2e7d6cac4630" | ||
1214 | + integrity sha512-Wj1nuNUw93AkswwQM+ifOi0guJddRavu4mJS4F15+Vv8d30BQo/O6NOGPFutJK4Fm48WA9QjqydCMb1n8umDxA== | ||
1215 | + dependencies: | ||
1216 | + "@chakra-ui/icon" "1.1.9" | ||
1217 | + "@chakra-ui/utils" "1.8.0" | ||
1218 | + | ||
1219 | +"@chakra-ui/color-mode@1.1.8": | ||
1220 | + version "1.1.8" | ||
1221 | + resolved "https://registry.yarnpkg.com/@chakra-ui/color-mode/-/color-mode-1.1.8.tgz#a5648c017868d22947827009e5ea4f0cd0d0ad87" | ||
1222 | + integrity sha512-hmSK02Eozu42g1yaQIXfJg+8Dag/YoeaQLS8Ygk6OEGEZrILMxLbFEBvzxaCJt5GCKOuVc/9aGsn31N7c4SNrA== | ||
1223 | + dependencies: | ||
1224 | + "@chakra-ui/hooks" "1.5.2" | ||
1225 | + "@chakra-ui/utils" "1.8.0" | ||
1226 | + | ||
1227 | +"@chakra-ui/control-box@1.0.12": | ||
1228 | + version "1.0.12" | ||
1229 | + resolved "https://registry.yarnpkg.com/@chakra-ui/control-box/-/control-box-1.0.12.tgz#2038d2f62d0640342930b19ee4b91b955cd4c575" | ||
1230 | + integrity sha512-CZCqrm0rMj72/9i5raaKgxdJm0uGdES+8p9TdVesfSXZnsNmOquDY9TsI5fYMhG16yRRoiQK/dmX/j2VcD7tvA== | ||
1231 | + dependencies: | ||
1232 | + "@chakra-ui/utils" "1.8.0" | ||
1233 | + | ||
1234 | +"@chakra-ui/core@^0.8.0": | ||
1235 | + version "0.8.0" | ||
1236 | + resolved "https://registry.yarnpkg.com/@chakra-ui/core/-/core-0.8.0.tgz#a377286becd86008448ec8cf29ceb8fc301ac2dc" | ||
1237 | + integrity sha512-il1I1nEWOmWJSspnC+WyArLHbHvs82hvKTNDd24wr6spa/7v2jaXFZeWDNenY35ay1NHV7Ya2StcBwQRGHMWYA== | ||
1238 | + dependencies: | ||
1239 | + "@reach/auto-id" "0.10.2" | ||
1240 | + "@styled-system/css" "5.1.5" | ||
1241 | + "@styled-system/should-forward-prop" "5.1.5" | ||
1242 | + "@types/styled-system" "5.1.9" | ||
1243 | + aria-hidden "^1.1.1" | ||
1244 | + body-scroll-lock "^3.0.1" | ||
1245 | + color "3.1.2" | ||
1246 | + copy-to-clipboard "3.3.1" | ||
1247 | + exenv "^1.2.2" | ||
1248 | + popper.js "^1.15.0" | ||
1249 | + react-animate-height "2.0.21" | ||
1250 | + react-focus-lock "^2.2.1" | ||
1251 | + react-spring "^8.0.27" | ||
1252 | + styled-system "5.1.5" | ||
1253 | + toasted-notes "3.2.0" | ||
1254 | + use-dark-mode "2.3.1" | ||
1255 | + | ||
1256 | +"@chakra-ui/counter@1.1.5": | ||
1257 | + version "1.1.5" | ||
1258 | + resolved "https://registry.yarnpkg.com/@chakra-ui/counter/-/counter-1.1.5.tgz#9355a231bb0929e22627cf3d51a9de0d782002bf" | ||
1259 | + integrity sha512-qKUaQgCXWutLpEYz0fuBOQz+tfk4Lt8EN+ePikgxN6LPoisw/1Nbo+HE7l1A9YQ06wUG0HBt7s8CcupT/LzRug== | ||
1260 | + dependencies: | ||
1261 | + "@chakra-ui/hooks" "1.5.2" | ||
1262 | + "@chakra-ui/utils" "1.8.0" | ||
1263 | + | ||
1264 | +"@chakra-ui/css-reset@1.0.0": | ||
1265 | + version "1.0.0" | ||
1266 | + resolved "https://registry.yarnpkg.com/@chakra-ui/css-reset/-/css-reset-1.0.0.tgz#8395921b35ef27bee0579a4d730c5ab7f7b39734" | ||
1267 | + integrity sha512-UaPsImGHvCgFO3ayp6Ugafu2/3/EG8wlW/8Y9Ihfk1UFv8cpV+3BfWKmuZ7IcmxcBL9dkP6E8p3/M1T0FB92hg== | ||
1268 | + | ||
1269 | +"@chakra-ui/descendant@2.0.1": | ||
1270 | + version "2.0.1" | ||
1271 | + resolved "https://registry.yarnpkg.com/@chakra-ui/descendant/-/descendant-2.0.1.tgz#fc3bc9081aa01503035b2c9296bc4b9f87ceaae0" | ||
1272 | + integrity sha512-TeYp94iOhu5Gs2oVzewJaep0qft/JKMKfmcf4PGgzJF+h6TWZm6NGohk6Jq7JOh+y0rExa1ulknIgnMzFx5xaA== | ||
1273 | + dependencies: | ||
1274 | + "@chakra-ui/react-utils" "^1.1.2" | ||
1275 | + | ||
1276 | +"@chakra-ui/editable@1.2.5": | ||
1277 | + version "1.2.5" | ||
1278 | + resolved "https://registry.yarnpkg.com/@chakra-ui/editable/-/editable-1.2.5.tgz#ec02ab8e2ec47612ef105476dfbf1bbdf8b62ea5" | ||
1279 | + integrity sha512-rSsBj/X2Ta0tTFm61TSgI2wsrhWydlEPROcDAcV8IB4UTOFyCf/fSKDMPN20qj0gLh6OV52d4JTSwgeLpFluRQ== | ||
1280 | + dependencies: | ||
1281 | + "@chakra-ui/hooks" "1.5.2" | ||
1282 | + "@chakra-ui/react-utils" "1.1.2" | ||
1283 | + "@chakra-ui/utils" "1.8.0" | ||
1284 | + | ||
1285 | +"@chakra-ui/focus-lock@1.1.8": | ||
1286 | + version "1.1.8" | ||
1287 | + resolved "https://registry.yarnpkg.com/@chakra-ui/focus-lock/-/focus-lock-1.1.8.tgz#30139cc8ccc68038e3c148a5f5e57eccfdfcb54e" | ||
1288 | + integrity sha512-y2aZGFv5O8vWL/oxt3FhhQSD6lQO5TEUdIFwaKFCh1qqHMoWrQMx0n7aGny1E8IMGvs2fKMKr1lIA3HovE/sCw== | ||
1289 | + dependencies: | ||
1290 | + "@chakra-ui/utils" "1.8.0" | ||
1291 | + react-focus-lock "2.5.0" | ||
1292 | + | ||
1293 | +"@chakra-ui/form-control@1.3.6": | ||
1294 | + version "1.3.6" | ||
1295 | + resolved "https://registry.yarnpkg.com/@chakra-ui/form-control/-/form-control-1.3.6.tgz#f2356551d3bbe7ff50f024d2169a08132467b2a7" | ||
1296 | + integrity sha512-C8tFadZP0Gb8LRKTZWyFbmeGxr5tR6aL0KqIJyGWaUw06I6O2mJTOTsFKTlAN59eRz7C8r4S440eLbhWIgiYLg== | ||
1297 | + dependencies: | ||
1298 | + "@chakra-ui/hooks" "1.5.2" | ||
1299 | + "@chakra-ui/icon" "1.1.9" | ||
1300 | + "@chakra-ui/react-utils" "1.1.2" | ||
1301 | + "@chakra-ui/utils" "1.8.0" | ||
1302 | + | ||
1303 | +"@chakra-ui/hooks@1.5.2": | ||
1304 | + version "1.5.2" | ||
1305 | + resolved "https://registry.yarnpkg.com/@chakra-ui/hooks/-/hooks-1.5.2.tgz#9bde3c698790a0c94286701cad6ec2ce09c1484c" | ||
1306 | + integrity sha512-8rpZbrB3yFgKAjEwzafJkYOckRNYDQ6sSt0IWOFsfwGSGB3RxX19tKiGMziqU/djzKEGU85QErsVYVC1v0tJ3A== | ||
1307 | + dependencies: | ||
1308 | + "@chakra-ui/react-utils" "1.1.2" | ||
1309 | + "@chakra-ui/utils" "1.8.0" | ||
1310 | + compute-scroll-into-view "1.0.14" | ||
1311 | + copy-to-clipboard "3.3.1" | ||
1312 | + | ||
1313 | +"@chakra-ui/icon@1.1.9": | ||
1314 | + version "1.1.9" | ||
1315 | + resolved "https://registry.yarnpkg.com/@chakra-ui/icon/-/icon-1.1.9.tgz#fbd6e82abf58b890f5bcc728bb75dda25d7b6c63" | ||
1316 | + integrity sha512-lmZHK4O+Wo7LwxRsQb0KmtOwq2iACESxwQgackuj7NPHbAsdF2/y3t2f7KCD+dTKGxoauEMgU2nVLePZWjtpTQ== | ||
1317 | + dependencies: | ||
1318 | + "@chakra-ui/utils" "1.8.0" | ||
1319 | + | ||
1320 | +"@chakra-ui/image@1.0.15": | ||
1321 | + version "1.0.15" | ||
1322 | + resolved "https://registry.yarnpkg.com/@chakra-ui/image/-/image-1.0.15.tgz#57aaf7e22d2793b9278481aab56b27063a922e5b" | ||
1323 | + integrity sha512-bOmPspVXpgL70qJ5t1qxlAr4gLj3r1yulM3CByqj510mIZHt8vkh5zFu+8mN184V9U8Zw8fwL6W0FFg+ftmYCg== | ||
1324 | + dependencies: | ||
1325 | + "@chakra-ui/hooks" "1.5.2" | ||
1326 | + "@chakra-ui/utils" "1.8.0" | ||
1327 | + | ||
1328 | +"@chakra-ui/input@1.2.6": | ||
1329 | + version "1.2.6" | ||
1330 | + resolved "https://registry.yarnpkg.com/@chakra-ui/input/-/input-1.2.6.tgz#a3ca1e21a1435f28e62c25859b980e2ab2e5d470" | ||
1331 | + integrity sha512-rN/FdojBP/eUCNXNHw/4feWj7dt36ggiUXGhe5g6oDcInA2s7zlDIua7XYiIz19n2PNK+dXWbGjuAJnLCcTIfA== | ||
1332 | + dependencies: | ||
1333 | + "@chakra-ui/form-control" "1.3.6" | ||
1334 | + "@chakra-ui/react-utils" "1.1.2" | ||
1335 | + "@chakra-ui/utils" "1.8.0" | ||
1336 | + | ||
1337 | +"@chakra-ui/layout@1.4.5": | ||
1338 | + version "1.4.5" | ||
1339 | + resolved "https://registry.yarnpkg.com/@chakra-ui/layout/-/layout-1.4.5.tgz#89e6164a752a07b735f0a7a02437ae38ecada154" | ||
1340 | + integrity sha512-+9NczG/9vtditXHZdHSzBvr2k8Sfb59C6PQT1GaDVhwi693tpYDWZEc3vcin4XJbyRS5HNm8L9nwx6A6un/g5g== | ||
1341 | + dependencies: | ||
1342 | + "@chakra-ui/icon" "1.1.9" | ||
1343 | + "@chakra-ui/react-utils" "1.1.2" | ||
1344 | + "@chakra-ui/utils" "1.8.0" | ||
1345 | + | ||
1346 | +"@chakra-ui/live-region@1.0.12": | ||
1347 | + version "1.0.12" | ||
1348 | + resolved "https://registry.yarnpkg.com/@chakra-ui/live-region/-/live-region-1.0.12.tgz#ff9806c27f955eab5492fa89f186a7fb09c78b4a" | ||
1349 | + integrity sha512-NgIZuCLAX7FCyLc7+7wxQ0WCmlFS+SHutHf2QXezU6NjkoUmiZ02yVoBHltGn9f0jBVkVBZ4LL1ng2ruwRsJog== | ||
1350 | + dependencies: | ||
1351 | + "@chakra-ui/utils" "1.8.0" | ||
1352 | + | ||
1353 | +"@chakra-ui/media-query@1.0.14": | ||
1354 | + version "1.0.14" | ||
1355 | + resolved "https://registry.yarnpkg.com/@chakra-ui/media-query/-/media-query-1.0.14.tgz#da9de9eef049b0c52c9ac2fb00ef2114dea14629" | ||
1356 | + integrity sha512-PGg1Q7ifUSzObRHMHErQOhIeKBsJq7NFbubBNfVZ8ySJlefk6sv5XNd2RxIbPN2vHq0gniUpSihgO8Hc5Yrx4g== | ||
1357 | + dependencies: | ||
1358 | + "@chakra-ui/react-env" "1.0.4" | ||
1359 | + "@chakra-ui/utils" "1.8.0" | ||
1360 | + | ||
1361 | +"@chakra-ui/menu@1.6.3": | ||
1362 | + version "1.6.3" | ||
1363 | + resolved "https://registry.yarnpkg.com/@chakra-ui/menu/-/menu-1.6.3.tgz#1b6e0e37c40d48d28853484bc7bd406140af3ed3" | ||
1364 | + integrity sha512-3dyfd6rERFKrf+15YOE/fCk8Yw122o3A6eCW7F9YZvRp/iNOZ/Fqih+oTJ7eGDTpgu07DGh9RneZIDAKpr+jiQ== | ||
1365 | + dependencies: | ||
1366 | + "@chakra-ui/clickable" "1.1.5" | ||
1367 | + "@chakra-ui/descendant" "2.0.1" | ||
1368 | + "@chakra-ui/hooks" "1.5.2" | ||
1369 | + "@chakra-ui/popper" "2.2.0" | ||
1370 | + "@chakra-ui/react-utils" "1.1.2" | ||
1371 | + "@chakra-ui/transition" "1.3.1" | ||
1372 | + "@chakra-ui/utils" "1.8.0" | ||
1373 | + | ||
1374 | +"@chakra-ui/modal@1.8.7": | ||
1375 | + version "1.8.7" | ||
1376 | + resolved "https://registry.yarnpkg.com/@chakra-ui/modal/-/modal-1.8.7.tgz#7d90a48b6fdddbcacab6f22f362ea2c7a8849e5b" | ||
1377 | + integrity sha512-F19R/xyIXsF22jXN9yBeHp8EoDOvoHXCKshH/nJz06KoYfTdtONnhZls7iYhddJyqKEdiQfZ9AOktWZTUOxyQA== | ||
1378 | + dependencies: | ||
1379 | + "@chakra-ui/close-button" "1.1.9" | ||
1380 | + "@chakra-ui/focus-lock" "1.1.8" | ||
1381 | + "@chakra-ui/hooks" "1.5.2" | ||
1382 | + "@chakra-ui/portal" "1.2.5" | ||
1383 | + "@chakra-ui/react-utils" "1.1.2" | ||
1384 | + "@chakra-ui/transition" "1.3.1" | ||
1385 | + "@chakra-ui/utils" "1.8.0" | ||
1386 | + aria-hidden "^1.1.1" | ||
1387 | + react-remove-scroll "2.4.1" | ||
1388 | + | ||
1389 | +"@chakra-ui/number-input@1.2.6": | ||
1390 | + version "1.2.6" | ||
1391 | + resolved "https://registry.yarnpkg.com/@chakra-ui/number-input/-/number-input-1.2.6.tgz#423650f2c7dc8c96ef2b87bc8a8f98b96b8d90ee" | ||
1392 | + integrity sha512-pE7WFQyXKs6GcqESBvh90PHTpn24Gk/58R/sSttWTrMLuLz01MdDxEWVHG2Quto9On6BWZUPn5Tp043RHBYu2A== | ||
1393 | + dependencies: | ||
1394 | + "@chakra-ui/counter" "1.1.5" | ||
1395 | + "@chakra-ui/form-control" "1.3.6" | ||
1396 | + "@chakra-ui/hooks" "1.5.2" | ||
1397 | + "@chakra-ui/icon" "1.1.9" | ||
1398 | + "@chakra-ui/react-utils" "1.1.2" | ||
1399 | + "@chakra-ui/utils" "1.8.0" | ||
1400 | + | ||
1401 | +"@chakra-ui/pin-input@1.6.1": | ||
1402 | + version "1.6.1" | ||
1403 | + resolved "https://registry.yarnpkg.com/@chakra-ui/pin-input/-/pin-input-1.6.1.tgz#c86f0559779e79b789268c113f3f950237e2cffd" | ||
1404 | + integrity sha512-phgnyrbaYysuvv401eozqdxk5aw5bnlZnw9hFIAkA3NqngBuvAMuZlM9WziBUQ6URX7lLtrvtbLPTYrOdMEm1g== | ||
1405 | + dependencies: | ||
1406 | + "@chakra-ui/descendant" "2.0.1" | ||
1407 | + "@chakra-ui/hooks" "1.5.2" | ||
1408 | + "@chakra-ui/react-utils" "1.1.2" | ||
1409 | + "@chakra-ui/utils" "1.8.0" | ||
1410 | + | ||
1411 | +"@chakra-ui/popover@1.7.1": | ||
1412 | + version "1.7.1" | ||
1413 | + resolved "https://registry.yarnpkg.com/@chakra-ui/popover/-/popover-1.7.1.tgz#4ffc4b088b691c2658ef7c830722a5112a306dd5" | ||
1414 | + integrity sha512-8hBjBu16jegGLC36ydpcwSg7WwRTkkWV0ThEb0yeNmUri1VaawC9lbXRm8/o0jQG7SZgvSVNl+q/dKt0uGekRQ== | ||
1415 | + dependencies: | ||
1416 | + "@chakra-ui/close-button" "1.1.9" | ||
1417 | + "@chakra-ui/hooks" "1.5.2" | ||
1418 | + "@chakra-ui/popper" "2.2.0" | ||
1419 | + "@chakra-ui/react-utils" "1.1.2" | ||
1420 | + "@chakra-ui/utils" "1.8.0" | ||
1421 | + | ||
1422 | +"@chakra-ui/popper@2.2.0": | ||
1423 | + version "2.2.0" | ||
1424 | + resolved "https://registry.yarnpkg.com/@chakra-ui/popper/-/popper-2.2.0.tgz#108ebf9e73ec7a157911bfcd325cc978c683838d" | ||
1425 | + integrity sha512-gCwl39QSTnVDmkxEoXCIJFYC0Nv88msNyuoAaCpxE91SDsJaa69guSWUoDr0eJaEpzIcXG85nxdeo2gnysMG8Q== | ||
1426 | + dependencies: | ||
1427 | + "@chakra-ui/react-utils" "1.1.2" | ||
1428 | + "@popperjs/core" "2.4.4" | ||
1429 | + | ||
1430 | +"@chakra-ui/portal@1.2.5": | ||
1431 | + version "1.2.5" | ||
1432 | + resolved "https://registry.yarnpkg.com/@chakra-ui/portal/-/portal-1.2.5.tgz#2d966acb1e51c2d6be4eb5dc8a8a0affffc99513" | ||
1433 | + integrity sha512-yF78YaQI5MISo5sBqCVc51RXFcf5LeY+0C4Yvy7MoKtuyIMVGI3SvFfsCjZoMSw55MNTtqMrI7u5kIQKP37rzA== | ||
1434 | + dependencies: | ||
1435 | + "@chakra-ui/hooks" "1.5.2" | ||
1436 | + "@chakra-ui/react-utils" "1.1.2" | ||
1437 | + "@chakra-ui/utils" "1.8.0" | ||
1438 | + | ||
1439 | +"@chakra-ui/progress@1.1.9": | ||
1440 | + version "1.1.9" | ||
1441 | + resolved "https://registry.yarnpkg.com/@chakra-ui/progress/-/progress-1.1.9.tgz#382d9cec6b45516525bb3a5f5d44b096ee50e66e" | ||
1442 | + integrity sha512-htnBK3pS7ZYv3vBP+qvFWsjfK1+lJgEuj7SzlLxZKk4jF0gtuZ60STCEn1j3JVZg7gWHDGTJcylipSTzqoXP/w== | ||
1443 | + dependencies: | ||
1444 | + "@chakra-ui/theme-tools" "1.1.7" | ||
1445 | + "@chakra-ui/utils" "1.8.0" | ||
1446 | + | ||
1447 | +"@chakra-ui/radio@1.3.6": | ||
1448 | + version "1.3.6" | ||
1449 | + resolved "https://registry.yarnpkg.com/@chakra-ui/radio/-/radio-1.3.6.tgz#6304cec2e978a076832ae84e6b90188012b3b5e8" | ||
1450 | + integrity sha512-WNSVoJva3QJpY5sJbVTqbM2tzk5az/gAM3k8hhjevS4DU8LG3tVRq8geMasxuifUHuLxpEt+Jmx4gZfKw0R+qQ== | ||
1451 | + dependencies: | ||
1452 | + "@chakra-ui/form-control" "1.3.6" | ||
1453 | + "@chakra-ui/hooks" "1.5.2" | ||
1454 | + "@chakra-ui/react-utils" "1.1.2" | ||
1455 | + "@chakra-ui/utils" "1.8.0" | ||
1456 | + "@chakra-ui/visually-hidden" "1.0.12" | ||
1457 | + | ||
1458 | +"@chakra-ui/react-env@1.0.4": | ||
1459 | + version "1.0.4" | ||
1460 | + resolved "https://registry.yarnpkg.com/@chakra-ui/react-env/-/react-env-1.0.4.tgz#b053d44d61b63dcf5997b24bdf2454bdcdb1b1ed" | ||
1461 | + integrity sha512-FkZR/WW7WI6LR3Wgm+OeuDhTNCcD77U/yWAxSo1tvEqqL5uUvD6Bi/Ko9E3lI5yhdoJ4t99ksf1vUBlrMG92vw== | ||
1462 | + dependencies: | ||
1463 | + "@chakra-ui/utils" "1.8.0" | ||
1464 | + | ||
1465 | +"@chakra-ui/react-utils@1.1.2", "@chakra-ui/react-utils@^1.1.2": | ||
1466 | + version "1.1.2" | ||
1467 | + resolved "https://registry.yarnpkg.com/@chakra-ui/react-utils/-/react-utils-1.1.2.tgz#7ea80b6ae25bd7b182095cc9ffaad23c464408b5" | ||
1468 | + integrity sha512-S8jPVKGZH2qF7ZGxl/0DF/dXXI2AxDNGf4Ahi2LGHqajMvqBB7vtYIRRmIA7+jAnErhzO8WUi3i4Z7oScp6xSA== | ||
1469 | + dependencies: | ||
1470 | + "@chakra-ui/utils" "^1.7.0" | ||
1471 | + | ||
1472 | +"@chakra-ui/react@^1.6.3": | ||
1473 | + version "1.6.3" | ||
1474 | + resolved "https://registry.yarnpkg.com/@chakra-ui/react/-/react-1.6.3.tgz#33b6a81727a506c2724d70d04d3ad9da43cef32f" | ||
1475 | + integrity sha512-bYyxtctgIx9aGEm1AUlFI2kcubtOUwCRPLxBoALX0frb7QT7wJ+NlUa0UJyixJrtUpujpKKI6rfJQoWgxArzXQ== | ||
1476 | + dependencies: | ||
1477 | + "@chakra-ui/accordion" "1.3.2" | ||
1478 | + "@chakra-ui/alert" "1.2.5" | ||
1479 | + "@chakra-ui/avatar" "1.2.5" | ||
1480 | + "@chakra-ui/breadcrumb" "1.2.5" | ||
1481 | + "@chakra-ui/button" "1.3.2" | ||
1482 | + "@chakra-ui/checkbox" "1.5.2" | ||
1483 | + "@chakra-ui/close-button" "1.1.9" | ||
1484 | + "@chakra-ui/control-box" "1.0.12" | ||
1485 | + "@chakra-ui/counter" "1.1.5" | ||
1486 | + "@chakra-ui/css-reset" "1.0.0" | ||
1487 | + "@chakra-ui/editable" "1.2.5" | ||
1488 | + "@chakra-ui/form-control" "1.3.6" | ||
1489 | + "@chakra-ui/hooks" "1.5.2" | ||
1490 | + "@chakra-ui/icon" "1.1.9" | ||
1491 | + "@chakra-ui/image" "1.0.15" | ||
1492 | + "@chakra-ui/input" "1.2.6" | ||
1493 | + "@chakra-ui/layout" "1.4.5" | ||
1494 | + "@chakra-ui/live-region" "1.0.12" | ||
1495 | + "@chakra-ui/media-query" "1.0.14" | ||
1496 | + "@chakra-ui/menu" "1.6.3" | ||
1497 | + "@chakra-ui/modal" "1.8.7" | ||
1498 | + "@chakra-ui/number-input" "1.2.6" | ||
1499 | + "@chakra-ui/pin-input" "1.6.1" | ||
1500 | + "@chakra-ui/popover" "1.7.1" | ||
1501 | + "@chakra-ui/popper" "2.2.0" | ||
1502 | + "@chakra-ui/portal" "1.2.5" | ||
1503 | + "@chakra-ui/progress" "1.1.9" | ||
1504 | + "@chakra-ui/radio" "1.3.6" | ||
1505 | + "@chakra-ui/react-env" "1.0.4" | ||
1506 | + "@chakra-ui/select" "1.1.10" | ||
1507 | + "@chakra-ui/skeleton" "1.1.14" | ||
1508 | + "@chakra-ui/slider" "1.2.5" | ||
1509 | + "@chakra-ui/spinner" "1.1.9" | ||
1510 | + "@chakra-ui/stat" "1.1.9" | ||
1511 | + "@chakra-ui/switch" "1.2.5" | ||
1512 | + "@chakra-ui/system" "1.6.7" | ||
1513 | + "@chakra-ui/table" "1.2.4" | ||
1514 | + "@chakra-ui/tabs" "1.5.1" | ||
1515 | + "@chakra-ui/tag" "1.1.9" | ||
1516 | + "@chakra-ui/textarea" "1.1.10" | ||
1517 | + "@chakra-ui/theme" "1.9.0" | ||
1518 | + "@chakra-ui/toast" "1.2.7" | ||
1519 | + "@chakra-ui/tooltip" "1.3.6" | ||
1520 | + "@chakra-ui/transition" "1.3.1" | ||
1521 | + "@chakra-ui/utils" "1.8.0" | ||
1522 | + "@chakra-ui/visually-hidden" "1.0.12" | ||
1523 | + | ||
1524 | +"@chakra-ui/select@1.1.10": | ||
1525 | + version "1.1.10" | ||
1526 | + resolved "https://registry.yarnpkg.com/@chakra-ui/select/-/select-1.1.10.tgz#172cc3120a5c93e6e7a0b169285aaf840391af5f" | ||
1527 | + integrity sha512-P2FIQnLNGHeULsQInE1GldbvqUZlDy2TbtEEPnaoTLmL9BiK5nqkIwndAMGd1fAeNiJun/auVE9NsItdfozxpA== | ||
1528 | + dependencies: | ||
1529 | + "@chakra-ui/form-control" "1.3.6" | ||
1530 | + "@chakra-ui/utils" "1.8.0" | ||
1531 | + | ||
1532 | +"@chakra-ui/skeleton@1.1.14": | ||
1533 | + version "1.1.14" | ||
1534 | + resolved "https://registry.yarnpkg.com/@chakra-ui/skeleton/-/skeleton-1.1.14.tgz#00f2d0a8542e5a7f6d4eaf2f736839130e318b3a" | ||
1535 | + integrity sha512-s2wxBPe2F5C45CkLMWH1ZLhCwXdW+YuENbPRMmxgE28BZKnrMHi0NOGPCBiznpBN6IvylQKg3mEh6Zy4mfo6og== | ||
1536 | + dependencies: | ||
1537 | + "@chakra-ui/hooks" "1.5.2" | ||
1538 | + "@chakra-ui/media-query" "1.0.14" | ||
1539 | + "@chakra-ui/system" "1.6.7" | ||
1540 | + "@chakra-ui/utils" "1.8.0" | ||
1541 | + | ||
1542 | +"@chakra-ui/slider@1.2.5": | ||
1543 | + version "1.2.5" | ||
1544 | + resolved "https://registry.yarnpkg.com/@chakra-ui/slider/-/slider-1.2.5.tgz#99bc1946036d8620ec59f3eecea2482fe6b38313" | ||
1545 | + integrity sha512-DLNWuwQ2n+OENZk98U70rwg6ZQ9/23ZW4j79yOMrBm7+StlVEfEDVwA8pJigLmgvq0D8mmvZSxZY4aZ/bkaguw== | ||
1546 | + dependencies: | ||
1547 | + "@chakra-ui/hooks" "1.5.2" | ||
1548 | + "@chakra-ui/react-utils" "1.1.2" | ||
1549 | + "@chakra-ui/utils" "1.8.0" | ||
1550 | + | ||
1551 | +"@chakra-ui/spinner@1.1.9": | ||
1552 | + version "1.1.9" | ||
1553 | + resolved "https://registry.yarnpkg.com/@chakra-ui/spinner/-/spinner-1.1.9.tgz#c66d9e2b988d8a6067ae6a47e59ddf59614ad04f" | ||
1554 | + integrity sha512-G0EEEkFaPCElGjetPmR5Uup4t3reUxKUUPQIBA9ZZzdYESGmdQG7PTDgJpo/p42IpPQqHBIG1fL+7y2IapYu0w== | ||
1555 | + dependencies: | ||
1556 | + "@chakra-ui/utils" "1.8.0" | ||
1557 | + "@chakra-ui/visually-hidden" "1.0.12" | ||
1558 | + | ||
1559 | +"@chakra-ui/stat@1.1.9": | ||
1560 | + version "1.1.9" | ||
1561 | + resolved "https://registry.yarnpkg.com/@chakra-ui/stat/-/stat-1.1.9.tgz#650bdb6575627c42e8aabcb4d54fa3c045ebb332" | ||
1562 | + integrity sha512-F/wXCyFNxkNY8irAvhE6qlkni3pkoxqLANLTGrLijINkVP48wHykAurAorfg5KH+3jrJjRxC4RPruWhGFzE+Cw== | ||
1563 | + dependencies: | ||
1564 | + "@chakra-ui/icon" "1.1.9" | ||
1565 | + "@chakra-ui/utils" "1.8.0" | ||
1566 | + "@chakra-ui/visually-hidden" "1.0.12" | ||
1567 | + | ||
1568 | +"@chakra-ui/styled-system@1.11.1": | ||
1569 | + version "1.11.1" | ||
1570 | + resolved "https://registry.yarnpkg.com/@chakra-ui/styled-system/-/styled-system-1.11.1.tgz#f9571752fcb41f3621f8e2bb69dbf6e81808178c" | ||
1571 | + integrity sha512-bVR2g8vmQHyjVsj1QccH+d7I+mi1Whd6qJk25Nz2bl2UKO7z8hsxmV9KK3ZGGTQsY7/Kjy6wAas0waElJVdHyw== | ||
1572 | + dependencies: | ||
1573 | + "@chakra-ui/utils" "1.8.0" | ||
1574 | + csstype "^3.0.6" | ||
1575 | + | ||
1576 | +"@chakra-ui/switch@1.2.5": | ||
1577 | + version "1.2.5" | ||
1578 | + resolved "https://registry.yarnpkg.com/@chakra-ui/switch/-/switch-1.2.5.tgz#90beab9d8af78417006982312027753b038805d1" | ||
1579 | + integrity sha512-JzAlrQ/F18TzhwVGebr3IS4DaWiEVZfQ5ARKaOYKdgDfxNk39L6seTOheQVCczjk6fF/0Gweso9ivTACXv2dKg== | ||
1580 | + dependencies: | ||
1581 | + "@chakra-ui/checkbox" "1.5.2" | ||
1582 | + "@chakra-ui/utils" "1.8.0" | ||
1583 | + | ||
1584 | +"@chakra-ui/system@1.6.7": | ||
1585 | + version "1.6.7" | ||
1586 | + resolved "https://registry.yarnpkg.com/@chakra-ui/system/-/system-1.6.7.tgz#aca7f18e8932a87d6f3c77d619360fd1e403423a" | ||
1587 | + integrity sha512-dEZzEzrEF2p/b/9b+v/RNoTWCBcbzCz5aTYC5ZkOfYQt/BQ9hT0b4KGuklfvHkqXSbvbwMoTAGmgTV99h8YLcQ== | ||
1588 | + dependencies: | ||
1589 | + "@chakra-ui/color-mode" "1.1.8" | ||
1590 | + "@chakra-ui/react-utils" "1.1.2" | ||
1591 | + "@chakra-ui/styled-system" "1.11.1" | ||
1592 | + "@chakra-ui/utils" "1.8.0" | ||
1593 | + react-fast-compare "3.2.0" | ||
1594 | + | ||
1595 | +"@chakra-ui/table@1.2.4": | ||
1596 | + version "1.2.4" | ||
1597 | + resolved "https://registry.yarnpkg.com/@chakra-ui/table/-/table-1.2.4.tgz#f2de9cea0fa0b37f9abb35222bf3ba5b7636bdb5" | ||
1598 | + integrity sha512-nB+kSy07d5v4WCsiUB86P0tfajL847VD3GDDauW+x0HlJRI0Q7UFOnJZGANM3VliA/LDci5PjIIDDAL3cW3ISg== | ||
1599 | + dependencies: | ||
1600 | + "@chakra-ui/utils" "1.8.0" | ||
1601 | + | ||
1602 | +"@chakra-ui/tabs@1.5.1": | ||
1603 | + version "1.5.1" | ||
1604 | + resolved "https://registry.yarnpkg.com/@chakra-ui/tabs/-/tabs-1.5.1.tgz#ab3a3d20cba422304a42c23f3b8b19679774f1d0" | ||
1605 | + integrity sha512-SHDEKvVkGSX1okx5qV8tTBA74wdBeQkX3UnQTEnKckrie9lG98i2kzd8SdXoKrq/+38duv0oer4Cc2erVhobyA== | ||
1606 | + dependencies: | ||
1607 | + "@chakra-ui/clickable" "1.1.5" | ||
1608 | + "@chakra-ui/descendant" "2.0.1" | ||
1609 | + "@chakra-ui/hooks" "1.5.2" | ||
1610 | + "@chakra-ui/react-utils" "1.1.2" | ||
1611 | + "@chakra-ui/utils" "1.8.0" | ||
1612 | + | ||
1613 | +"@chakra-ui/tag@1.1.9": | ||
1614 | + version "1.1.9" | ||
1615 | + resolved "https://registry.yarnpkg.com/@chakra-ui/tag/-/tag-1.1.9.tgz#65357d2645ead56760bf14cf463602e9188a6a53" | ||
1616 | + integrity sha512-njANMXFoBaOWW4pNUDwwcUk1ejJ4OcPesTmYOBGjbVDBrag22kiAN3bSn8DKplKBhE/nHyJuhR2v9ndfb0BpLg== | ||
1617 | + dependencies: | ||
1618 | + "@chakra-ui/icon" "1.1.9" | ||
1619 | + "@chakra-ui/utils" "1.8.0" | ||
1620 | + | ||
1621 | +"@chakra-ui/textarea@1.1.10": | ||
1622 | + version "1.1.10" | ||
1623 | + resolved "https://registry.yarnpkg.com/@chakra-ui/textarea/-/textarea-1.1.10.tgz#ecd889721fa5aff9353dbd76a6d4b9037ae981f1" | ||
1624 | + integrity sha512-f5OIXVacCXgiV3G27ym0mEdhn88bePZn+aBzyNsL+Fk7xF28JLWTqO5NaALzTEWO2XeQOOy3/Otcd72glp0U0A== | ||
1625 | + dependencies: | ||
1626 | + "@chakra-ui/form-control" "1.3.6" | ||
1627 | + "@chakra-ui/utils" "1.8.0" | ||
1628 | + | ||
1629 | +"@chakra-ui/theme-tools@1.1.7": | ||
1630 | + version "1.1.7" | ||
1631 | + resolved "https://registry.yarnpkg.com/@chakra-ui/theme-tools/-/theme-tools-1.1.7.tgz#ffd3dc2d22a935e1a1df47b155c4cef60ff3f603" | ||
1632 | + integrity sha512-i8KpxjgoQPsoWAyHX+4kRMSioN9WVfyky+2sdFDHhEuDNL/iNYfKQMZjt8RR67apK/dSswMqh5UF2lWSM+lQhw== | ||
1633 | + dependencies: | ||
1634 | + "@chakra-ui/utils" "1.8.0" | ||
1635 | + "@types/tinycolor2" "1.4.2" | ||
1636 | + tinycolor2 "1.4.2" | ||
1637 | + | ||
1638 | +"@chakra-ui/theme@1.9.0": | ||
1639 | + version "1.9.0" | ||
1640 | + resolved "https://registry.yarnpkg.com/@chakra-ui/theme/-/theme-1.9.0.tgz#667ddaf1c042b1c2ad22fc3b70fa0697c5f54fac" | ||
1641 | + integrity sha512-IOvp7vF1/XZwH4eCr8xOhp1J5UW26GoQqLR32YsHgdaDhcIMMsX/Q5RVWU25zTvkPqHT/nDetzVc6dkE6864XA== | ||
1642 | + dependencies: | ||
1643 | + "@chakra-ui/theme-tools" "1.1.7" | ||
1644 | + "@chakra-ui/utils" "1.8.0" | ||
1645 | + | ||
1646 | +"@chakra-ui/toast@1.2.7": | ||
1647 | + version "1.2.7" | ||
1648 | + resolved "https://registry.yarnpkg.com/@chakra-ui/toast/-/toast-1.2.7.tgz#bd8731aba2a873b9fcc57464561085669a73f8ec" | ||
1649 | + integrity sha512-IOOzWuBmCKEKi3S3EZOb7NG1nCmQ2AmDOdA8bC+DHA1IDdkAFckPVt7k/q3xX4B/6nPgiMMUyRzRvtGw1zSX9A== | ||
1650 | + dependencies: | ||
1651 | + "@chakra-ui/alert" "1.2.5" | ||
1652 | + "@chakra-ui/close-button" "1.1.9" | ||
1653 | + "@chakra-ui/hooks" "1.5.2" | ||
1654 | + "@chakra-ui/theme" "1.9.0" | ||
1655 | + "@chakra-ui/transition" "1.3.1" | ||
1656 | + "@chakra-ui/utils" "1.8.0" | ||
1657 | + "@reach/alert" "0.13.2" | ||
1658 | + | ||
1659 | +"@chakra-ui/tooltip@1.3.6": | ||
1660 | + version "1.3.6" | ||
1661 | + resolved "https://registry.yarnpkg.com/@chakra-ui/tooltip/-/tooltip-1.3.6.tgz#252d3a300caf82ae529629799362dd2e2607bd28" | ||
1662 | + integrity sha512-K3t07v7CiK8beJ8OOn7jcEEzVYb/mH+IyM7gGNAqJI1FyJyNvktenSHn5RkGJwUQmxMW8Z1USoubjEVEw9oGOQ== | ||
1663 | + dependencies: | ||
1664 | + "@chakra-ui/hooks" "1.5.2" | ||
1665 | + "@chakra-ui/popper" "2.2.0" | ||
1666 | + "@chakra-ui/portal" "1.2.5" | ||
1667 | + "@chakra-ui/react-utils" "1.1.2" | ||
1668 | + "@chakra-ui/utils" "1.8.0" | ||
1669 | + "@chakra-ui/visually-hidden" "1.0.12" | ||
1670 | + | ||
1671 | +"@chakra-ui/transition@1.3.1": | ||
1672 | + version "1.3.1" | ||
1673 | + resolved "https://registry.yarnpkg.com/@chakra-ui/transition/-/transition-1.3.1.tgz#531c6c876c2e0da482c98905ba07a24b80f4e4dd" | ||
1674 | + integrity sha512-ScUJy562HUj8VhXZt8HdVsdsbOhqgEEtb0fm9KHskI9Sd+fmNKFubdhRddr+Bbtlv4lgl2vtPVfP6tnU9P3EpA== | ||
1675 | + dependencies: | ||
1676 | + "@chakra-ui/utils" "1.8.0" | ||
1677 | + | ||
1678 | +"@chakra-ui/utils@1.8.0", "@chakra-ui/utils@^1.7.0": | ||
1679 | + version "1.8.0" | ||
1680 | + resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-1.8.0.tgz#f7aad8175cc5a26a1d2795dc78691bbc21fd539e" | ||
1681 | + integrity sha512-BWIhKcXnLbOIwCTKeNcOStNwk9RyYVA9xRRFPGK6Kp3EhrxP0rDwAbu4D3o3qAc+yhIDhGmPaIj1jRXHB5DTfg== | ||
1682 | + dependencies: | ||
1683 | + "@types/lodash.mergewith" "4.6.6" | ||
1684 | + css-box-model "1.2.1" | ||
1685 | + framesync "5.3.0" | ||
1686 | + lodash.mergewith "4.6.2" | ||
1687 | + | ||
1688 | +"@chakra-ui/visually-hidden@1.0.12": | ||
1689 | + version "1.0.12" | ||
1690 | + resolved "https://registry.yarnpkg.com/@chakra-ui/visually-hidden/-/visually-hidden-1.0.12.tgz#9a5cf5c65c2e933a891442c4dd66767cf2f5f75f" | ||
1691 | + integrity sha512-CSRH1ySzI3QYP5QFrLFWgpy40rpddGn4Z+BjsZ5pf+FGp/KUEpFKUx8nZyGfHlT+flMCj6Tpu7ftPyWCh1HERg== | ||
1692 | + dependencies: | ||
1693 | + "@chakra-ui/utils" "1.8.0" | ||
1694 | + | ||
1146 | "@cnakazawa/watch@^1.0.3": | 1695 | "@cnakazawa/watch@^1.0.3": |
1147 | version "1.0.4" | 1696 | version "1.0.4" |
1148 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" | 1697 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
... | @@ -1161,6 +1710,119 @@ | ... | @@ -1161,6 +1710,119 @@ |
1161 | resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18" | 1710 | resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18" |
1162 | integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg== | 1711 | integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg== |
1163 | 1712 | ||
1713 | +"@emotion/babel-plugin@^11.3.0": | ||
1714 | + version "11.3.0" | ||
1715 | + resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz#3a16850ba04d8d9651f07f3fb674b3436a4fb9d7" | ||
1716 | + integrity sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA== | ||
1717 | + dependencies: | ||
1718 | + "@babel/helper-module-imports" "^7.12.13" | ||
1719 | + "@babel/plugin-syntax-jsx" "^7.12.13" | ||
1720 | + "@babel/runtime" "^7.13.10" | ||
1721 | + "@emotion/hash" "^0.8.0" | ||
1722 | + "@emotion/memoize" "^0.7.5" | ||
1723 | + "@emotion/serialize" "^1.0.2" | ||
1724 | + babel-plugin-macros "^2.6.1" | ||
1725 | + convert-source-map "^1.5.0" | ||
1726 | + escape-string-regexp "^4.0.0" | ||
1727 | + find-root "^1.1.0" | ||
1728 | + source-map "^0.5.7" | ||
1729 | + stylis "^4.0.3" | ||
1730 | + | ||
1731 | +"@emotion/cache@^11.4.0": | ||
1732 | + version "11.4.0" | ||
1733 | + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.4.0.tgz#293fc9d9a7a38b9aad8e9337e5014366c3b09ac0" | ||
1734 | + integrity sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g== | ||
1735 | + dependencies: | ||
1736 | + "@emotion/memoize" "^0.7.4" | ||
1737 | + "@emotion/sheet" "^1.0.0" | ||
1738 | + "@emotion/utils" "^1.0.0" | ||
1739 | + "@emotion/weak-memoize" "^0.2.5" | ||
1740 | + stylis "^4.0.3" | ||
1741 | + | ||
1742 | +"@emotion/hash@^0.8.0": | ||
1743 | + version "0.8.0" | ||
1744 | + resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" | ||
1745 | + integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== | ||
1746 | + | ||
1747 | +"@emotion/is-prop-valid@^0.8.1", "@emotion/is-prop-valid@^0.8.2": | ||
1748 | + version "0.8.8" | ||
1749 | + resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" | ||
1750 | + integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== | ||
1751 | + dependencies: | ||
1752 | + "@emotion/memoize" "0.7.4" | ||
1753 | + | ||
1754 | +"@emotion/is-prop-valid@^1.1.0": | ||
1755 | + version "1.1.0" | ||
1756 | + resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz#29ef6be1e946fb4739f9707def860f316f668cde" | ||
1757 | + integrity sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ== | ||
1758 | + dependencies: | ||
1759 | + "@emotion/memoize" "^0.7.4" | ||
1760 | + | ||
1761 | +"@emotion/memoize@0.7.4": | ||
1762 | + version "0.7.4" | ||
1763 | + resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" | ||
1764 | + integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== | ||
1765 | + | ||
1766 | +"@emotion/memoize@^0.7.1", "@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5": | ||
1767 | + version "0.7.5" | ||
1768 | + resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" | ||
1769 | + integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== | ||
1770 | + | ||
1771 | +"@emotion/react@11": | ||
1772 | + version "11.4.0" | ||
1773 | + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.0.tgz#2465ad7b073a691409b88dfd96dc17097ddad9b7" | ||
1774 | + integrity sha512-4XklWsl9BdtatLoJpSjusXhpKv9YVteYKh9hPKP1Sxl+mswEFoUe0WtmtWjxEjkA51DQ2QRMCNOvKcSlCQ7ivg== | ||
1775 | + dependencies: | ||
1776 | + "@babel/runtime" "^7.13.10" | ||
1777 | + "@emotion/cache" "^11.4.0" | ||
1778 | + "@emotion/serialize" "^1.0.2" | ||
1779 | + "@emotion/sheet" "^1.0.1" | ||
1780 | + "@emotion/utils" "^1.0.0" | ||
1781 | + "@emotion/weak-memoize" "^0.2.5" | ||
1782 | + hoist-non-react-statics "^3.3.1" | ||
1783 | + | ||
1784 | +"@emotion/serialize@^1.0.2": | ||
1785 | + version "1.0.2" | ||
1786 | + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965" | ||
1787 | + integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A== | ||
1788 | + dependencies: | ||
1789 | + "@emotion/hash" "^0.8.0" | ||
1790 | + "@emotion/memoize" "^0.7.4" | ||
1791 | + "@emotion/unitless" "^0.7.5" | ||
1792 | + "@emotion/utils" "^1.0.0" | ||
1793 | + csstype "^3.0.2" | ||
1794 | + | ||
1795 | +"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.1": | ||
1796 | + version "1.0.1" | ||
1797 | + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.1.tgz#245f54abb02dfd82326e28689f34c27aa9b2a698" | ||
1798 | + integrity sha512-GbIvVMe4U+Zc+929N1V7nW6YYJtidj31lidSmdYcWozwoBIObXBnaJkKNDjZrLm9Nc0BR+ZyHNaRZxqNZbof5g== | ||
1799 | + | ||
1800 | +"@emotion/styled@11": | ||
1801 | + version "11.3.0" | ||
1802 | + resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.3.0.tgz#d63ee00537dfb6ff612e31b0e915c5cf9925a207" | ||
1803 | + integrity sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA== | ||
1804 | + dependencies: | ||
1805 | + "@babel/runtime" "^7.13.10" | ||
1806 | + "@emotion/babel-plugin" "^11.3.0" | ||
1807 | + "@emotion/is-prop-valid" "^1.1.0" | ||
1808 | + "@emotion/serialize" "^1.0.2" | ||
1809 | + "@emotion/utils" "^1.0.0" | ||
1810 | + | ||
1811 | +"@emotion/unitless@^0.7.5": | ||
1812 | + version "0.7.5" | ||
1813 | + resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" | ||
1814 | + integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== | ||
1815 | + | ||
1816 | +"@emotion/utils@^1.0.0": | ||
1817 | + version "1.0.0" | ||
1818 | + resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af" | ||
1819 | + integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA== | ||
1820 | + | ||
1821 | +"@emotion/weak-memoize@^0.2.5": | ||
1822 | + version "0.2.5" | ||
1823 | + resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" | ||
1824 | + integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== | ||
1825 | + | ||
1164 | "@eslint/eslintrc@^0.3.0": | 1826 | "@eslint/eslintrc@^0.3.0": |
1165 | version "0.3.0" | 1827 | version "0.3.0" |
1166 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318" | 1828 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318" |
... | @@ -1437,6 +2099,73 @@ | ... | @@ -1437,6 +2099,73 @@ |
1437 | schema-utils "^2.6.5" | 2099 | schema-utils "^2.6.5" |
1438 | source-map "^0.7.3" | 2100 | source-map "^0.7.3" |
1439 | 2101 | ||
2102 | +"@popperjs/core@2.4.4": | ||
2103 | + version "2.4.4" | ||
2104 | + resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.4.4.tgz#11d5db19bd178936ec89cd84519c4de439574398" | ||
2105 | + integrity sha512-1oO6+dN5kdIA3sKPZhRGJTfGVP4SWV6KqlMOwry4J3HfyD68sl/3KmG7DeYUzvN+RbhXDnv/D8vNNB8168tAMg== | ||
2106 | + | ||
2107 | +"@reach/alert@0.13.2": | ||
2108 | + version "0.13.2" | ||
2109 | + resolved "https://registry.yarnpkg.com/@reach/alert/-/alert-0.13.2.tgz#71c4a848d51341f1d6d9eaae060975391c224870" | ||
2110 | + integrity sha512-LDz83AXCrClyq/MWe+0vaZfHp1Ytqn+kgL5VxG7rirUvmluWaj/snxzfNPWn0Ma4K2YENmXXRC/iHt5X95SqIg== | ||
2111 | + dependencies: | ||
2112 | + "@reach/utils" "0.13.2" | ||
2113 | + "@reach/visually-hidden" "0.13.2" | ||
2114 | + prop-types "^15.7.2" | ||
2115 | + tslib "^2.1.0" | ||
2116 | + | ||
2117 | +"@reach/alert@^0.1.2": | ||
2118 | + version "0.1.5" | ||
2119 | + resolved "https://registry.yarnpkg.com/@reach/alert/-/alert-0.1.5.tgz#4da79add0055fa4295f51e5295ed3b80257e9153" | ||
2120 | + integrity sha512-Ow+SB7rokGWxmm+AdOpf4eo29OaEYDqlJ1Kc9qulVX2cKjYiHQqAvkiCkSaIPkQbbyNmEXJ0c/rVpzPVvCVIAw== | ||
2121 | + dependencies: | ||
2122 | + "@reach/component-component" "^0.1.3" | ||
2123 | + "@reach/visually-hidden" "^0.1.4" | ||
2124 | + | ||
2125 | +"@reach/auto-id@0.10.2": | ||
2126 | + version "0.10.2" | ||
2127 | + resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.10.2.tgz#a447af67241123dcb701ecd61931a2c786ed111e" | ||
2128 | + integrity sha512-PWFZevkHshiJV/z0L/5WQkWhe9QRzdZqC7N/JHRCoYo+odvCz9izXVRsxJf7p4sCuOCvnc8zNzAokFk2E1ZzDg== | ||
2129 | + dependencies: | ||
2130 | + "@reach/utils" "^0.10.2" | ||
2131 | + tslib "^1.11.2" | ||
2132 | + | ||
2133 | +"@reach/component-component@^0.1.3": | ||
2134 | + version "0.1.3" | ||
2135 | + resolved "https://registry.yarnpkg.com/@reach/component-component/-/component-component-0.1.3.tgz#5d156319572dc38995b246f81878bc2577c517e5" | ||
2136 | + integrity sha512-a1USH7L3bEfDdPN4iNZGvMEFuBfkdG+QNybeyDv8RloVFgZYRoM+KGXyy2KOfEnTUM8QWDRSROwaL3+ts5Angg== | ||
2137 | + | ||
2138 | +"@reach/utils@0.13.2": | ||
2139 | + version "0.13.2" | ||
2140 | + resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.13.2.tgz#87e8fef8ebfe583fa48250238a1a3ed03189fcc8" | ||
2141 | + integrity sha512-3ir6cN60zvUrwjOJu7C6jec/samqAeyAB12ZADK+qjnmQPdzSYldrFWwDVV5H0WkhbYXR3uh+eImu13hCetNPQ== | ||
2142 | + dependencies: | ||
2143 | + "@types/warning" "^3.0.0" | ||
2144 | + tslib "^2.1.0" | ||
2145 | + warning "^4.0.3" | ||
2146 | + | ||
2147 | +"@reach/utils@^0.10.2": | ||
2148 | + version "0.10.5" | ||
2149 | + resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.10.5.tgz#fbac944d29565f6dd7abd0e1b13950e99b1e470b" | ||
2150 | + integrity sha512-5E/xxQnUbmpI/LrufBAOXjunl96DnqX6B4zC2MO2KH/dRzLug5gM5VuOwV26egsp0jvsSPxojwciOhS43px3qw== | ||
2151 | + dependencies: | ||
2152 | + "@types/warning" "^3.0.0" | ||
2153 | + tslib "^2.0.0" | ||
2154 | + warning "^4.0.3" | ||
2155 | + | ||
2156 | +"@reach/visually-hidden@0.13.2": | ||
2157 | + version "0.13.2" | ||
2158 | + resolved "https://registry.yarnpkg.com/@reach/visually-hidden/-/visually-hidden-0.13.2.tgz#ee21de376a7e57e60dc92d95a671073796caa17e" | ||
2159 | + integrity sha512-sPZwNS0/duOuG0mYwE5DmgEAzW9VhgU3aIt1+mrfT/xiT9Cdncqke+kRBQgU708q/Ttm9tWsoHni03nn/SuPTQ== | ||
2160 | + dependencies: | ||
2161 | + prop-types "^15.7.2" | ||
2162 | + tslib "^2.1.0" | ||
2163 | + | ||
2164 | +"@reach/visually-hidden@^0.1.4": | ||
2165 | + version "0.1.4" | ||
2166 | + resolved "https://registry.yarnpkg.com/@reach/visually-hidden/-/visually-hidden-0.1.4.tgz#0dc4ecedf523004337214187db70a46183bd945b" | ||
2167 | + integrity sha512-QHbzXjflSlCvDd6vJwdwx16mSB+vUCCQMiU/wK/CgVNPibtpEiIbisyxkpZc55DyDFNUIqP91rSUsNae+ogGDQ== | ||
2168 | + | ||
1440 | "@rollup/plugin-node-resolve@^7.1.1": | 2169 | "@rollup/plugin-node-resolve@^7.1.1": |
1441 | version "7.1.3" | 2170 | version "7.1.3" |
1442 | resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca" | 2171 | resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca" |
... | @@ -1479,6 +2208,105 @@ | ... | @@ -1479,6 +2208,105 @@ |
1479 | dependencies: | 2208 | dependencies: |
1480 | "@sinonjs/commons" "^1.7.0" | 2209 | "@sinonjs/commons" "^1.7.0" |
1481 | 2210 | ||
2211 | +"@styled-system/background@^5.1.2": | ||
2212 | + version "5.1.2" | ||
2213 | + resolved "https://registry.yarnpkg.com/@styled-system/background/-/background-5.1.2.tgz#75c63d06b497ab372b70186c0bf608d62847a2ba" | ||
2214 | + integrity sha512-jtwH2C/U6ssuGSvwTN3ri/IyjdHb8W9X/g8Y0JLcrH02G+BW3OS8kZdHphF1/YyRklnrKrBT2ngwGUK6aqqV3A== | ||
2215 | + dependencies: | ||
2216 | + "@styled-system/core" "^5.1.2" | ||
2217 | + | ||
2218 | +"@styled-system/border@^5.1.5": | ||
2219 | + version "5.1.5" | ||
2220 | + resolved "https://registry.yarnpkg.com/@styled-system/border/-/border-5.1.5.tgz#0493d4332d2b59b74bb0d57d08c73eb555761ba6" | ||
2221 | + integrity sha512-JvddhNrnhGigtzWRCVuAHepniyVi6hBlimxWDVAdcTuk7aRn9BYJUwfHslURtwYFsF5FoEs8Zmr1oZq2M1AP0A== | ||
2222 | + dependencies: | ||
2223 | + "@styled-system/core" "^5.1.2" | ||
2224 | + | ||
2225 | +"@styled-system/color@^5.1.2": | ||
2226 | + version "5.1.2" | ||
2227 | + resolved "https://registry.yarnpkg.com/@styled-system/color/-/color-5.1.2.tgz#b8d6b4af481faabe4abca1a60f8daa4ccc2d9f43" | ||
2228 | + integrity sha512-1kCkeKDZkt4GYkuFNKc7vJQMcOmTl3bJY3YBUs7fCNM6mMYJeT1pViQ2LwBSBJytj3AB0o4IdLBoepgSgGl5MA== | ||
2229 | + dependencies: | ||
2230 | + "@styled-system/core" "^5.1.2" | ||
2231 | + | ||
2232 | +"@styled-system/core@^5.1.2": | ||
2233 | + version "5.1.2" | ||
2234 | + resolved "https://registry.yarnpkg.com/@styled-system/core/-/core-5.1.2.tgz#b8b7b86455d5a0514f071c4fa8e434b987f6a772" | ||
2235 | + integrity sha512-XclBDdNIy7OPOsN4HBsawG2eiWfCcuFt6gxKn1x4QfMIgeO6TOlA2pZZ5GWZtIhCUqEPTgIBta6JXsGyCkLBYw== | ||
2236 | + dependencies: | ||
2237 | + object-assign "^4.1.1" | ||
2238 | + | ||
2239 | +"@styled-system/css@5.1.5", "@styled-system/css@^5.1.5": | ||
2240 | + version "5.1.5" | ||
2241 | + resolved "https://registry.yarnpkg.com/@styled-system/css/-/css-5.1.5.tgz#0460d5f3ff962fa649ea128ef58d9584f403bbbc" | ||
2242 | + integrity sha512-XkORZdS5kypzcBotAMPBoeckDs9aSZVkvrAlq5K3xP8IMAUek+x2O4NtwoSgkYkWWzVBu6DGdFZLR790QWGG+A== | ||
2243 | + | ||
2244 | +"@styled-system/flexbox@^5.1.2": | ||
2245 | + version "5.1.2" | ||
2246 | + resolved "https://registry.yarnpkg.com/@styled-system/flexbox/-/flexbox-5.1.2.tgz#077090f43f61c3852df63da24e4108087a8beecf" | ||
2247 | + integrity sha512-6hHV52+eUk654Y1J2v77B8iLeBNtc+SA3R4necsu2VVinSD7+XY5PCCEzBFaWs42dtOEDIa2lMrgL0YBC01mDQ== | ||
2248 | + dependencies: | ||
2249 | + "@styled-system/core" "^5.1.2" | ||
2250 | + | ||
2251 | +"@styled-system/grid@^5.1.2": | ||
2252 | + version "5.1.2" | ||
2253 | + resolved "https://registry.yarnpkg.com/@styled-system/grid/-/grid-5.1.2.tgz#7165049877732900b99cd00759679fbe45c6c573" | ||
2254 | + integrity sha512-K3YiV1KyHHzgdNuNlaw8oW2ktMuGga99o1e/NAfTEi5Zsa7JXxzwEnVSDSBdJC+z6R8WYTCYRQC6bkVFcvdTeg== | ||
2255 | + dependencies: | ||
2256 | + "@styled-system/core" "^5.1.2" | ||
2257 | + | ||
2258 | +"@styled-system/layout@^5.1.2": | ||
2259 | + version "5.1.2" | ||
2260 | + resolved "https://registry.yarnpkg.com/@styled-system/layout/-/layout-5.1.2.tgz#12d73e79887e10062f4dbbbc2067462eace42339" | ||
2261 | + integrity sha512-wUhkMBqSeacPFhoE9S6UF3fsMEKFv91gF4AdDWp0Aym1yeMPpqz9l9qS/6vjSsDPF7zOb5cOKC3tcKKOMuDCPw== | ||
2262 | + dependencies: | ||
2263 | + "@styled-system/core" "^5.1.2" | ||
2264 | + | ||
2265 | +"@styled-system/position@^5.1.2": | ||
2266 | + version "5.1.2" | ||
2267 | + resolved "https://registry.yarnpkg.com/@styled-system/position/-/position-5.1.2.tgz#56961266566836f57a24d8e8e33ce0c1adb59dd3" | ||
2268 | + integrity sha512-60IZfMXEOOZe3l1mCu6sj/2NAyUmES2kR9Kzp7s2D3P4qKsZWxD1Se1+wJvevb+1TP+ZMkGPEYYXRyU8M1aF5A== | ||
2269 | + dependencies: | ||
2270 | + "@styled-system/core" "^5.1.2" | ||
2271 | + | ||
2272 | +"@styled-system/shadow@^5.1.2": | ||
2273 | + version "5.1.2" | ||
2274 | + resolved "https://registry.yarnpkg.com/@styled-system/shadow/-/shadow-5.1.2.tgz#beddab28d7de03cd0177a87ac4ed3b3b6d9831fd" | ||
2275 | + integrity sha512-wqniqYb7XuZM7K7C0d1Euxc4eGtqEe/lvM0WjuAFsQVImiq6KGT7s7is+0bNI8O4Dwg27jyu4Lfqo/oIQXNzAg== | ||
2276 | + dependencies: | ||
2277 | + "@styled-system/core" "^5.1.2" | ||
2278 | + | ||
2279 | +"@styled-system/should-forward-prop@5.1.5": | ||
2280 | + version "5.1.5" | ||
2281 | + resolved "https://registry.yarnpkg.com/@styled-system/should-forward-prop/-/should-forward-prop-5.1.5.tgz#c392008c6ae14a6eb78bf1932733594f7f7e5c76" | ||
2282 | + integrity sha512-+rPRomgCGYnUIaFabDoOgpSDc4UUJ1KsmlnzcEp0tu5lFrBQKgZclSo18Z1URhaZm7a6agGtS5Xif7tuC2s52Q== | ||
2283 | + dependencies: | ||
2284 | + "@emotion/is-prop-valid" "^0.8.1" | ||
2285 | + "@emotion/memoize" "^0.7.1" | ||
2286 | + styled-system "^5.1.5" | ||
2287 | + | ||
2288 | +"@styled-system/space@^5.1.2": | ||
2289 | + version "5.1.2" | ||
2290 | + resolved "https://registry.yarnpkg.com/@styled-system/space/-/space-5.1.2.tgz#38925d2fa29a41c0eb20e65b7c3efb6e8efce953" | ||
2291 | + integrity sha512-+zzYpR8uvfhcAbaPXhH8QgDAV//flxqxSjHiS9cDFQQUSznXMQmxJegbhcdEF7/eNnJgHeIXv1jmny78kipgBA== | ||
2292 | + dependencies: | ||
2293 | + "@styled-system/core" "^5.1.2" | ||
2294 | + | ||
2295 | +"@styled-system/typography@^5.1.2": | ||
2296 | + version "5.1.2" | ||
2297 | + resolved "https://registry.yarnpkg.com/@styled-system/typography/-/typography-5.1.2.tgz#65fb791c67d50cd2900d234583eaacdca8c134f7" | ||
2298 | + integrity sha512-BxbVUnN8N7hJ4aaPOd7wEsudeT7CxarR+2hns8XCX1zp0DFfbWw4xYa/olA0oQaqx7F1hzDg+eRaGzAJbF+jOg== | ||
2299 | + dependencies: | ||
2300 | + "@styled-system/core" "^5.1.2" | ||
2301 | + | ||
2302 | +"@styled-system/variant@^5.1.5": | ||
2303 | + version "5.1.5" | ||
2304 | + resolved "https://registry.yarnpkg.com/@styled-system/variant/-/variant-5.1.5.tgz#8446d8aad06af3a4c723d717841df2dbe4ddeafd" | ||
2305 | + integrity sha512-Yn8hXAFoWIro8+Q5J8YJd/mP85Teiut3fsGVR9CAxwgNfIAiqlYxsk5iHU7VHJks/0KjL4ATSjmbtCDC/4l1qw== | ||
2306 | + dependencies: | ||
2307 | + "@styled-system/core" "^5.1.2" | ||
2308 | + "@styled-system/css" "^5.1.5" | ||
2309 | + | ||
1482 | "@surma/rollup-plugin-off-main-thread@^1.1.1": | 2310 | "@surma/rollup-plugin-off-main-thread@^1.1.1": |
1483 | version "1.4.2" | 2311 | version "1.4.2" |
1484 | resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58" | 2312 | resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58" |
... | @@ -1751,6 +2579,18 @@ | ... | @@ -1751,6 +2579,18 @@ |
1751 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" | 2579 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" |
1752 | integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= | 2580 | integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= |
1753 | 2581 | ||
2582 | +"@types/lodash.mergewith@4.6.6": | ||
2583 | + version "4.6.6" | ||
2584 | + resolved "https://registry.yarnpkg.com/@types/lodash.mergewith/-/lodash.mergewith-4.6.6.tgz#c4698f5b214a433ff35cb2c75ee6ec7f99d79f10" | ||
2585 | + integrity sha512-RY/8IaVENjG19rxTZu9Nukqh0W2UrYgmBj5sdns4hWRZaV8PqR7wIKHFKzvOTjo4zVRV7sVI+yFhAJql12Kfqg== | ||
2586 | + dependencies: | ||
2587 | + "@types/lodash" "*" | ||
2588 | + | ||
2589 | +"@types/lodash@*": | ||
2590 | + version "4.14.170" | ||
2591 | + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6" | ||
2592 | + integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q== | ||
2593 | + | ||
1754 | "@types/minimatch@*": | 2594 | "@types/minimatch@*": |
1755 | version "3.0.3" | 2595 | version "3.0.3" |
1756 | resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" | 2596 | resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" |
... | @@ -1776,11 +2616,32 @@ | ... | @@ -1776,11 +2616,32 @@ |
1776 | resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.1.tgz#374e31645d58cb18a07b3ecd8e9dede4deb2cccd" | 2616 | resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.1.tgz#374e31645d58cb18a07b3ecd8e9dede4deb2cccd" |
1777 | integrity sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw== | 2617 | integrity sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw== |
1778 | 2618 | ||
2619 | +"@types/prop-types@*": | ||
2620 | + version "15.7.3" | ||
2621 | + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" | ||
2622 | + integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== | ||
2623 | + | ||
1779 | "@types/q@^1.5.1": | 2624 | "@types/q@^1.5.1": |
1780 | version "1.5.4" | 2625 | version "1.5.4" |
1781 | resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" | 2626 | resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" |
1782 | integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== | 2627 | integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== |
1783 | 2628 | ||
2629 | +"@types/react-dom@^16.8.3": | ||
2630 | + version "16.9.13" | ||
2631 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.13.tgz#5898f0ee68fe200685e6b61d3d7d8828692814d0" | ||
2632 | + integrity sha512-34Hr3XnmUSJbUVDxIw/e7dhQn2BJZhJmlAaPyPwfTQyuVS9mV/CeyghFcXyvkJXxI7notQJz8mF8FeCVvloJrA== | ||
2633 | + dependencies: | ||
2634 | + "@types/react" "^16" | ||
2635 | + | ||
2636 | +"@types/react@^16", "@types/react@^16.8.10": | ||
2637 | + version "16.14.8" | ||
2638 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.8.tgz#4aee3ab004cb98451917c9b7ada3c7d7e52db3fe" | ||
2639 | + integrity sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA== | ||
2640 | + dependencies: | ||
2641 | + "@types/prop-types" "*" | ||
2642 | + "@types/scheduler" "*" | ||
2643 | + csstype "^3.0.2" | ||
2644 | + | ||
1784 | "@types/resolve@0.0.8": | 2645 | "@types/resolve@0.0.8": |
1785 | version "0.0.8" | 2646 | version "0.0.8" |
1786 | resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" | 2647 | resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" |
... | @@ -1788,6 +2649,11 @@ | ... | @@ -1788,6 +2649,11 @@ |
1788 | dependencies: | 2649 | dependencies: |
1789 | "@types/node" "*" | 2650 | "@types/node" "*" |
1790 | 2651 | ||
2652 | +"@types/scheduler@*": | ||
2653 | + version "0.16.1" | ||
2654 | + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" | ||
2655 | + integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== | ||
2656 | + | ||
1791 | "@types/source-list-map@*": | 2657 | "@types/source-list-map@*": |
1792 | version "0.1.2" | 2658 | version "0.1.2" |
1793 | resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" | 2659 | resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" |
... | @@ -1798,6 +2664,13 @@ | ... | @@ -1798,6 +2664,13 @@ |
1798 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" | 2664 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" |
1799 | integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== | 2665 | integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== |
1800 | 2666 | ||
2667 | +"@types/styled-system@5.1.9": | ||
2668 | + version "5.1.9" | ||
2669 | + resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.9.tgz#8baac8f6eca9e0bd5768c175ca5ce1f2d6f61ade" | ||
2670 | + integrity sha512-QlWv6tmQV8dqk8s+LSLb9QAtmuQEnfv4f8lKKZkMgDqRFVmxJDBwEw0u4zhpxp56u0hdR+TCIk9dGfOw3TkCoQ== | ||
2671 | + dependencies: | ||
2672 | + csstype "^2.6.9" | ||
2673 | + | ||
1801 | "@types/tapable@*", "@types/tapable@^1.0.5": | 2674 | "@types/tapable@*", "@types/tapable@^1.0.5": |
1802 | version "1.0.6" | 2675 | version "1.0.6" |
1803 | resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74" | 2676 | resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74" |
... | @@ -1810,6 +2683,11 @@ | ... | @@ -1810,6 +2683,11 @@ |
1810 | dependencies: | 2683 | dependencies: |
1811 | "@types/jest" "*" | 2684 | "@types/jest" "*" |
1812 | 2685 | ||
2686 | +"@types/tinycolor2@1.4.2": | ||
2687 | + version "1.4.2" | ||
2688 | + resolved "https://registry.yarnpkg.com/@types/tinycolor2/-/tinycolor2-1.4.2.tgz#721ca5c5d1a2988b4a886e35c2ffc5735b6afbdf" | ||
2689 | + integrity sha512-PeHg/AtdW6aaIO2a+98Xj7rWY4KC1E6yOy7AFknJQ7VXUGNrMlyxDFxJo7HqLtjQms/ZhhQX52mLVW/EX3JGOw== | ||
2690 | + | ||
1813 | "@types/uglify-js@*": | 2691 | "@types/uglify-js@*": |
1814 | version "3.12.0" | 2692 | version "3.12.0" |
1815 | resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.12.0.tgz#2bb061c269441620d46b946350c8f16d52ef37c5" | 2693 | resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.12.0.tgz#2bb061c269441620d46b946350c8f16d52ef37c5" |
... | @@ -1817,6 +2695,11 @@ | ... | @@ -1817,6 +2695,11 @@ |
1817 | dependencies: | 2695 | dependencies: |
1818 | source-map "^0.6.1" | 2696 | source-map "^0.6.1" |
1819 | 2697 | ||
2698 | +"@types/warning@^3.0.0": | ||
2699 | + version "3.0.0" | ||
2700 | + resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52" | ||
2701 | + integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI= | ||
2702 | + | ||
1820 | "@types/webpack-sources@*": | 2703 | "@types/webpack-sources@*": |
1821 | version "2.1.0" | 2704 | version "2.1.0" |
1822 | resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.0.tgz#8882b0bd62d1e0ce62f183d0d01b72e6e82e8c10" | 2705 | resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.0.tgz#8882b0bd62d1e0ce62f183d0d01b72e6e82e8c10" |
... | @@ -1957,6 +2840,11 @@ | ... | @@ -1957,6 +2840,11 @@ |
1957 | "@typescript-eslint/types" "4.15.2" | 2840 | "@typescript-eslint/types" "4.15.2" |
1958 | eslint-visitor-keys "^2.0.0" | 2841 | eslint-visitor-keys "^2.0.0" |
1959 | 2842 | ||
2843 | +"@use-it/event-listener@^0.1.2": | ||
2844 | + version "0.1.6" | ||
2845 | + resolved "https://registry.yarnpkg.com/@use-it/event-listener/-/event-listener-0.1.6.tgz#5776274fec72f3f25af9ead1898e7f45bc435812" | ||
2846 | + integrity sha512-e6V7vbU8xpuqy4GZkTLExHffOFgxmGHo3kNWnlhzM/zcX2v+idbD/HaJ9sKdQMgTh+L7MIhdRDXGX3SdAViZzA== | ||
2847 | + | ||
1960 | "@webassemblyjs/ast@1.9.0": | 2848 | "@webassemblyjs/ast@1.9.0": |
1961 | version "1.9.0" | 2849 | version "1.9.0" |
1962 | resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" | 2850 | resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" |
... | @@ -2288,6 +3176,13 @@ argparse@^1.0.7: | ... | @@ -2288,6 +3176,13 @@ argparse@^1.0.7: |
2288 | dependencies: | 3176 | dependencies: |
2289 | sprintf-js "~1.0.2" | 3177 | sprintf-js "~1.0.2" |
2290 | 3178 | ||
3179 | +aria-hidden@^1.1.1: | ||
3180 | + version "1.1.3" | ||
3181 | + resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.1.3.tgz#bb48de18dc84787a3c6eee113709c473c64ec254" | ||
3182 | + integrity sha512-RhVWFtKH5BiGMycI72q2RAFMLQi8JP9bLuQXgR5a8Znp7P5KOIADSJeyfI8PCVxLEp067B2HbP5JIiI/PXIZeA== | ||
3183 | + dependencies: | ||
3184 | + tslib "^1.0.0" | ||
3185 | + | ||
2291 | aria-query@^4.2.2: | 3186 | aria-query@^4.2.2: |
2292 | version "4.2.2" | 3187 | version "4.2.2" |
2293 | resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b" | 3188 | resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b" |
... | @@ -2570,7 +3465,7 @@ babel-plugin-jest-hoist@^26.6.2: | ... | @@ -2570,7 +3465,7 @@ babel-plugin-jest-hoist@^26.6.2: |
2570 | "@types/babel__core" "^7.0.0" | 3465 | "@types/babel__core" "^7.0.0" |
2571 | "@types/babel__traverse" "^7.0.6" | 3466 | "@types/babel__traverse" "^7.0.6" |
2572 | 3467 | ||
2573 | -babel-plugin-macros@2.8.0: | 3468 | +babel-plugin-macros@2.8.0, babel-plugin-macros@^2.6.1: |
2574 | version "2.8.0" | 3469 | version "2.8.0" |
2575 | resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" | 3470 | resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" |
2576 | integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== | 3471 | integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== |
... | @@ -2760,6 +3655,11 @@ body-parser@1.19.0: | ... | @@ -2760,6 +3655,11 @@ body-parser@1.19.0: |
2760 | raw-body "2.4.0" | 3655 | raw-body "2.4.0" |
2761 | type-is "~1.6.17" | 3656 | type-is "~1.6.17" |
2762 | 3657 | ||
3658 | +body-scroll-lock@^3.0.1: | ||
3659 | + version "3.1.5" | ||
3660 | + resolved "https://registry.yarnpkg.com/body-scroll-lock/-/body-scroll-lock-3.1.5.tgz#c1392d9217ed2c3e237fee1e910f6cdd80b7aaec" | ||
3661 | + integrity sha512-Yi1Xaml0EvNA0OYWxXiYNqY24AfWkbA6w5vxE7GWxtKfzIbZM+Qw+aSmkgsbWzbHiy/RCSkUZBplVxTA+E4jJg== | ||
3662 | + | ||
2763 | bonjour@^3.5.0: | 3663 | bonjour@^3.5.0: |
2764 | version "3.5.0" | 3664 | version "3.5.0" |
2765 | resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" | 3665 | resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" |
... | @@ -3214,6 +4114,11 @@ class-utils@^0.3.5: | ... | @@ -3214,6 +4114,11 @@ class-utils@^0.3.5: |
3214 | isobject "^3.0.0" | 4114 | isobject "^3.0.0" |
3215 | static-extend "^0.1.1" | 4115 | static-extend "^0.1.1" |
3216 | 4116 | ||
4117 | +classnames@^2.2.5: | ||
4118 | + version "2.3.1" | ||
4119 | + resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e" | ||
4120 | + integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA== | ||
4121 | + | ||
3217 | clean-css@^4.2.3: | 4122 | clean-css@^4.2.3: |
3218 | version "4.2.3" | 4123 | version "4.2.3" |
3219 | resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" | 4124 | resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" |
... | @@ -3295,6 +4200,14 @@ color-name@^1.0.0, color-name@~1.1.4: | ... | @@ -3295,6 +4200,14 @@ color-name@^1.0.0, color-name@~1.1.4: |
3295 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | 4200 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
3296 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | 4201 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
3297 | 4202 | ||
4203 | +color-string@^1.5.2: | ||
4204 | + version "1.5.5" | ||
4205 | + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.5.tgz#65474a8f0e7439625f3d27a6a19d89fc45223014" | ||
4206 | + integrity sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg== | ||
4207 | + dependencies: | ||
4208 | + color-name "^1.0.0" | ||
4209 | + simple-swizzle "^0.2.2" | ||
4210 | + | ||
3298 | color-string@^1.5.4: | 4211 | color-string@^1.5.4: |
3299 | version "1.5.4" | 4212 | version "1.5.4" |
3300 | resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6" | 4213 | resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6" |
... | @@ -3303,6 +4216,14 @@ color-string@^1.5.4: | ... | @@ -3303,6 +4216,14 @@ color-string@^1.5.4: |
3303 | color-name "^1.0.0" | 4216 | color-name "^1.0.0" |
3304 | simple-swizzle "^0.2.2" | 4217 | simple-swizzle "^0.2.2" |
3305 | 4218 | ||
4219 | +color@3.1.2: | ||
4220 | + version "3.1.2" | ||
4221 | + resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10" | ||
4222 | + integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== | ||
4223 | + dependencies: | ||
4224 | + color-convert "^1.9.1" | ||
4225 | + color-string "^1.5.2" | ||
4226 | + | ||
3306 | color@^3.0.0: | 4227 | color@^3.0.0: |
3307 | version "3.1.3" | 4228 | version "3.1.3" |
3308 | resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" | 4229 | resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" |
... | @@ -3375,6 +4296,11 @@ compression@^1.7.4: | ... | @@ -3375,6 +4296,11 @@ compression@^1.7.4: |
3375 | safe-buffer "5.1.2" | 4296 | safe-buffer "5.1.2" |
3376 | vary "~1.1.2" | 4297 | vary "~1.1.2" |
3377 | 4298 | ||
4299 | +compute-scroll-into-view@1.0.14: | ||
4300 | + version "1.0.14" | ||
4301 | + resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.14.tgz#80e3ebb25d6aa89f42e533956cb4b16a04cfe759" | ||
4302 | + integrity sha512-mKDjINe3tc6hGelUMNDzuhorIUZ7kS7BwyY0r2wQd2HOH2tRuJykiC06iSEX8y1TuhNzvz4GcJnK16mM2J1NMQ== | ||
4303 | + | ||
3378 | concat-map@0.0.1: | 4304 | concat-map@0.0.1: |
3379 | version "0.0.1" | 4305 | version "0.0.1" |
3380 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" | 4306 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" |
... | @@ -3427,7 +4353,7 @@ content-type@~1.0.4: | ... | @@ -3427,7 +4353,7 @@ content-type@~1.0.4: |
3427 | resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" | 4353 | resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" |
3428 | integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== | 4354 | integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== |
3429 | 4355 | ||
3430 | -convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: | 4356 | +convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
3431 | version "1.7.0" | 4357 | version "1.7.0" |
3432 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" | 4358 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
3433 | integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== | 4359 | integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== |
... | @@ -3466,6 +4392,13 @@ copy-descriptor@^0.1.0: | ... | @@ -3466,6 +4392,13 @@ copy-descriptor@^0.1.0: |
3466 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | 4392 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" |
3467 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= | 4393 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= |
3468 | 4394 | ||
4395 | +copy-to-clipboard@3.3.1: | ||
4396 | + version "3.3.1" | ||
4397 | + resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz#115aa1a9998ffab6196f93076ad6da3b913662ae" | ||
4398 | + integrity sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw== | ||
4399 | + dependencies: | ||
4400 | + toggle-selection "^1.0.6" | ||
4401 | + | ||
3469 | core-js-compat@^3.6.2, core-js-compat@^3.8.0: | 4402 | core-js-compat@^3.6.2, core-js-compat@^3.8.0: |
3470 | version "3.9.0" | 4403 | version "3.9.0" |
3471 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.9.0.tgz#29da39385f16b71e1915565aa0385c4e0963ad56" | 4404 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.9.0.tgz#29da39385f16b71e1915565aa0385c4e0963ad56" |
... | @@ -3606,6 +4539,13 @@ css-blank-pseudo@^0.1.4: | ... | @@ -3606,6 +4539,13 @@ css-blank-pseudo@^0.1.4: |
3606 | dependencies: | 4539 | dependencies: |
3607 | postcss "^7.0.5" | 4540 | postcss "^7.0.5" |
3608 | 4541 | ||
4542 | +css-box-model@1.2.1: | ||
4543 | + version "1.2.1" | ||
4544 | + resolved "https://registry.yarnpkg.com/css-box-model/-/css-box-model-1.2.1.tgz#59951d3b81fd6b2074a62d49444415b0d2b4d7c1" | ||
4545 | + integrity sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw== | ||
4546 | + dependencies: | ||
4547 | + tiny-invariant "^1.0.6" | ||
4548 | + | ||
3609 | css-color-names@0.0.4, css-color-names@^0.0.4: | 4549 | css-color-names@0.0.4, css-color-names@^0.0.4: |
3610 | version "0.0.4" | 4550 | version "0.0.4" |
3611 | resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" | 4551 | resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" |
... | @@ -3819,6 +4759,16 @@ cssstyle@^2.2.0: | ... | @@ -3819,6 +4759,16 @@ cssstyle@^2.2.0: |
3819 | dependencies: | 4759 | dependencies: |
3820 | cssom "~0.3.6" | 4760 | cssom "~0.3.6" |
3821 | 4761 | ||
4762 | +csstype@^2.6.9: | ||
4763 | + version "2.6.17" | ||
4764 | + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.17.tgz#4cf30eb87e1d1a005d8b6510f95292413f6a1c0e" | ||
4765 | + integrity sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A== | ||
4766 | + | ||
4767 | +csstype@^3.0.2, csstype@^3.0.6: | ||
4768 | + version "3.0.8" | ||
4769 | + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340" | ||
4770 | + integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw== | ||
4771 | + | ||
3822 | cyclist@^1.0.1: | 4772 | cyclist@^1.0.1: |
3823 | version "1.0.1" | 4773 | version "1.0.1" |
3824 | resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" | 4774 | resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" |
... | @@ -3994,6 +4944,11 @@ detect-newline@^3.0.0: | ... | @@ -3994,6 +4944,11 @@ detect-newline@^3.0.0: |
3994 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" | 4944 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" |
3995 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== | 4945 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== |
3996 | 4946 | ||
4947 | +detect-node-es@^1.1.0: | ||
4948 | + version "1.1.0" | ||
4949 | + resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493" | ||
4950 | + integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ== | ||
4951 | + | ||
3997 | detect-node@^2.0.4: | 4952 | detect-node@^2.0.4: |
3998 | version "2.0.4" | 4953 | version "2.0.4" |
3999 | resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" | 4954 | resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" |
... | @@ -4384,6 +5339,11 @@ escape-string-regexp@^1.0.5: | ... | @@ -4384,6 +5339,11 @@ escape-string-regexp@^1.0.5: |
4384 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" | 5339 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
4385 | integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= | 5340 | integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= |
4386 | 5341 | ||
5342 | +escape-string-regexp@^4.0.0: | ||
5343 | + version "4.0.0" | ||
5344 | + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" | ||
5345 | + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== | ||
5346 | + | ||
4387 | escodegen@^1.14.1: | 5347 | escodegen@^1.14.1: |
4388 | version "1.14.3" | 5348 | version "1.14.3" |
4389 | resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" | 5349 | resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" |
... | @@ -4702,6 +5662,11 @@ execa@^4.0.0: | ... | @@ -4702,6 +5662,11 @@ execa@^4.0.0: |
4702 | signal-exit "^3.0.2" | 5662 | signal-exit "^3.0.2" |
4703 | strip-final-newline "^2.0.0" | 5663 | strip-final-newline "^2.0.0" |
4704 | 5664 | ||
5665 | +exenv@^1.2.2: | ||
5666 | + version "1.2.2" | ||
5667 | + resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d" | ||
5668 | + integrity sha1-KueOhdmJQVhnCwPUe+wfA72Ru50= | ||
5669 | + | ||
4705 | exit@^0.1.2: | 5670 | exit@^0.1.2: |
4706 | version "0.1.2" | 5671 | version "0.1.2" |
4707 | resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" | 5672 | resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" |
... | @@ -4945,6 +5910,11 @@ find-cache-dir@^3.3.1: | ... | @@ -4945,6 +5910,11 @@ find-cache-dir@^3.3.1: |
4945 | make-dir "^3.0.2" | 5910 | make-dir "^3.0.2" |
4946 | pkg-dir "^4.1.0" | 5911 | pkg-dir "^4.1.0" |
4947 | 5912 | ||
5913 | +find-root@^1.1.0: | ||
5914 | + version "1.1.0" | ||
5915 | + resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" | ||
5916 | + integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== | ||
5917 | + | ||
4948 | find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0: | 5918 | find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0: |
4949 | version "4.1.0" | 5919 | version "4.1.0" |
4950 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" | 5920 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" |
... | @@ -4993,6 +5963,20 @@ flush-write-stream@^1.0.0: | ... | @@ -4993,6 +5963,20 @@ flush-write-stream@^1.0.0: |
4993 | inherits "^2.0.3" | 5963 | inherits "^2.0.3" |
4994 | readable-stream "^2.3.6" | 5964 | readable-stream "^2.3.6" |
4995 | 5965 | ||
5966 | +focus-lock@^0.8.1: | ||
5967 | + version "0.8.1" | ||
5968 | + resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.8.1.tgz#bb36968abf77a2063fa173cb6c47b12ac8599d33" | ||
5969 | + integrity sha512-/LFZOIo82WDsyyv7h7oc0MJF9ACOvDRdx9rWPZ2pgMfNWu/z8hQDBtOchuB/0BVLmuFOZjV02YwUVzNsWx/EzA== | ||
5970 | + dependencies: | ||
5971 | + tslib "^1.9.3" | ||
5972 | + | ||
5973 | +focus-lock@^0.9.1: | ||
5974 | + version "0.9.1" | ||
5975 | + resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.9.1.tgz#e8ec7d4821631112193ae09258107f531588da01" | ||
5976 | + integrity sha512-/2Nj60Cps6yOLSO+CkVbeSKfwfns5XbX6HOedIK9PdzODP04N9c3xqOcPXayN0WsT9YjJvAnXmI0NdqNIDf5Kw== | ||
5977 | + dependencies: | ||
5978 | + tslib "^2.0.3" | ||
5979 | + | ||
4996 | follow-redirects@^1.0.0: | 5980 | follow-redirects@^1.0.0: |
4997 | version "1.13.2" | 5981 | version "1.13.2" |
4998 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147" | 5982 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147" |
... | @@ -5042,6 +6026,26 @@ fragment-cache@^0.2.1: | ... | @@ -5042,6 +6026,26 @@ fragment-cache@^0.2.1: |
5042 | dependencies: | 6026 | dependencies: |
5043 | map-cache "^0.2.2" | 6027 | map-cache "^0.2.2" |
5044 | 6028 | ||
6029 | +framer-motion@4: | ||
6030 | + version "4.1.17" | ||
6031 | + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-4.1.17.tgz#4029469252a62ea599902e5a92b537120cc89721" | ||
6032 | + integrity sha512-thx1wvKzblzbs0XaK2X0G1JuwIdARcoNOW7VVwjO8BUltzXPyONGAElLu6CiCScsOQRI7FIk/45YTFtJw5Yozw== | ||
6033 | + dependencies: | ||
6034 | + framesync "5.3.0" | ||
6035 | + hey-listen "^1.0.8" | ||
6036 | + popmotion "9.3.6" | ||
6037 | + style-value-types "4.1.4" | ||
6038 | + tslib "^2.1.0" | ||
6039 | + optionalDependencies: | ||
6040 | + "@emotion/is-prop-valid" "^0.8.2" | ||
6041 | + | ||
6042 | +framesync@5.3.0: | ||
6043 | + version "5.3.0" | ||
6044 | + resolved "https://registry.yarnpkg.com/framesync/-/framesync-5.3.0.tgz#0ecfc955e8f5a6ddc8fdb0cc024070947e1a0d9b" | ||
6045 | + integrity sha512-oc5m68HDO/tuK2blj7ZcdEBRx3p1PjrgHazL8GYEpvULhrtGIFbQArN6cQS2QhW8mitffaB+VYzMjDqBxxQeoA== | ||
6046 | + dependencies: | ||
6047 | + tslib "^2.1.0" | ||
6048 | + | ||
5045 | fresh@0.5.2: | 6049 | fresh@0.5.2: |
5046 | version "0.5.2" | 6050 | version "0.5.2" |
5047 | resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" | 6051 | resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" |
... | @@ -5147,6 +6151,11 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: | ... | @@ -5147,6 +6151,11 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: |
5147 | has "^1.0.3" | 6151 | has "^1.0.3" |
5148 | has-symbols "^1.0.1" | 6152 | has-symbols "^1.0.1" |
5149 | 6153 | ||
6154 | +get-nonce@^1.0.0: | ||
6155 | + version "1.0.1" | ||
6156 | + resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3" | ||
6157 | + integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== | ||
6158 | + | ||
5150 | get-own-enumerable-property-symbols@^3.0.0: | 6159 | get-own-enumerable-property-symbols@^3.0.0: |
5151 | version "3.0.2" | 6160 | version "3.0.2" |
5152 | resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" | 6161 | resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" |
... | @@ -5394,6 +6403,23 @@ hex-color-regex@^1.1.0: | ... | @@ -5394,6 +6403,23 @@ hex-color-regex@^1.1.0: |
5394 | resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" | 6403 | resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" |
5395 | integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== | 6404 | integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== |
5396 | 6405 | ||
6406 | +hey-listen@^1.0.8: | ||
6407 | + version "1.0.8" | ||
6408 | + resolved "https://registry.yarnpkg.com/hey-listen/-/hey-listen-1.0.8.tgz#8e59561ff724908de1aa924ed6ecc84a56a9aa68" | ||
6409 | + integrity sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q== | ||
6410 | + | ||
6411 | +history@^4.9.0: | ||
6412 | + version "4.10.1" | ||
6413 | + resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" | ||
6414 | + integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== | ||
6415 | + dependencies: | ||
6416 | + "@babel/runtime" "^7.1.2" | ||
6417 | + loose-envify "^1.2.0" | ||
6418 | + resolve-pathname "^3.0.0" | ||
6419 | + tiny-invariant "^1.0.2" | ||
6420 | + tiny-warning "^1.0.0" | ||
6421 | + value-equal "^1.0.1" | ||
6422 | + | ||
5397 | hmac-drbg@^1.0.1: | 6423 | hmac-drbg@^1.0.1: |
5398 | version "1.0.1" | 6424 | version "1.0.1" |
5399 | resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" | 6425 | resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" |
... | @@ -5403,6 +6429,13 @@ hmac-drbg@^1.0.1: | ... | @@ -5403,6 +6429,13 @@ hmac-drbg@^1.0.1: |
5403 | minimalistic-assert "^1.0.0" | 6429 | minimalistic-assert "^1.0.0" |
5404 | minimalistic-crypto-utils "^1.0.1" | 6430 | minimalistic-crypto-utils "^1.0.1" |
5405 | 6431 | ||
6432 | +hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.1: | ||
6433 | + version "3.3.2" | ||
6434 | + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" | ||
6435 | + integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== | ||
6436 | + dependencies: | ||
6437 | + react-is "^16.7.0" | ||
6438 | + | ||
5406 | hoopy@^0.1.4: | 6439 | hoopy@^0.1.4: |
5407 | version "0.1.4" | 6440 | version "0.1.4" |
5408 | resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" | 6441 | resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" |
... | @@ -5732,6 +6765,13 @@ internal-slot@^1.0.3: | ... | @@ -5732,6 +6765,13 @@ internal-slot@^1.0.3: |
5732 | has "^1.0.3" | 6765 | has "^1.0.3" |
5733 | side-channel "^1.0.4" | 6766 | side-channel "^1.0.4" |
5734 | 6767 | ||
6768 | +invariant@^2.2.4: | ||
6769 | + version "2.2.4" | ||
6770 | + resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" | ||
6771 | + integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== | ||
6772 | + dependencies: | ||
6773 | + loose-envify "^1.0.0" | ||
6774 | + | ||
5735 | ip-regex@^2.1.0: | 6775 | ip-regex@^2.1.0: |
5736 | version "2.1.0" | 6776 | version "2.1.0" |
5737 | resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" | 6777 | resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" |
... | @@ -6073,6 +7113,11 @@ is-wsl@^2.1.1, is-wsl@^2.2.0: | ... | @@ -6073,6 +7113,11 @@ is-wsl@^2.1.1, is-wsl@^2.2.0: |
6073 | dependencies: | 7113 | dependencies: |
6074 | is-docker "^2.0.0" | 7114 | is-docker "^2.0.0" |
6075 | 7115 | ||
7116 | +isarray@0.0.1: | ||
7117 | + version "0.0.1" | ||
7118 | + resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" | ||
7119 | + integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= | ||
7120 | + | ||
6076 | isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: | 7121 | isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: |
6077 | version "1.0.0" | 7122 | version "1.0.0" |
6078 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" | 7123 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" |
... | @@ -6884,6 +7929,11 @@ lodash.memoize@^4.1.2: | ... | @@ -6884,6 +7929,11 @@ lodash.memoize@^4.1.2: |
6884 | resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" | 7929 | resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" |
6885 | integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= | 7930 | integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= |
6886 | 7931 | ||
7932 | +lodash.mergewith@4.6.2: | ||
7933 | + version "4.6.2" | ||
7934 | + resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" | ||
7935 | + integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== | ||
7936 | + | ||
6887 | lodash.sortby@^4.7.0: | 7937 | lodash.sortby@^4.7.0: |
6888 | version "4.7.0" | 7938 | version "4.7.0" |
6889 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | 7939 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" |
... | @@ -6919,7 +7969,7 @@ loglevel@^1.6.8: | ... | @@ -6919,7 +7969,7 @@ loglevel@^1.6.8: |
6919 | resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" | 7969 | resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" |
6920 | integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== | 7970 | integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== |
6921 | 7971 | ||
6922 | -loose-envify@^1.1.0, loose-envify@^1.4.0: | 7972 | +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0: |
6923 | version "1.4.0" | 7973 | version "1.4.0" |
6924 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" | 7974 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" |
6925 | integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== | 7975 | integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== |
... | @@ -7125,6 +8175,14 @@ min-indent@^1.0.0: | ... | @@ -7125,6 +8175,14 @@ min-indent@^1.0.0: |
7125 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" | 8175 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" |
7126 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== | 8176 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== |
7127 | 8177 | ||
8178 | +mini-create-react-context@^0.4.0: | ||
8179 | + version "0.4.1" | ||
8180 | + resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e" | ||
8181 | + integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ== | ||
8182 | + dependencies: | ||
8183 | + "@babel/runtime" "^7.12.1" | ||
8184 | + tiny-warning "^1.0.3" | ||
8185 | + | ||
7128 | mini-css-extract-plugin@0.11.3: | 8186 | mini-css-extract-plugin@0.11.3: |
7129 | version "0.11.3" | 8187 | version "0.11.3" |
7130 | resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6" | 8188 | resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6" |
... | @@ -7884,6 +8942,13 @@ path-to-regexp@0.1.7: | ... | @@ -7884,6 +8942,13 @@ path-to-regexp@0.1.7: |
7884 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" | 8942 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" |
7885 | integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= | 8943 | integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= |
7886 | 8944 | ||
8945 | +path-to-regexp@^1.7.0: | ||
8946 | + version "1.8.0" | ||
8947 | + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" | ||
8948 | + integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== | ||
8949 | + dependencies: | ||
8950 | + isarray "0.0.1" | ||
8951 | + | ||
7887 | path-type@^2.0.0: | 8952 | path-type@^2.0.0: |
7888 | version "2.0.0" | 8953 | version "2.0.0" |
7889 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" | 8954 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" |
... | @@ -7981,6 +9046,21 @@ pnp-webpack-plugin@1.6.4: | ... | @@ -7981,6 +9046,21 @@ pnp-webpack-plugin@1.6.4: |
7981 | dependencies: | 9046 | dependencies: |
7982 | ts-pnp "^1.1.6" | 9047 | ts-pnp "^1.1.6" |
7983 | 9048 | ||
9049 | +popmotion@9.3.6: | ||
9050 | + version "9.3.6" | ||
9051 | + resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-9.3.6.tgz#b5236fa28f242aff3871b9e23721f093133248d1" | ||
9052 | + integrity sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw== | ||
9053 | + dependencies: | ||
9054 | + framesync "5.3.0" | ||
9055 | + hey-listen "^1.0.8" | ||
9056 | + style-value-types "4.1.4" | ||
9057 | + tslib "^2.1.0" | ||
9058 | + | ||
9059 | +popper.js@^1.15.0: | ||
9060 | + version "1.16.1" | ||
9061 | + resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b" | ||
9062 | + integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== | ||
9063 | + | ||
7984 | portfinder@^1.0.26: | 9064 | portfinder@^1.0.26: |
7985 | version "1.0.28" | 9065 | version "1.0.28" |
7986 | resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" | 9066 | resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" |
... | @@ -8739,7 +9819,7 @@ prompts@2.4.0, prompts@^2.0.1: | ... | @@ -8739,7 +9819,7 @@ prompts@2.4.0, prompts@^2.0.1: |
8739 | kleur "^3.0.3" | 9819 | kleur "^3.0.3" |
8740 | sisteransi "^1.0.5" | 9820 | sisteransi "^1.0.5" |
8741 | 9821 | ||
8742 | -prop-types@^15.7.2: | 9822 | +prop-types@^15.5.8, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: |
8743 | version "15.7.2" | 9823 | version "15.7.2" |
8744 | resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" | 9824 | resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" |
8745 | integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== | 9825 | integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== |
... | @@ -8903,6 +9983,14 @@ raw-body@2.4.0: | ... | @@ -8903,6 +9983,14 @@ raw-body@2.4.0: |
8903 | iconv-lite "0.4.24" | 9983 | iconv-lite "0.4.24" |
8904 | unpipe "1.0.0" | 9984 | unpipe "1.0.0" |
8905 | 9985 | ||
9986 | +react-animate-height@2.0.21: | ||
9987 | + version "2.0.21" | ||
9988 | + resolved "https://registry.yarnpkg.com/react-animate-height/-/react-animate-height-2.0.21.tgz#da9223eb0e74457d52f72da477c8626550df2ce6" | ||
9989 | + integrity sha512-CZHdjMD8qqp10tYtWmauWYASXxxv9vYeljxFGFtbcrbNXhsUv0w3IjxVK+0yCnyfk7769WfMZKHra4vRcbMnQg== | ||
9990 | + dependencies: | ||
9991 | + classnames "^2.2.5" | ||
9992 | + prop-types "^15.6.1" | ||
9993 | + | ||
8906 | react-app-polyfill@^2.0.0: | 9994 | react-app-polyfill@^2.0.0: |
8907 | version "2.0.0" | 9995 | version "2.0.0" |
8908 | resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz#a0bea50f078b8a082970a9d853dc34b6dcc6a3cf" | 9996 | resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz#a0bea50f078b8a082970a9d853dc34b6dcc6a3cf" |
... | @@ -8915,6 +10003,13 @@ react-app-polyfill@^2.0.0: | ... | @@ -8915,6 +10003,13 @@ react-app-polyfill@^2.0.0: |
8915 | regenerator-runtime "^0.13.7" | 10003 | regenerator-runtime "^0.13.7" |
8916 | whatwg-fetch "^3.4.1" | 10004 | whatwg-fetch "^3.4.1" |
8917 | 10005 | ||
10006 | +react-clientside-effect@^1.2.2: | ||
10007 | + version "1.2.5" | ||
10008 | + resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.5.tgz#e2c4dc3c9ee109f642fac4f5b6e9bf5bcd2219a3" | ||
10009 | + integrity sha512-2bL8qFW1TGBHozGGbVeyvnggRpMjibeZM2536AKNENLECutp2yfs44IL8Hmpn8qjFQ2K7A9PnYf3vc7aQq/cPA== | ||
10010 | + dependencies: | ||
10011 | + "@babel/runtime" "^7.12.13" | ||
10012 | + | ||
8918 | react-dev-utils@^11.0.3: | 10013 | react-dev-utils@^11.0.3: |
8919 | version "11.0.4" | 10014 | version "11.0.4" |
8920 | resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a" | 10015 | resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a" |
... | @@ -8959,7 +10054,36 @@ react-error-overlay@^6.0.9: | ... | @@ -8959,7 +10054,36 @@ react-error-overlay@^6.0.9: |
8959 | resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" | 10054 | resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" |
8960 | integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== | 10055 | integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== |
8961 | 10056 | ||
8962 | -react-is@^16.8.1: | 10057 | +react-fast-compare@3.2.0: |
10058 | + version "3.2.0" | ||
10059 | + resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" | ||
10060 | + integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== | ||
10061 | + | ||
10062 | +react-focus-lock@2.5.0: | ||
10063 | + version "2.5.0" | ||
10064 | + resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.5.0.tgz#12e3a3940e897c26e2c2a0408cd25ea3c99b3709" | ||
10065 | + integrity sha512-XLxj6uTXgz0US8TmqNU2jMfnXwZG0mH2r/afQqvPEaX6nyEll5LHVcEXk2XDUQ34RVeLPkO/xK5x6c/qiuSq/A== | ||
10066 | + dependencies: | ||
10067 | + "@babel/runtime" "^7.0.0" | ||
10068 | + focus-lock "^0.8.1" | ||
10069 | + prop-types "^15.6.2" | ||
10070 | + react-clientside-effect "^1.2.2" | ||
10071 | + use-callback-ref "^1.2.1" | ||
10072 | + use-sidecar "^1.0.1" | ||
10073 | + | ||
10074 | +react-focus-lock@^2.2.1: | ||
10075 | + version "2.5.1" | ||
10076 | + resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.5.1.tgz#e2060c5d7b02c62d79c4f103d0fc5a1288bc8f75" | ||
10077 | + integrity sha512-gOToRZKVEymGEjFaTRUKgJsdYQrNosoiK7yZnXnnd8bYew4vMzk3Rxb0Q4nyrGwsFuUmgQiSAulQirA0J+v4hA== | ||
10078 | + dependencies: | ||
10079 | + "@babel/runtime" "^7.0.0" | ||
10080 | + focus-lock "^0.9.1" | ||
10081 | + prop-types "^15.6.2" | ||
10082 | + react-clientside-effect "^1.2.2" | ||
10083 | + use-callback-ref "^1.2.1" | ||
10084 | + use-sidecar "^1.0.1" | ||
10085 | + | ||
10086 | +react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: | ||
8963 | version "16.13.1" | 10087 | version "16.13.1" |
8964 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" | 10088 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" |
8965 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== | 10089 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== |
... | @@ -8974,6 +10098,54 @@ react-refresh@^0.8.3: | ... | @@ -8974,6 +10098,54 @@ react-refresh@^0.8.3: |
8974 | resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" | 10098 | resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" |
8975 | integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== | 10099 | integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== |
8976 | 10100 | ||
10101 | +react-remove-scroll-bar@^2.1.0: | ||
10102 | + version "2.2.0" | ||
10103 | + resolved "https://registry.yarnpkg.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.2.0.tgz#d4d545a7df024f75d67e151499a6ab5ac97c8cdd" | ||
10104 | + integrity sha512-UU9ZBP1wdMR8qoUs7owiVcpaPwsQxUDC2lypP6mmixaGlARZa7ZIBx1jcuObLdhMOvCsnZcvetOho0wzPa9PYg== | ||
10105 | + dependencies: | ||
10106 | + react-style-singleton "^2.1.0" | ||
10107 | + tslib "^1.0.0" | ||
10108 | + | ||
10109 | +react-remove-scroll@2.4.1: | ||
10110 | + version "2.4.1" | ||
10111 | + resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.4.1.tgz#e0af6126621083a5064591d367291a81b2d107f5" | ||
10112 | + integrity sha512-K7XZySEzOHMTq7dDwcHsZA6Y7/1uX5RsWhRXVYv8rdh+y9Qz2nMwl9RX/Mwnj/j7JstCGmxyfyC0zbVGXYh3mA== | ||
10113 | + dependencies: | ||
10114 | + react-remove-scroll-bar "^2.1.0" | ||
10115 | + react-style-singleton "^2.1.0" | ||
10116 | + tslib "^1.0.0" | ||
10117 | + use-callback-ref "^1.2.3" | ||
10118 | + use-sidecar "^1.0.1" | ||
10119 | + | ||
10120 | +react-router-dom@^5.2.0: | ||
10121 | + version "5.2.0" | ||
10122 | + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662" | ||
10123 | + integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA== | ||
10124 | + dependencies: | ||
10125 | + "@babel/runtime" "^7.1.2" | ||
10126 | + history "^4.9.0" | ||
10127 | + loose-envify "^1.3.1" | ||
10128 | + prop-types "^15.6.2" | ||
10129 | + react-router "5.2.0" | ||
10130 | + tiny-invariant "^1.0.2" | ||
10131 | + tiny-warning "^1.0.0" | ||
10132 | + | ||
10133 | +react-router@5.2.0: | ||
10134 | + version "5.2.0" | ||
10135 | + resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293" | ||
10136 | + integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw== | ||
10137 | + dependencies: | ||
10138 | + "@babel/runtime" "^7.1.2" | ||
10139 | + history "^4.9.0" | ||
10140 | + hoist-non-react-statics "^3.1.0" | ||
10141 | + loose-envify "^1.3.1" | ||
10142 | + mini-create-react-context "^0.4.0" | ||
10143 | + path-to-regexp "^1.7.0" | ||
10144 | + prop-types "^15.6.2" | ||
10145 | + react-is "^16.6.0" | ||
10146 | + tiny-invariant "^1.0.2" | ||
10147 | + tiny-warning "^1.0.0" | ||
10148 | + | ||
8977 | react-scripts@4.0.3: | 10149 | react-scripts@4.0.3: |
8978 | version "4.0.3" | 10150 | version "4.0.3" |
8979 | resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345" | 10151 | resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345" |
... | @@ -9040,6 +10212,23 @@ react-scripts@4.0.3: | ... | @@ -9040,6 +10212,23 @@ react-scripts@4.0.3: |
9040 | optionalDependencies: | 10212 | optionalDependencies: |
9041 | fsevents "^2.1.3" | 10213 | fsevents "^2.1.3" |
9042 | 10214 | ||
10215 | +react-spring@^8.0.27: | ||
10216 | + version "8.0.27" | ||
10217 | + resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-8.0.27.tgz#97d4dee677f41e0b2adcb696f3839680a3aa356a" | ||
10218 | + integrity sha512-nDpWBe3ZVezukNRandTeLSPcwwTMjNVu1IDq9qA/AMiUqHuRN4BeSWvKr3eIxxg1vtiYiOLy4FqdfCP5IoP77g== | ||
10219 | + dependencies: | ||
10220 | + "@babel/runtime" "^7.3.1" | ||
10221 | + prop-types "^15.5.8" | ||
10222 | + | ||
10223 | +react-style-singleton@^2.1.0: | ||
10224 | + version "2.1.1" | ||
10225 | + resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.1.1.tgz#ce7f90b67618be2b6b94902a30aaea152ce52e66" | ||
10226 | + integrity sha512-jNRp07Jza6CBqdRKNgGhT3u9umWvils1xsuMOjZlghBDH2MU0PL2WZor4PGYjXpnRCa9DQSlHMs/xnABWOwYbA== | ||
10227 | + dependencies: | ||
10228 | + get-nonce "^1.0.0" | ||
10229 | + invariant "^2.2.4" | ||
10230 | + tslib "^1.0.0" | ||
10231 | + | ||
9043 | react@^17.0.2: | 10232 | react@^17.0.2: |
9044 | version "17.0.2" | 10233 | version "17.0.2" |
9045 | resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" | 10234 | resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" |
... | @@ -9338,6 +10527,11 @@ resolve-from@^5.0.0: | ... | @@ -9338,6 +10527,11 @@ resolve-from@^5.0.0: |
9338 | resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" | 10527 | resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" |
9339 | integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== | 10528 | integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== |
9340 | 10529 | ||
10530 | +resolve-pathname@^3.0.0: | ||
10531 | + version "3.0.0" | ||
10532 | + resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd" | ||
10533 | + integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== | ||
10534 | + | ||
9341 | resolve-url-loader@^3.1.2: | 10535 | resolve-url-loader@^3.1.2: |
9342 | version "3.1.2" | 10536 | version "3.1.2" |
9343 | resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08" | 10537 | resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08" |
... | @@ -9896,7 +11090,7 @@ source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, sourc | ... | @@ -9896,7 +11090,7 @@ source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, sourc |
9896 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" | 11090 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" |
9897 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== | 11091 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== |
9898 | 11092 | ||
9899 | -source-map@^0.5.0, source-map@^0.5.6: | 11093 | +source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7: |
9900 | version "0.5.7" | 11094 | version "0.5.7" |
9901 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | 11095 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" |
9902 | integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= | 11096 | integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= |
... | @@ -10225,6 +11419,33 @@ style-loader@1.3.0: | ... | @@ -10225,6 +11419,33 @@ style-loader@1.3.0: |
10225 | loader-utils "^2.0.0" | 11419 | loader-utils "^2.0.0" |
10226 | schema-utils "^2.7.0" | 11420 | schema-utils "^2.7.0" |
10227 | 11421 | ||
11422 | +style-value-types@4.1.4: | ||
11423 | + version "4.1.4" | ||
11424 | + resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-4.1.4.tgz#80f37cb4fb024d6394087403dfb275e8bb627e75" | ||
11425 | + integrity sha512-LCJL6tB+vPSUoxgUBt9juXIlNJHtBMy8jkXzUJSBzeHWdBu6lhzHqCvLVkXFGsFIlNa2ln1sQHya/gzaFmB2Lg== | ||
11426 | + dependencies: | ||
11427 | + hey-listen "^1.0.8" | ||
11428 | + tslib "^2.1.0" | ||
11429 | + | ||
11430 | +styled-system@5.1.5, styled-system@^5.1.5: | ||
11431 | + version "5.1.5" | ||
11432 | + resolved "https://registry.yarnpkg.com/styled-system/-/styled-system-5.1.5.tgz#e362d73e1dbb5641a2fd749a6eba1263dc85075e" | ||
11433 | + integrity sha512-7VoD0o2R3RKzOzPK0jYrVnS8iJdfkKsQJNiLRDjikOpQVqQHns/DXWaPZOH4tIKkhAT7I6wIsy9FWTWh2X3q+A== | ||
11434 | + dependencies: | ||
11435 | + "@styled-system/background" "^5.1.2" | ||
11436 | + "@styled-system/border" "^5.1.5" | ||
11437 | + "@styled-system/color" "^5.1.2" | ||
11438 | + "@styled-system/core" "^5.1.2" | ||
11439 | + "@styled-system/flexbox" "^5.1.2" | ||
11440 | + "@styled-system/grid" "^5.1.2" | ||
11441 | + "@styled-system/layout" "^5.1.2" | ||
11442 | + "@styled-system/position" "^5.1.2" | ||
11443 | + "@styled-system/shadow" "^5.1.2" | ||
11444 | + "@styled-system/space" "^5.1.2" | ||
11445 | + "@styled-system/typography" "^5.1.2" | ||
11446 | + "@styled-system/variant" "^5.1.5" | ||
11447 | + object-assign "^4.1.1" | ||
11448 | + | ||
10228 | stylehacks@^4.0.0: | 11449 | stylehacks@^4.0.0: |
10229 | version "4.0.3" | 11450 | version "4.0.3" |
10230 | resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" | 11451 | resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" |
... | @@ -10234,6 +11455,11 @@ stylehacks@^4.0.0: | ... | @@ -10234,6 +11455,11 @@ stylehacks@^4.0.0: |
10234 | postcss "^7.0.0" | 11455 | postcss "^7.0.0" |
10235 | postcss-selector-parser "^3.0.0" | 11456 | postcss-selector-parser "^3.0.0" |
10236 | 11457 | ||
11458 | +stylis@^4.0.3: | ||
11459 | + version "4.0.10" | ||
11460 | + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240" | ||
11461 | + integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg== | ||
11462 | + | ||
10237 | supports-color@^5.3.0: | 11463 | supports-color@^5.3.0: |
10238 | version "5.5.0" | 11464 | version "5.5.0" |
10239 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" | 11465 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" |
... | @@ -10433,6 +11659,21 @@ timsort@^0.3.0: | ... | @@ -10433,6 +11659,21 @@ timsort@^0.3.0: |
10433 | resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" | 11659 | resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" |
10434 | integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= | 11660 | integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= |
10435 | 11661 | ||
11662 | +tiny-invariant@^1.0.2, tiny-invariant@^1.0.6: | ||
11663 | + version "1.1.0" | ||
11664 | + resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875" | ||
11665 | + integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== | ||
11666 | + | ||
11667 | +tiny-warning@^1.0.0, tiny-warning@^1.0.3: | ||
11668 | + version "1.0.3" | ||
11669 | + resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" | ||
11670 | + integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== | ||
11671 | + | ||
11672 | +tinycolor2@1.4.2: | ||
11673 | + version "1.4.2" | ||
11674 | + resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" | ||
11675 | + integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== | ||
11676 | + | ||
10436 | tmpl@1.0.x: | 11677 | tmpl@1.0.x: |
10437 | version "1.0.4" | 11678 | version "1.0.4" |
10438 | resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" | 11679 | resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" |
... | @@ -10480,6 +11721,20 @@ to-regex@^3.0.1, to-regex@^3.0.2: | ... | @@ -10480,6 +11721,20 @@ to-regex@^3.0.1, to-regex@^3.0.2: |
10480 | regex-not "^1.0.2" | 11721 | regex-not "^1.0.2" |
10481 | safe-regex "^1.1.0" | 11722 | safe-regex "^1.1.0" |
10482 | 11723 | ||
11724 | +toasted-notes@3.2.0: | ||
11725 | + version "3.2.0" | ||
11726 | + resolved "https://registry.yarnpkg.com/toasted-notes/-/toasted-notes-3.2.0.tgz#dc9bdc9d0083ba2af8bf26b2f71619d014acc089" | ||
11727 | + integrity sha512-PucSn+SUdFSYNaaL1eNw7wYkEMJ7LULCR6j1YXPlRySHgWVgf+bXjq4dYd3hdA4mvmGz9HANmI1RnzhZ8av52Q== | ||
11728 | + dependencies: | ||
11729 | + "@reach/alert" "^0.1.2" | ||
11730 | + "@types/react" "^16.8.10" | ||
11731 | + "@types/react-dom" "^16.8.3" | ||
11732 | + | ||
11733 | +toggle-selection@^1.0.6: | ||
11734 | + version "1.0.6" | ||
11735 | + resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32" | ||
11736 | + integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI= | ||
11737 | + | ||
10483 | toidentifier@1.0.0: | 11738 | toidentifier@1.0.0: |
10484 | version "1.0.0" | 11739 | version "1.0.0" |
10485 | resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" | 11740 | resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" |
... | @@ -10529,11 +11784,16 @@ tsconfig-paths@^3.9.0: | ... | @@ -10529,11 +11784,16 @@ tsconfig-paths@^3.9.0: |
10529 | minimist "^1.2.0" | 11784 | minimist "^1.2.0" |
10530 | strip-bom "^3.0.0" | 11785 | strip-bom "^3.0.0" |
10531 | 11786 | ||
10532 | -tslib@^1.8.1, tslib@^1.9.0: | 11787 | +tslib@^1.0.0, tslib@^1.11.2, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: |
10533 | version "1.14.1" | 11788 | version "1.14.1" |
10534 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" | 11789 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" |
10535 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== | 11790 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== |
10536 | 11791 | ||
11792 | +tslib@^2.0.0, tslib@^2.1.0: | ||
11793 | + version "2.2.0" | ||
11794 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" | ||
11795 | + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== | ||
11796 | + | ||
10537 | tslib@^2.0.3: | 11797 | tslib@^2.0.3: |
10538 | version "2.1.0" | 11798 | version "2.1.0" |
10539 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" | 11799 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" |
... | @@ -10766,6 +12026,34 @@ url@^0.11.0: | ... | @@ -10766,6 +12026,34 @@ url@^0.11.0: |
10766 | punycode "1.3.2" | 12026 | punycode "1.3.2" |
10767 | querystring "0.2.0" | 12027 | querystring "0.2.0" |
10768 | 12028 | ||
12029 | +use-callback-ref@^1.2.1, use-callback-ref@^1.2.3: | ||
12030 | + version "1.2.5" | ||
12031 | + resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.5.tgz#6115ed242cfbaed5915499c0a9842ca2912f38a5" | ||
12032 | + integrity sha512-gN3vgMISAgacF7sqsLPByqoePooY3n2emTH59Ur5d/M8eg4WTWu1xp8i8DHjohftIyEx0S08RiYxbffr4j8Peg== | ||
12033 | + | ||
12034 | +use-dark-mode@2.3.1: | ||
12035 | + version "2.3.1" | ||
12036 | + resolved "https://registry.yarnpkg.com/use-dark-mode/-/use-dark-mode-2.3.1.tgz#d506349c7b7e09e9977cb8a6ab4470896aa3779a" | ||
12037 | + integrity sha512-hmcdJR96tTustRQdaQwe6jMrZHnmPqXBxgy4jaQ4gsfhwajsCpjECuq9prgDe9XxMx/f9r96o2/md6O4Lwhwjg== | ||
12038 | + dependencies: | ||
12039 | + "@use-it/event-listener" "^0.1.2" | ||
12040 | + use-persisted-state "^0.3.0" | ||
12041 | + | ||
12042 | +use-persisted-state@^0.3.0: | ||
12043 | + version "0.3.3" | ||
12044 | + resolved "https://registry.yarnpkg.com/use-persisted-state/-/use-persisted-state-0.3.3.tgz#5e0f2236967cec7c34de33abc07ae6818e7c7451" | ||
12045 | + integrity sha512-pCNlvYC8+XjRxwnIut4teGC9f2p9aD88R8OGseQGZa2dvqG/h1vEGk1vRE1IZG0Vf161UDpn+NlW4+UGubQflQ== | ||
12046 | + dependencies: | ||
12047 | + "@use-it/event-listener" "^0.1.2" | ||
12048 | + | ||
12049 | +use-sidecar@^1.0.1: | ||
12050 | + version "1.0.5" | ||
12051 | + resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.0.5.tgz#ffff2a17c1df42e348624b699ba6e5c220527f2b" | ||
12052 | + integrity sha512-k9jnrjYNwN6xYLj1iaGhonDghfvmeTmYjAiGvOr7clwKfPjMXJf4/HOr7oT5tJwYafgp2tG2l3eZEOfoELiMcA== | ||
12053 | + dependencies: | ||
12054 | + detect-node-es "^1.1.0" | ||
12055 | + tslib "^1.9.3" | ||
12056 | + | ||
10769 | use@^3.1.0: | 12057 | use@^3.1.0: |
10770 | version "3.1.1" | 12058 | version "3.1.1" |
10771 | resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" | 12059 | resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" |
... | @@ -10850,6 +12138,11 @@ validate-npm-package-license@^3.0.1: | ... | @@ -10850,6 +12138,11 @@ validate-npm-package-license@^3.0.1: |
10850 | spdx-correct "^3.0.0" | 12138 | spdx-correct "^3.0.0" |
10851 | spdx-expression-parse "^3.0.0" | 12139 | spdx-expression-parse "^3.0.0" |
10852 | 12140 | ||
12141 | +value-equal@^1.0.1: | ||
12142 | + version "1.0.1" | ||
12143 | + resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c" | ||
12144 | + integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== | ||
12145 | + | ||
10853 | vary@~1.1.2: | 12146 | vary@~1.1.2: |
10854 | version "1.1.2" | 12147 | version "1.1.2" |
10855 | resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" | 12148 | resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" |
... | @@ -10895,6 +12188,13 @@ walker@^1.0.7, walker@~1.0.5: | ... | @@ -10895,6 +12188,13 @@ walker@^1.0.7, walker@~1.0.5: |
10895 | dependencies: | 12188 | dependencies: |
10896 | makeerror "1.0.x" | 12189 | makeerror "1.0.x" |
10897 | 12190 | ||
12191 | +warning@^4.0.3: | ||
12192 | + version "4.0.3" | ||
12193 | + resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" | ||
12194 | + integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== | ||
12195 | + dependencies: | ||
12196 | + loose-envify "^1.0.0" | ||
12197 | + | ||
10898 | watchpack-chokidar2@^2.0.1: | 12198 | watchpack-chokidar2@^2.0.1: |
10899 | version "2.0.1" | 12199 | version "2.0.1" |
10900 | resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" | 12200 | resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" | ... | ... |
-
Please register or login to post a comment