Skip to content

Commit cadc1e0

Browse files
committed
Hello world
1 parent 2ed3c9e commit cadc1e0

File tree

4 files changed

+250
-6
lines changed

4 files changed

+250
-6
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@testing-library/user-event": "^7.1.2",
99
"react": "^16.13.1",
1010
"react-dom": "^16.13.1",
11+
"react-jss": "^10.1.1",
1112
"react-scripts": "3.4.1"
1213
},
1314
"scripts": {

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import Component from './components/Component'
2+
import Welcome from './components/Welcome'
33

4-
const App = () => <div className="App"><Component /></div>;
4+
const App = () => <div className="App"><Welcome /></div>;
55
export default App;

src/components/Welcome.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
import { createUseStyles } from "react-jss";
3+
4+
const useStyles = createUseStyles({
5+
h1: {
6+
fontSize: "30px",
7+
textAlign: "center",
8+
color: "#e95678"
9+
}
10+
});
11+
12+
const Welcome = () => {
13+
const classes = useStyles();
14+
15+
return <h1 className={classes.h1}>Hello World!</h1>;
16+
};
17+
export default Welcome;

yarn.lock

Lines changed: 230 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
dependencies:
906906
regenerator-runtime "^0.13.4"
907907

908-
"@babel/runtime@^7.5.1", "@babel/runtime@^7.7.4":
908+
"@babel/runtime@^7.3.1", "@babel/runtime@^7.5.1", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.3":
909909
version "7.9.2"
910910
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
911911
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
@@ -963,6 +963,18 @@
963963
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
964964
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
965965

966+
"@emotion/is-prop-valid@^0.7.3":
967+
version "0.7.3"
968+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.7.3.tgz#a6bf4fa5387cbba59d44e698a4680f481a8da6cc"
969+
integrity sha512-uxJqm/sqwXw3YPA5GXX365OBcJGFtxUVkB6WyezqFHlNe9jqUWH5ur2O2M8dGBz61kn1g3ZBlzUunFQXQIClhA==
970+
dependencies:
971+
"@emotion/memoize" "0.7.1"
972+
973+
"@emotion/memoize@0.7.1":
974+
version "0.7.1"
975+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.1.tgz#e93c13942592cf5ef01aa8297444dc192beee52f"
976+
integrity sha512-Qv4LTqO11jepd5Qmlp3M1YEjBumoTHcHFdgPTQ+sFlIL5myi/7xu/POwP7IRu6odBdmLXdtIs1D6TuW6kbwbbg==
977+
966978
"@hapi/address@2.x.x":
967979
version "2.1.4"
968980
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
@@ -3148,6 +3160,15 @@ css-has-pseudo@^0.10.0:
31483160
postcss "^7.0.6"
31493161
postcss-selector-parser "^5.0.0-rc.4"
31503162

3163+
css-jss@10.1.1:
3164+
version "10.1.1"
3165+
resolved "https://registry.yarnpkg.com/css-jss/-/css-jss-10.1.1.tgz#2863d6e0178cc439c12dc3a0a08edde56801de68"
3166+
integrity sha512-HrSD06y4dCfZ6nHtG/SucJBG8tbt+lbyBsUbxfqujyycxPLLd/B9mRKW97B8Ua8VWK8LR4i9ur0P8szZEjoqzQ==
3167+
dependencies:
3168+
"@babel/runtime" "^7.3.1"
3169+
jss "10.1.1"
3170+
jss-preset-default "10.1.1"
3171+
31513172
css-loader@3.4.2:
31523173
version "3.4.2"
31533174
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.4.2.tgz#d3fdb3358b43f233b78501c5ed7b1c6da6133202"
@@ -3206,6 +3227,14 @@ css-tree@1.0.0-alpha.37:
32063227
mdn-data "2.0.4"
32073228
source-map "^0.6.1"
32083229

3230+
css-vendor@^2.0.7:
3231+
version "2.0.8"
3232+
resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.8.tgz#e47f91d3bd3117d49180a3c935e62e3d9f7f449d"
3233+
integrity sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==
3234+
dependencies:
3235+
"@babel/runtime" "^7.8.3"
3236+
is-in-browser "^1.0.2"
3237+
32093238
css-what@2.1:
32103239
version "2.1.3"
32113240
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
@@ -3333,7 +3362,7 @@ cssstyle@^1.0.0, cssstyle@^1.1.1:
33333362
dependencies:
33343363
cssom "0.3.x"
33353364

3336-
csstype@^2.2.0:
3365+
csstype@^2.2.0, csstype@^2.6.5:
33373366
version "2.6.10"
33383367
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
33393368
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
@@ -4842,6 +4871,13 @@ hmac-drbg@^1.0.0:
48424871
minimalistic-assert "^1.0.0"
48434872
minimalistic-crypto-utils "^1.0.1"
48444873

4874+
hoist-non-react-statics@^3.2.0, hoist-non-react-statics@^3.3.0:
4875+
version "3.3.2"
4876+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
4877+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
4878+
dependencies:
4879+
react-is "^16.7.0"
4880+
48454881
hosted-git-info@^2.1.4:
48464882
version "2.8.8"
48474883
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
@@ -5001,6 +5037,11 @@ https-browserify@^1.0.0:
50015037
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
50025038
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
50035039

5040+
hyphenate-style-name@^1.0.3:
5041+
version "1.0.3"
5042+
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48"
5043+
integrity sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==
5044+
50045045
iconv-lite@0.4.24, iconv-lite@^0.4.24:
50055046
version "0.4.24"
50065047
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -5397,6 +5438,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
53975438
dependencies:
53985439
is-extglob "^2.1.1"
53995440

5441+
is-in-browser@^1.0.2, is-in-browser@^1.1.3:
5442+
version "1.1.3"
5443+
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835"
5444+
integrity sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=
5445+
54005446
is-number@^3.0.0:
54015447
version "3.0.0"
54025448
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -6150,6 +6196,139 @@ jsprim@^1.2.2:
61506196
json-schema "0.2.3"
61516197
verror "1.10.0"
61526198

6199+
jss-plugin-camel-case@10.1.1:
6200+
version "10.1.1"
6201+
resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.1.1.tgz#8e73ecc4f1d0f8dfe4dd31f6f9f2782588970e78"
6202+
integrity sha512-MDIaw8FeD5uFz1seQBKz4pnvDLnj5vIKV5hXSVdMaAVq13xR6SVTVWkIV/keyTs5txxTvzGJ9hXoxgd1WTUlBw==
6203+
dependencies:
6204+
"@babel/runtime" "^7.3.1"
6205+
hyphenate-style-name "^1.0.3"
6206+
jss "10.1.1"
6207+
6208+
jss-plugin-compose@10.1.1:
6209+
version "10.1.1"
6210+
resolved "https://registry.yarnpkg.com/jss-plugin-compose/-/jss-plugin-compose-10.1.1.tgz#86309068ba33297d5096ffc2482e2d69cd4bb950"
6211+
integrity sha512-0fD+YVGk0fVnsLiNf7CG4Lv7lYwmNyeE62Fbccx8k1mMdFoE7he0hpx37tudsfKW2ArCE+hf4fmJDXPW8l6LBw==
6212+
dependencies:
6213+
"@babel/runtime" "^7.3.1"
6214+
jss "10.1.1"
6215+
tiny-warning "^1.0.2"
6216+
6217+
jss-plugin-default-unit@10.1.1:
6218+
version "10.1.1"
6219+
resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.1.1.tgz#2df86016dfe73085eead843f5794e3890e9c5c47"
6220+
integrity sha512-UkeVCA/b3QEA4k0nIKS4uWXDCNmV73WLHdh2oDGZZc3GsQtlOCuiH3EkB/qI60v2MiCq356/SYWsDXt21yjwdg==
6221+
dependencies:
6222+
"@babel/runtime" "^7.3.1"
6223+
jss "10.1.1"
6224+
6225+
jss-plugin-expand@10.1.1:
6226+
version "10.1.1"
6227+
resolved "https://registry.yarnpkg.com/jss-plugin-expand/-/jss-plugin-expand-10.1.1.tgz#ed3f28b0bbe8105230d34af720fe645e4f37e5d0"
6228+
integrity sha512-ITO3RR4eTB3628B+gx8gLI7TKKE0TsFDBJ7BA648ZhXjHWQ5uxdC1bZld+++xnFL1l4kerj5tuWmZxS64C1Kcg==
6229+
dependencies:
6230+
"@babel/runtime" "^7.3.1"
6231+
jss "10.1.1"
6232+
6233+
jss-plugin-extend@10.1.1:
6234+
version "10.1.1"
6235+
resolved "https://registry.yarnpkg.com/jss-plugin-extend/-/jss-plugin-extend-10.1.1.tgz#254999b7313055a127a9743480d32fb185de0c24"
6236+
integrity sha512-dZl0hNsndP9GJM6yqA7lZmnx6KJHo/13Zeo5B3i2uaDNO9jd5Y3pp1XHURGfbFG3K29XsYBQPTgfBwQ7e7+nyA==
6237+
dependencies:
6238+
"@babel/runtime" "^7.3.1"
6239+
jss "10.1.1"
6240+
tiny-warning "^1.0.2"
6241+
6242+
jss-plugin-global@10.1.1:
6243+
version "10.1.1"
6244+
resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.1.1.tgz#36b0d6d9facb74dfd99590643708a89260747d14"
6245+
integrity sha512-VBG3wRyi3Z8S4kMhm8rZV6caYBegsk+QnQZSVmrWw6GVOT/Z4FA7eyMu5SdkorDlG/HVpHh91oFN56O4R9m2VA==
6246+
dependencies:
6247+
"@babel/runtime" "^7.3.1"
6248+
jss "10.1.1"
6249+
6250+
jss-plugin-nested@10.1.1:
6251+
version "10.1.1"
6252+
resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.1.1.tgz#5c3de2b8bda344de1ebcef3a4fd30870a29a8a8c"
6253+
integrity sha512-ozEu7ZBSVrMYxSDplPX3H82XHNQk2DQEJ9TEyo7OVTPJ1hEieqjDFiOQOxXEj9z3PMqkylnUbvWIZRDKCFYw5Q==
6254+
dependencies:
6255+
"@babel/runtime" "^7.3.1"
6256+
jss "10.1.1"
6257+
tiny-warning "^1.0.2"
6258+
6259+
jss-plugin-props-sort@10.1.1:
6260+
version "10.1.1"
6261+
resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.1.1.tgz#34bddcbfaf9430ec8ccdf92729f03bb10caf1785"
6262+
integrity sha512-g/joK3eTDZB4pkqpZB38257yD4LXB0X15jxtZAGbUzcKAVUHPl9Jb47Y7lYmiGsShiV4YmQRqG1p2DHMYoK91g==
6263+
dependencies:
6264+
"@babel/runtime" "^7.3.1"
6265+
jss "10.1.1"
6266+
6267+
jss-plugin-rule-value-function@10.1.1:
6268+
version "10.1.1"
6269+
resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.1.1.tgz#be00dac6fc394aaddbcef5860b9eca6224d96382"
6270+
integrity sha512-ClV1lvJ3laU9la1CUzaDugEcwnpjPTuJ0yGy2YtcU+gG/w9HMInD5vEv7xKAz53Bk4WiJm5uLOElSEshHyhKNw==
6271+
dependencies:
6272+
"@babel/runtime" "^7.3.1"
6273+
jss "10.1.1"
6274+
6275+
jss-plugin-rule-value-observable@10.1.1:
6276+
version "10.1.1"
6277+
resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-observable/-/jss-plugin-rule-value-observable-10.1.1.tgz#c4552167f7b84395fbbe77344f5b6186bdd51235"
6278+
integrity sha512-l1zmLfS5Ks6CrthOIVTokHkDoI01ymnwNBlciN+IlaR4UsLEQBBL0+3BfQjOPvIYRAYXxYx3G7ebUHebr8mWyA==
6279+
dependencies:
6280+
"@babel/runtime" "^7.3.1"
6281+
jss "10.1.1"
6282+
symbol-observable "^1.2.0"
6283+
6284+
jss-plugin-template@10.1.1:
6285+
version "10.1.1"
6286+
resolved "https://registry.yarnpkg.com/jss-plugin-template/-/jss-plugin-template-10.1.1.tgz#1153a58b1ee7de122e3f46223c041b5f808f2924"
6287+
integrity sha512-CPhNapLDgj6gIJOi3vj/QPohF/1OHuLQj8ZjBYqrnzCDSfYV5s2Rzp1TicFGxUb07BRLh62ymU+MgH1hbKGSTQ==
6288+
dependencies:
6289+
"@babel/runtime" "^7.3.1"
6290+
jss "10.1.1"
6291+
tiny-warning "^1.0.2"
6292+
6293+
jss-plugin-vendor-prefixer@10.1.1:
6294+
version "10.1.1"
6295+
resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.1.1.tgz#8348b20749f790beebab3b6a8f7075b07c2cfcfd"
6296+
integrity sha512-09MZpQ6onQrhaVSF6GHC4iYifQ7+4YC/tAP6D4ZWeZotvCMq1mHLqNKRIaqQ2lkgANjlEot2JnVi1ktu4+L4pw==
6297+
dependencies:
6298+
"@babel/runtime" "^7.3.1"
6299+
css-vendor "^2.0.7"
6300+
jss "10.1.1"
6301+
6302+
jss-preset-default@10.1.1:
6303+
version "10.1.1"
6304+
resolved "https://registry.yarnpkg.com/jss-preset-default/-/jss-preset-default-10.1.1.tgz#71f3108398ed04e2bed598a7b3accb7cb3c9ddcd"
6305+
integrity sha512-YwQp/BZ8IiBwxDTQ4uPAjzI2k2njrw6RJegAPvhCB1MTmWN2oR9Dhb5aN3RtepUf/agUkewTMwQqoS6PijgVMg==
6306+
dependencies:
6307+
"@babel/runtime" "^7.3.1"
6308+
jss "10.1.1"
6309+
jss-plugin-camel-case "10.1.1"
6310+
jss-plugin-compose "10.1.1"
6311+
jss-plugin-default-unit "10.1.1"
6312+
jss-plugin-expand "10.1.1"
6313+
jss-plugin-extend "10.1.1"
6314+
jss-plugin-global "10.1.1"
6315+
jss-plugin-nested "10.1.1"
6316+
jss-plugin-props-sort "10.1.1"
6317+
jss-plugin-rule-value-function "10.1.1"
6318+
jss-plugin-rule-value-observable "10.1.1"
6319+
jss-plugin-template "10.1.1"
6320+
jss-plugin-vendor-prefixer "10.1.1"
6321+
6322+
jss@10.1.1:
6323+
version "10.1.1"
6324+
resolved "https://registry.yarnpkg.com/jss/-/jss-10.1.1.tgz#450b27d53761af3e500b43130a54cdbe157ea332"
6325+
integrity sha512-Xz3qgRUFlxbWk1czCZibUJqhVPObrZHxY3FPsjCXhDld4NOj1BgM14Ir5hVm+Qr6OLqVljjGvoMcCdXNOAbdkQ==
6326+
dependencies:
6327+
"@babel/runtime" "^7.3.1"
6328+
csstype "^2.6.5"
6329+
is-in-browser "^1.1.3"
6330+
tiny-warning "^1.0.2"
6331+
61536332
jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
61546333
version "2.2.3"
61556334
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
@@ -8240,7 +8419,7 @@ prompts@^2.0.1:
82408419
kleur "^3.0.3"
82418420
sisteransi "^1.0.4"
82428421

8243-
prop-types@^15.6.2, prop-types@^15.7.2:
8422+
prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
82448423
version "15.7.2"
82458424
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
82468425
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -8436,6 +8615,11 @@ react-dev-utils@^10.2.1:
84368615
strip-ansi "6.0.0"
84378616
text-table "0.2.0"
84388617

8618+
react-display-name@^0.2.4:
8619+
version "0.2.5"
8620+
resolved "https://registry.yarnpkg.com/react-display-name/-/react-display-name-0.2.5.tgz#304c7cbfb59ee40389d436e1a822c17fe27936c6"
8621+
integrity sha512-I+vcaK9t4+kypiSgaiVWAipqHRXYmZIuAiS8vzFvXHHXVigg/sMKwlRgLy6LH2i3rmP+0Vzfl5lFsFRwF1r3pg==
8622+
84398623
react-dom@^16.13.1:
84408624
version "16.13.1"
84418625
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
@@ -8451,11 +8635,28 @@ react-error-overlay@^6.0.7:
84518635
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
84528636
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==
84538637

8454-
react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4:
8638+
react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
84558639
version "16.13.1"
84568640
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
84578641
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
84588642

8643+
react-jss@^10.1.1:
8644+
version "10.1.1"
8645+
resolved "https://registry.yarnpkg.com/react-jss/-/react-jss-10.1.1.tgz#1877b3c8587eb39ef37d0ea58cdb4d0ac469cf5f"
8646+
integrity sha512-GCSKkyj6/bDNNgK1KtaU1FbTAKJ7CQE83p34qKpCc4tVPRi1wCfopyKot1cW/YYJizqltc2MaKzGqFK5eZhBSQ==
8647+
dependencies:
8648+
"@babel/runtime" "^7.3.1"
8649+
"@emotion/is-prop-valid" "^0.7.3"
8650+
css-jss "10.1.1"
8651+
hoist-non-react-statics "^3.2.0"
8652+
is-in-browser "^1.1.3"
8653+
jss "10.1.1"
8654+
jss-preset-default "10.1.1"
8655+
prop-types "^15.6.0"
8656+
shallow-equal "^1.2.0"
8657+
theming "3.2.0"
8658+
tiny-warning "^1.0.2"
8659+
84598660
react-scripts@3.4.1:
84608661
version "3.4.1"
84618662
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.4.1.tgz#f551298b5c71985cc491b9acf3c8e8c0ae3ada0a"
@@ -9162,6 +9363,11 @@ shallow-clone@^3.0.0:
91629363
dependencies:
91639364
kind-of "^6.0.2"
91649365

9366+
shallow-equal@^1.2.0:
9367+
version "1.2.1"
9368+
resolved "https://registry.yarnpkg.com/shallow-equal/-/shallow-equal-1.2.1.tgz#4c16abfa56043aa20d050324efa68940b0da79da"
9369+
integrity sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==
9370+
91659371
shebang-command@^1.2.0:
91669372
version "1.2.0"
91679373
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -9724,6 +9930,11 @@ svgo@^1.0.0, svgo@^1.2.2:
97249930
unquote "~1.1.1"
97259931
util.promisify "~1.0.0"
97269932

9933+
symbol-observable@^1.2.0:
9934+
version "1.2.0"
9935+
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
9936+
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
9937+
97279938
symbol-tree@^3.2.2:
97289939
version "3.2.4"
97299940
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
@@ -9798,6 +10009,16 @@ text-table@0.2.0, text-table@^0.2.0:
979810009
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
979910010
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
980010011

10012+
theming@3.2.0:
10013+
version "3.2.0"
10014+
resolved "https://registry.yarnpkg.com/theming/-/theming-3.2.0.tgz#237b13ae46e0596a7d1dc2ce4a31bcfce52cad8e"
10015+
integrity sha512-n0fSNYXkX63rcFBBeAthy14IcgPZLHp0OGkGZheaj64j7cBoP7INLd6+7HIXqWVjFn1M5cYSiZ1nszi+jo/Szg==
10016+
dependencies:
10017+
hoist-non-react-statics "^3.3.0"
10018+
prop-types "^15.5.8"
10019+
react-display-name "^0.2.4"
10020+
tiny-warning "^1.0.2"
10021+
980110022
throat@^4.0.0:
980210023
version "4.1.0"
980310024
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
@@ -9833,6 +10054,11 @@ timsort@^0.3.0:
983310054
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
983410055
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
983510056

10057+
tiny-warning@^1.0.2:
10058+
version "1.0.3"
10059+
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
10060+
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
10061+
983610062
tmp@^0.0.33:
983710063
version "0.0.33"
983810064
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"

0 commit comments

Comments
 (0)