-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MUI dependency and created <Home> component
- Loading branch information
1 parent
b75a1d1
commit 0d2423a
Showing
4 changed files
with
221 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import React from 'react'; | ||
import {Grid, Typography, TextField, Button} from '@material-ui/core'; | ||
|
||
|
||
export const Home = ({onClickLogin}) => { | ||
return <Grid container direction="column" alignItems="center" style={{marginTop: "10vh"}}> | ||
<Grid item style={{marginBottom: "10vh"}}> | ||
<Typography variant="h3">Welcome to Bookie! | ||
<span role="img" aria-label="books">📚</span> | ||
</Typography> | ||
</Grid> | ||
<Grid item style={{marginBottom: "5vh"}}> | ||
<TextField label="username"/> | ||
</Grid> | ||
<Grid item style={{marginBottom: "7vh"}}> | ||
<TextField label="password" type="password"/> | ||
</Grid> | ||
<Grid item> | ||
<Button variant="contained" size="large" color="primary" onClick={onClickLogin}>LOGIN</Button> | ||
</Grid> | ||
</Grid> | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1004,7 +1004,7 @@ | |
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5": | ||
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c" | ||
integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== | ||
|
@@ -1095,6 +1095,11 @@ | |
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18" | ||
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg== | ||
|
||
"@emotion/hash@^0.8.0": | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" | ||
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== | ||
|
||
"@hapi/[email protected]": | ||
version "2.1.4" | ||
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" | ||
|
@@ -1285,6 +1290,70 @@ | |
"@types/yargs" "^15.0.0" | ||
chalk "^3.0.0" | ||
|
||
"@material-ui/core@^4.11.0": | ||
version "4.11.0" | ||
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.11.0.tgz#b69b26e4553c9e53f2bfaf1053e216a0af9be15a" | ||
integrity sha512-bYo9uIub8wGhZySHqLQ833zi4ZML+XCBE1XwJ8EuUVSpTWWG57Pm+YugQToJNFsEyiKFhPh8DPD0bgupz8n01g== | ||
dependencies: | ||
"@babel/runtime" "^7.4.4" | ||
"@material-ui/styles" "^4.10.0" | ||
"@material-ui/system" "^4.9.14" | ||
"@material-ui/types" "^5.1.0" | ||
"@material-ui/utils" "^4.10.2" | ||
"@types/react-transition-group" "^4.2.0" | ||
clsx "^1.0.4" | ||
hoist-non-react-statics "^3.3.2" | ||
popper.js "1.16.1-lts" | ||
prop-types "^15.7.2" | ||
react-is "^16.8.0" | ||
react-transition-group "^4.4.0" | ||
|
||
"@material-ui/styles@^4.10.0": | ||
version "4.10.0" | ||
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.10.0.tgz#2406dc23aa358217aa8cc772e6237bd7f0544071" | ||
integrity sha512-XPwiVTpd3rlnbfrgtEJ1eJJdFCXZkHxy8TrdieaTvwxNYj42VnnCyFzxYeNW9Lhj4V1oD8YtQ6S5Gie7bZDf7Q== | ||
dependencies: | ||
"@babel/runtime" "^7.4.4" | ||
"@emotion/hash" "^0.8.0" | ||
"@material-ui/types" "^5.1.0" | ||
"@material-ui/utils" "^4.9.6" | ||
clsx "^1.0.4" | ||
csstype "^2.5.2" | ||
hoist-non-react-statics "^3.3.2" | ||
jss "^10.0.3" | ||
jss-plugin-camel-case "^10.0.3" | ||
jss-plugin-default-unit "^10.0.3" | ||
jss-plugin-global "^10.0.3" | ||
jss-plugin-nested "^10.0.3" | ||
jss-plugin-props-sort "^10.0.3" | ||
jss-plugin-rule-value-function "^10.0.3" | ||
jss-plugin-vendor-prefixer "^10.0.3" | ||
prop-types "^15.7.2" | ||
|
||
"@material-ui/system@^4.9.14": | ||
version "4.9.14" | ||
resolved "https://registry.yarnpkg.com/@material-ui/system/-/system-4.9.14.tgz#4b00c48b569340cefb2036d0596b93ac6c587a5f" | ||
integrity sha512-oQbaqfSnNlEkXEziDcJDDIy8pbvwUmZXWNqlmIwDqr/ZdCK8FuV3f4nxikUh7hvClKV2gnQ9djh5CZFTHkZj3w== | ||
dependencies: | ||
"@babel/runtime" "^7.4.4" | ||
"@material-ui/utils" "^4.9.6" | ||
csstype "^2.5.2" | ||
prop-types "^15.7.2" | ||
|
||
"@material-ui/types@^5.1.0": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2" | ||
integrity sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A== | ||
|
||
"@material-ui/utils@^4.10.2", "@material-ui/utils@^4.9.6": | ||
version "4.10.2" | ||
resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-4.10.2.tgz#3fd5470ca61b7341f1e0468ac8f29a70bf6df321" | ||
integrity sha512-eg29v74P7W5r6a4tWWDAAfZldXIzfyO1am2fIsC39hdUUHm/33k6pGOKPbgDjg/U/4ifmgAePy/1OjkKN6rFRw== | ||
dependencies: | ||
"@babel/runtime" "^7.4.4" | ||
prop-types "^15.7.2" | ||
react-is "^16.8.0" | ||
|
||
"@mrmlnc/readdir-enhanced@^2.2.1": | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" | ||
|
@@ -1578,6 +1647,13 @@ | |
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react-transition-group@^4.2.0": | ||
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.0.tgz#882839db465df1320e4753e6e9f70ca7e9b4d46d" | ||
integrity sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w== | ||
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react@*": | ||
version "16.9.43" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b" | ||
|
@@ -2965,6 +3041,11 @@ clone-deep@^4.0.1: | |
kind-of "^6.0.2" | ||
shallow-clone "^3.0.0" | ||
|
||
clsx@^1.0.4: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188" | ||
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA== | ||
|
||
co@^4.6.0: | ||
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" | ||
|
@@ -3398,6 +3479,14 @@ [email protected]: | |
mdn-data "2.0.4" | ||
source-map "^0.6.1" | ||
|
||
css-vendor@^2.0.8: | ||
version "2.0.8" | ||
resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.8.tgz#e47f91d3bd3117d49180a3c935e62e3d9f7f449d" | ||
integrity sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ== | ||
dependencies: | ||
"@babel/runtime" "^7.8.3" | ||
is-in-browser "^1.0.2" | ||
|
||
[email protected]: | ||
version "2.1.3" | ||
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" | ||
|
@@ -3525,7 +3614,7 @@ cssstyle@^1.0.0, cssstyle@^1.1.1: | |
dependencies: | ||
cssom "0.3.x" | ||
|
||
csstype@^2.2.0: | ||
csstype@^2.2.0, csstype@^2.5.2, csstype@^2.6.5, csstype@^2.6.7: | ||
version "2.6.11" | ||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.11.tgz#452f4d024149ecf260a852b025e36562a253ffc5" | ||
integrity sha512-l8YyEC9NBkSm783PFTvh0FmJy7s5pFKrDp49ZL7zBGX3fWkO+N4EEyan1qqp8cwPLDcD0OSdyY6hAMoxp34JFw== | ||
|
@@ -3799,6 +3888,14 @@ dom-converter@^0.2: | |
dependencies: | ||
utila "~0.4" | ||
|
||
dom-helpers@^5.0.1: | ||
version "5.1.4" | ||
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.1.4.tgz#4609680ab5c79a45f2531441f1949b79d6587f4b" | ||
integrity sha512-TjMyeVUvNEnOnhzs6uAn9Ya47GmMo3qq7m+Lr/3ON0Rs5kHvb8I+SQYjLUSYn7qhEm0QjW0yrBkvz9yOrwwz1A== | ||
dependencies: | ||
"@babel/runtime" "^7.8.7" | ||
csstype "^2.6.7" | ||
|
||
dom-serializer@0: | ||
version "0.2.2" | ||
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" | ||
|
@@ -5099,7 +5196,7 @@ hmac-drbg@^1.0.0: | |
minimalistic-assert "^1.0.0" | ||
minimalistic-crypto-utils "^1.0.1" | ||
|
||
hoist-non-react-statics@^3.1.0: | ||
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.2: | ||
version "3.3.2" | ||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" | ||
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== | ||
|
@@ -5265,6 +5362,11 @@ https-browserify@^1.0.0: | |
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" | ||
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= | ||
|
||
hyphenate-style-name@^1.0.3: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz#691879af8e220aea5750e8827db4ef62a54e361d" | ||
integrity sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ== | ||
|
||
[email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4: | ||
version "0.4.24" | ||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" | ||
|
@@ -5668,6 +5770,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: | |
dependencies: | ||
is-extglob "^2.1.1" | ||
|
||
is-in-browser@^1.0.2, is-in-browser@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835" | ||
integrity sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU= | ||
|
||
is-number@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" | ||
|
@@ -6451,6 +6558,76 @@ jsprim@^1.2.2: | |
json-schema "0.2.3" | ||
verror "1.10.0" | ||
|
||
jss-plugin-camel-case@^10.0.3: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.3.0.tgz#ae4da53b39a6e3ea94b70a20fc41c11f0b87386a" | ||
integrity sha512-tadWRi/SLWqLK3EUZEdDNJL71F3ST93Zrl9JYMjV0QDqKPAl0Liue81q7m/nFUpnSTXczbKDy4wq8rI8o7WFqA== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
hyphenate-style-name "^1.0.3" | ||
jss "^10.3.0" | ||
|
||
jss-plugin-default-unit@^10.0.3: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.3.0.tgz#cd74cf5088542620a82591f76c62c6b43a7e50a6" | ||
integrity sha512-tT5KkIXAsZOSS9WDSe8m8lEHIjoEOj4Pr0WrG0WZZsMXZ1mVLFCSsD2jdWarQWDaRNyMj/I4d7czRRObhOxSuw== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "^10.3.0" | ||
|
||
jss-plugin-global@^10.0.3: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.3.0.tgz#6b883e74900bb71f65ac2b19bea78f7d1e85af3f" | ||
integrity sha512-etYTG/y3qIR/vxZnKY+J3wXwObyBDNhBiB3l/EW9/pE3WHE//BZdK8LFvQcrCO48sZW1Z6paHo6klxUPP7WbzA== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "^10.3.0" | ||
|
||
jss-plugin-nested@^10.0.3: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.3.0.tgz#ae8aceac95e09c3d40c991ea32403fb647d9e0a8" | ||
integrity sha512-qWiEkoXNEkkZ+FZrWmUGpf+zBsnEOmKXhkjNX85/ZfWhH9dfGxUCKuJFuOWFM+rjQfxV4csfesq4hY0jk8Qt0w== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "^10.3.0" | ||
tiny-warning "^1.0.2" | ||
|
||
jss-plugin-props-sort@^10.0.3: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.3.0.tgz#5b0625f87b6431a7969c56b0d8c696525969bfe4" | ||
integrity sha512-boetORqL/lfd7BWeFD3K+IyPqyIC+l3CRrdZr+NPq7Noqp+xyg/0MR7QisgzpxCEulk+j2CRcEUoZsvgPC4nTg== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "^10.3.0" | ||
|
||
jss-plugin-rule-value-function@^10.0.3: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.3.0.tgz#498b0e2bae16cb316a6bdb73fd783cf9604ba747" | ||
integrity sha512-7WiMrKIHH3rwxTuJki9+7nY11r1UXqaUZRhHvqTD4/ZE+SVhvtD5Tx21ivNxotwUSleucA/8boX+NF21oXzr5Q== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "^10.3.0" | ||
tiny-warning "^1.0.2" | ||
|
||
jss-plugin-vendor-prefixer@^10.0.3: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.3.0.tgz#b09c13a4d05a055429d8a24e19cc01ce049f0ed4" | ||
integrity sha512-sZQbrcZyP5V0ADjCLwUA1spVWoaZvM7XZ+2fSeieZFBj31cRsnV7X70FFDerMHeiHAXKWzYek+67nMDjhrZAVQ== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
css-vendor "^2.0.8" | ||
jss "^10.3.0" | ||
|
||
jss@^10.0.3, jss@^10.3.0: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/jss/-/jss-10.3.0.tgz#2cf7be265f72b59c1764d816fdabff1c5dd18326" | ||
integrity sha512-B5sTRW9B6uHaUVzSo9YiMEOEp3UX8lWevU0Fsv+xtRnsShmgCfIYX44bTH8bPJe6LQKqEXku3ulKuHLbxBS97Q== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
csstype "^2.6.5" | ||
is-in-browser "^1.1.3" | ||
tiny-warning "^1.0.2" | ||
|
||
jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3: | ||
version "2.2.3" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f" | ||
|
@@ -7959,6 +8136,11 @@ [email protected]: | |
dependencies: | ||
ts-pnp "^1.1.6" | ||
|
||
[email protected]: | ||
version "1.16.1-lts" | ||
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05" | ||
integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA== | ||
|
||
portfinder@^1.0.25: | ||
version "1.0.25" | ||
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca" | ||
|
@@ -8943,7 +9125,7 @@ react-error-overlay@^6.0.7: | |
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108" | ||
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA== | ||
|
||
react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4: | ||
react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.0, react-is@^16.8.1, react-is@^16.8.4: | ||
version "16.13.1" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" | ||
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== | ||
|
@@ -9037,6 +9219,16 @@ [email protected]: | |
optionalDependencies: | ||
fsevents "2.1.2" | ||
|
||
react-transition-group@^4.4.0: | ||
version "4.4.1" | ||
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9" | ||
integrity sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== | ||
dependencies: | ||
"@babel/runtime" "^7.5.5" | ||
dom-helpers "^5.0.1" | ||
loose-envify "^1.4.0" | ||
prop-types "^15.6.2" | ||
|
||
react@^16.13.1: | ||
version "16.13.1" | ||
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" | ||
|
@@ -10382,7 +10574,7 @@ tiny-invariant@^1.0.2: | |
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875" | ||
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== | ||
|
||
tiny-warning@^1.0.0, tiny-warning@^1.0.3: | ||
tiny-warning@^1.0.0, tiny-warning@^1.0.2, tiny-warning@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" | ||
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== | ||
|